chore: update readme
This commit is contained in:
parent
1e39ebf729
commit
e2b90399f0
1 changed files with 2 additions and 4 deletions
|
@ -20,8 +20,8 @@ $ conda create -n tts
|
||||||
$ conda create -n tts --clone llm-pt26
|
$ conda create -n tts --clone llm-pt26
|
||||||
```
|
```
|
||||||
|
|
||||||
> [!Note]
|
> [!Important]
|
||||||
> For using Intel XPUs, see section below
|
> 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
|
Activate the environment and install the dependencies
|
||||||
|
|
||||||
|
@ -42,8 +42,6 @@ $ sudo apt install vlc
|
||||||
|
|
||||||
## Intel XPU environmental variables
|
## 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.
|
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
|
```bash
|
||||||
|
|
Loading…
Reference in a new issue