chore: update readme

This commit is contained in:
Ayo Ayco 2025-09-03 23:28:48 +02:00
parent 1e39ebf729
commit e2b90399f0

View file

@ -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