Fix transformers version warning (#10732)
This commit is contained in:
parent
4b024b7aac
commit
301504aa8d
3 changed files with 1 additions and 5 deletions
|
|
@ -73,7 +73,7 @@ python -m pip install oneccl_bind_pt==2.2.0 --extra-index-url https://pytorch-ex
|
||||||
# if there is any installation problem for oneccl_binding, you can also find suitable index url at "https://pytorch-extension.intel.com/release-whl/stable/cpu/cn/" or "https://developer.intel.com/ipex-whl-stable-cpu" according to your environment.
|
# if there is any installation problem for oneccl_binding, you can also find suitable index url at "https://pytorch-extension.intel.com/release-whl/stable/cpu/cn/" or "https://developer.intel.com/ipex-whl-stable-cpu" according to your environment.
|
||||||
|
|
||||||
# Install other dependencies
|
# Install other dependencies
|
||||||
pip install -r requirements.txt
|
python -m pip install transformers==4.36.2 transformers-stream-generator
|
||||||
```
|
```
|
||||||
|
|
||||||
#### 4.2 Run Baichuan2 Models with IPEX
|
#### 4.2 Run Baichuan2 Models with IPEX
|
||||||
|
|
|
||||||
|
|
@ -1,2 +0,0 @@
|
||||||
transformers==4.36.2
|
|
||||||
transformers-stream-generator
|
|
||||||
|
|
@ -1,2 +0,0 @@
|
||||||
transformers==4.36.2
|
|
||||||
transformers-stream-generator
|
|
||||||
Loading…
Reference in a new issue