This commit is contained in:
Jiao Wang 2024-03-15 09:24:26 -07:00 committed by GitHub
parent bd64488b2a
commit 5ab52ef5b5

View file

@ -17,7 +17,7 @@ conda activate llm
# below command will install intel_extension_for_pytorch==2.1.10+xpu as default # 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 --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 #### 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 # 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 --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 ### 2. Configures OneAPI environment variables