update readme (#10631)

This commit is contained in:
Jiao Wang 2024-04-02 23:08:02 -07:00 committed by GitHub
parent c875b3c858
commit 330d4b4f4b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 0 deletions

View file

@ -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

View file

@ -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

View file

@ -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