From 5ab52ef5b535441c176c70480bfac6181635db7d Mon Sep 17 00:00:00 2001 From: Jiao Wang Date: Fri, 15 Mar 2024 09:24:26 -0700 Subject: [PATCH] update (#10424) --- .../llm/example/GPU/PyTorch-Models/Model/speech-t5/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/llm/example/GPU/PyTorch-Models/Model/speech-t5/README.md b/python/llm/example/GPU/PyTorch-Models/Model/speech-t5/README.md index 8c78e0d9..87e5936e 100644 --- a/python/llm/example/GPU/PyTorch-Models/Model/speech-t5/README.md +++ b/python/llm/example/GPU/PyTorch-Models/Model/speech-t5/README.md @@ -17,7 +17,7 @@ conda activate llm # below command will install intel_extension_for_pytorch==2.1.10+xpu as default pip install --pre --upgrade bigdl-llm[xpu] -f https://developer.intel.com/ipex-whl-stable-xpu -pip install datasets soundfile # additional package required for SpeechT5 to conduct generation +pip install "datasets<2.18" soundfile # additional package required for SpeechT5 to conduct generation ``` #### 1.2 Installation on Windows @@ -28,7 +28,7 @@ conda activate llm # below command will install intel_extension_for_pytorch==2.1.10+xpu as default pip install --pre --upgrade bigdl-llm[xpu] -f https://developer.intel.com/ipex-whl-stable-xpu -pip install datasets soundfile # additional package required for SpeechT5 to conduct generation +pip install "datasets<2.18" soundfile # additional package required for SpeechT5 to conduct generation ``` ### 2. Configures OneAPI environment variables