diff --git a/README.md b/README.md index aad6edf..66ea638 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,8 @@ $ conda create -n tts $ conda create -n tts --clone llm-pt26 ``` -> [!Note] -> For using Intel XPUs, see section below +> [!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" section below. Activate the environment and install the dependencies @@ -42,8 +42,6 @@ $ sudo apt install vlc ## Intel XPU environmental variables -Because I use an intel-based laptop, I use [ipex-llm environment with pytorch 2.6](https://git.ayo.run/ayo/ipex-llm/src/branch/main/docs/mddocs/Quickstart/install_pytorch26_gpu.md). - 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. ```bash