diff --git a/README.md b/README.md index ae3fdd0..9382887 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ This is especially useful for the days when I don't have the mental energy to go 1. Use any length of text 1. Saved raw audio files in sensible chunks 1. Use copied text as input -1. Utilize different GPUs as accelerator — Intel architecture supported! +1. Utilize different GPUs as accelerator ## Requirements @@ -59,9 +59,6 @@ Create new [Python virtual environment](https://realpython.com/python-virtual-en ```bash conda create -n tts python=3.12.6 - -### (optional) for Intel XPU specific device usage: -conda create -n tts-intel --clone llm-pt26 ``` > [!Note] @@ -95,7 +92,7 @@ python tts.py -v jf_alpha "言い習わし" > [!Note] > You can read more about using different voices in the [Voices](#voices) section. -### Intel XPU environmental variables (Optional) +### Optional: Intel XPU 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.