Skip to content

Commit

Permalink
fix: texual adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
cranechu0131 committed Nov 27, 2024
1 parent a8ba7be commit dc3672e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ conda activate llm
pip install --pre --upgrade ipex-llm[all] --extra-index-url https://download.pytorch.org/whl/cpu

# install packages required for GLM-4, it is recommended to use transformers>=4.44 for THUDM/glm-4-9b-chat updated after August 12, 2024
pip install "tiktoken>=0.7.0" transformers==4.42.4 "trl<0.12.0"
pip install "tiktoken>=0.7.0" transformers==4.44 "trl<0.12.0"
```

On Windows:
Expand Down

0 comments on commit dc3672e

Please sign in to comment.