update readme (#10632)

This commit is contained in:
Jiao Wang 2024-04-02 19:54:30 -07:00 committed by GitHub
parent dfcf08c58a
commit 4431134ec5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,6 +14,7 @@ conda create -n llm python=3.9
conda activate llm conda activate llm
pip install ipex-llm[all] # install ipex-llm with 'all' option pip install ipex-llm[all] # install ipex-llm with 'all' option
pip install "transformers<4.34"
``` ```
### 2. Run ### 2. Run