LLM: update modelscope version (#10367)

This commit is contained in:
binbin Deng 2024-03-11 16:18:27 +08:00 committed by GitHub
parent a425eaabfc
commit fe27a6971c
2 changed files with 4 additions and 2 deletions

View file

@ -14,7 +14,8 @@ conda create -n llm python=3.9
conda activate llm conda activate llm
pip install --pre --upgrade bigdl-llm[all] # install bigdl-llm with 'all' option pip install --pre --upgrade bigdl-llm[all] # install bigdl-llm with 'all' option
pip install modelscope # Refer to https://github.com/modelscope/modelscope/issues/765, please make sure you are using 1.11.0 version
pip install modelscope==1.11.0
``` ```
### 2. Run ### 2. Run

View file

@ -15,7 +15,8 @@ conda create -n llm python=3.9
conda activate llm 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 modelscope # Refer to https://github.com/modelscope/modelscope/issues/765, please make sure you are using 1.11.0 version
pip install modelscope==1.11.0
``` ```
#### 1.2 Installation on Windows #### 1.2 Installation on Windows