update chatglm readme (#10659)

This commit is contained in:
Jiao Wang 2024-04-09 14:24:46 -07:00 committed by GitHub
parent 878a97077b
commit d1eaea509f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View file

@ -20,6 +20,7 @@ conda create -n llm python=3.11 # recommend to use Python 3.11
conda activate llm
pip install --pre --upgrade ipex-llm[all] # install the latest ipex-llm nightly build with 'all' option
pip install "transformers<4.34.1" # chatglm cannot work with transformers 4.34.1+
```
### 2. Run

View file

@ -15,6 +15,7 @@ conda create -n llm python=3.11 # recommend to use Python 3.11
conda activate llm
pip install --pre --upgrade ipex-llm[all] # install the latest ipex-llm nightly build with 'all' option
pip install "transformers<4.34.1" # chatglm cannot work with transformers 4.34.1+
```
### 2. Run