phi-3 on "transformers>=4.37.0,<=4.42.3" (#11534)
This commit is contained in:
parent
d64711900a
commit
bfcdc35b04
4 changed files with 8 additions and 8 deletions
|
|
@ -20,7 +20,7 @@ conda activate llm
|
|||
pip install --pre --upgrade ipex-llm[all] --extra-index-url https://download.pytorch.org/whl/cpu
|
||||
|
||||
pip install pillow torchvision
|
||||
pip install transformers==4.37.0
|
||||
pip install "transformers>=4.37.0,<4.42.3"
|
||||
```
|
||||
|
||||
On Windows:
|
||||
|
|
@ -32,7 +32,7 @@ conda activate llm
|
|||
pip install --pre --upgrade ipex-llm[all]
|
||||
|
||||
pip install pillow torchvision
|
||||
pip install transformers==4.37.0
|
||||
pip install "transformers>=4.37.0,<4.42.3"
|
||||
```
|
||||
|
||||
### 2. Run
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ conda activate llm
|
|||
|
||||
pip install --pre --upgrade ipex-llm[all] --extra-index-url https://download.pytorch.org/whl/cpu
|
||||
|
||||
pip install transformers==4.37.0
|
||||
pip install "transformers>=4.37.0,<4.42.3"
|
||||
```
|
||||
|
||||
On Windows:
|
||||
|
|
@ -35,7 +35,7 @@ conda activate llm
|
|||
|
||||
pip install --pre --upgrade ipex-llm[all]
|
||||
|
||||
pip install transformers==4.37.0
|
||||
pip install "transformers>=4.37.0,<4.42.3"
|
||||
```
|
||||
|
||||
### 2. Run
|
||||
|
|
|
|||
|
|
@ -15,7 +15,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.37.0
|
||||
pip install "transformers>=4.37.0,<4.42.3"
|
||||
```
|
||||
|
||||
#### 1.2 Installation on Windows
|
||||
|
|
@ -27,7 +27,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.37.0
|
||||
pip install "transformers>=4.37.0,<4.42.3"
|
||||
```
|
||||
|
||||
### 2. Configures OneAPI environment variables for Linux
|
||||
|
|
|
|||
|
|
@ -15,7 +15,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.37.0
|
||||
pip install "transformers>=4.37.0,<4.42.3"
|
||||
```
|
||||
|
||||
#### 1.2 Installation on Windows
|
||||
|
|
@ -27,7 +27,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.37.0
|
||||
pip install "transformers>=4.37.0,<4.42.3"
|
||||
```
|
||||
|
||||
### 2. Configures OneAPI environment variables for Linux
|
||||
|
|
|
|||
Loading…
Reference in a new issue