chore: add optional comment on intel env setup
This commit is contained in:
parent
799755443d
commit
e61034cc3a
1 changed files with 1 additions and 0 deletions
|
|
@ -96,6 +96,7 @@ python tts.py -v jf_alpha "言い習わし"
|
||||||
For XPUs, we need to set some environmental variables. I have added a `intel-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 `intel-env.sh` script which will activate the conda environment `tts` and set the environmental variables.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
# Optional only, if using Intel XPU
|
||||||
. intel-env.sh
|
. intel-env.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue