From da3d7a3a53be5bdd3ede10ef76a7b3afc5012e49 Mon Sep 17 00:00:00 2001 From: Jinhe Date: Mon, 19 Aug 2024 17:53:02 +0800 Subject: [PATCH] delete transformers version requirement (#11845) * delete transformers version requirement * delete transformers version requirement --- python/llm/example/GPU/HuggingFace/LLM/internlm2/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/python/llm/example/GPU/HuggingFace/LLM/internlm2/README.md b/python/llm/example/GPU/HuggingFace/LLM/internlm2/README.md index 97e6c027cbc..6d16158f10d 100644 --- a/python/llm/example/GPU/HuggingFace/LLM/internlm2/README.md +++ b/python/llm/example/GPU/HuggingFace/LLM/internlm2/README.md @@ -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 ``` @@ -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 ```