Fix GPU examples READ to use bigdl-core-xe (#8714)

* Update README.md

* Update README.md
This commit is contained in:
Shengsheng Huang 2023-08-10 12:53:49 +08:00 committed by GitHub
parent 6d1ca88aac
commit 7c56c39e36
2 changed files with 2 additions and 2 deletions

View file

@ -14,8 +14,7 @@ conda activate llm
# below command will install intel_extension_for_pytorch==2.0.110+xpu as default
# you can install specific ipex/torch version for your need
pip install bigdl-llm[xpu] -f https://developer.intel.com/ipex-whl-stable-xpu
# download wheel from sourceforge(https://sourceforge.net/projects/analytics-zoo/files/bigdl-llm/bigdl_core_xe-0.0.0-cp39-cp39-linux_x86_64.whl/download), then install it
pip install bigdl_core_xe-0.0.0-cp39-cp39-linux_x86_64.whl
pip install bigdl-core-xe
```
### 2. Configures OneAPI environment variables
```bash

View file

@ -16,6 +16,7 @@ conda activate llm
# below command will install intel_extension_for_pytorch==2.0.110+xpu as default
# you can install specific ipex/torch version for your need
pip install bigdl-llm[xpu] -f https://developer.intel.com/ipex-whl-stable-xpu
pip install bigdl-core-xe
pip install librosa soundfile datasets
pip install accelerate
pip install SpeechRecognition sentencepiece colorama