chore: add optional comment on intel env setup

This commit is contained in:
ayo 2026-05-21 18:46:28 +02:00
parent 799755443d
commit e61034cc3a

View file

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