From f34ee61c18adecd27e5c0d222f82f2e6dcad8775 Mon Sep 17 00:00:00 2001 From: Ayo Date: Tue, 2 Dec 2025 14:29:47 +0100 Subject: [PATCH] chore: rename env-intel to intel-env --- README.md | 6 +++--- env-intel.sh => intel-env.sh | 0 2 files changed, 3 insertions(+), 3 deletions(-) rename env-intel.sh => intel-env.sh (100%) diff --git a/README.md b/README.md index 367fbec..70157ce 100644 --- a/README.md +++ b/README.md @@ -93,10 +93,10 @@ python tts.py -v jf_alpha "言い習わし" ### Intel XPU environmental variables (Optional) -For XPUs, we need to set some environmental variables. I have added a `env-intel.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 -. env-intel.sh +. intel-env.sh ``` ## Usage @@ -111,7 +111,7 @@ conda activate tts If using Intel XPUs, set the env variables ```bash -. env-intel.sh +. intel-env.sh ``` Running the program without arguments will use the demo text `tongue-twister.txt` with the default voice. diff --git a/env-intel.sh b/intel-env.sh similarity index 100% rename from env-intel.sh rename to intel-env.sh