Skip to content

Commit

Permalink
delete transformers version requirement (#11845)
Browse files Browse the repository at this point in the history
* delete transformers version requirement

* delete transformers version requirement
  • Loading branch information
JinheTang authored Aug 19, 2024
1 parent a0fbda5 commit da3d7a3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/llm/example/GPU/HuggingFace/LLM/internlm2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ conda create -n llm python=3.11
conda activate llm
# below command will install intel_extension_for_pytorch==2.1.10+xpu as default
pip install --pre --upgrade ipex-llm[xpu] --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/us/
pip install transformers==4.38.0
pip install einops
pip install huggingface_hub
```
Expand All @@ -27,7 +26,6 @@ conda activate llm

# below command will install intel_extension_for_pytorch==2.1.10+xpu as default
pip install --pre --upgrade ipex-llm[xpu] --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/us/
pip install transformers==4.38.0
pip install einops
pip install huggingface_hub
```
Expand Down

0 comments on commit da3d7a3

Please sign in to comment.