Fix transformers version warning (#10732)

This commit is contained in:
Xiangyu Tian 2024-04-11 13:12:49 +08:00 committed by GitHub
parent 4b024b7aac
commit 301504aa8d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 1 additions and 5 deletions

View file

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

View file

@ -1,2 +0,0 @@
transformers==4.36.2
transformers-stream-generator

View file

@ -1,2 +0,0 @@
transformers==4.36.2
transformers-stream-generator