From 98b89b7dd11f201927d55c86abba226b83eab4b5 Mon Sep 17 00:00:00 2001 From: Ayo Date: Thu, 4 Sep 2025 12:08:44 +0200 Subject: [PATCH] chore: indicate XPUs are optional --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c6cfea1..29a6e7a 100644 --- a/README.md +++ b/README.md @@ -19,12 +19,12 @@ Create new environment. Here I use `conda`. ```bash $ conda create -n tts -### for Intel XPU specific device usage: +### (optional) for Intel XPU specific device usage: $ conda create -n tts --clone llm-pt26 ``` -> [!Important] -> For using Intel XPUs, you need to set up [ipex-llm environment with pytorch 2.6](https://git.ayo.run/ayo/ipex-llm/src/branch/main/docs/mddocs/Quickstart/install_pytorch26_gpu.md). Also, see [Intel XPU environmental variables"](#intel-xpu-environmental-variables) section below. +> [!Note] +> Optional for using Intel XPUs, you need to set up [ipex-llm environment with pytorch 2.6](https://git.ayo.run/ayo/ipex-llm/src/branch/main/docs/mddocs/Quickstart/install_pytorch26_gpu.md). Also, see [Intel XPU environmental variables"](#intel-xpu-environmental-variables) section below. Activate the environment and install the dependencies @@ -45,7 +45,7 @@ $ sudo apt install vlc espeak-ng > [!Note] > Installing `vlc` via flatpak or snap will not work, as the code need access to `libvlc`. -### Intel XPU environmental variables +### Intel XPU environmental variables (Optional) For XPUs, we need to set some environmental variables. I have added a `env.sh` script which will activate the conda environment `tts` and set the environmental variables.