update readme (#10631)
This commit is contained in:
parent
c875b3c858
commit
330d4b4f4b
3 changed files with 3 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ conda create -n llm python=3.9 # recommend to use Python 3.9
|
|||
conda activate llm
|
||||
|
||||
pip install --pre --upgrade ipex-llm[all] # install the latest ipex-llm nightly build with 'all' option
|
||||
pip install "transformers<4.35"
|
||||
```
|
||||
|
||||
### 2. Run
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@ conda create -n llm python=3.9
|
|||
conda activate llm
|
||||
# below command will install intel_extension_for_pytorch==2.1.10+xpu as default
|
||||
pip install --pre --upgrade ipex-llm[xpu] --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/us/
|
||||
pip install "transformers<4.35"
|
||||
```
|
||||
|
||||
#### 1.2 Installation on Windows
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@ conda activate llm
|
|||
|
||||
# below command will install intel_extension_for_pytorch==2.1.10+xpu as default
|
||||
pip install --pre --upgrade ipex-llm[xpu] --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/us/
|
||||
pip install "transformers<4.35"
|
||||
```
|
||||
|
||||
#### 1.2 Installation on Windows
|
||||
|
|
|
|||
Loading…
Reference in a new issue