Skip to content

Commit

Permalink
deletion of specification of transformers version (intel-analytics#11808
Browse files Browse the repository at this point in the history
)
  • Loading branch information
JinheTang authored Aug 15, 2024
1 parent 07b7f13 commit f43da2d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions python/llm/example/GPU/HuggingFace/LLM/solar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +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.35.2 # required by SOLAR
```

#### 1.2 Installation on Windows
Expand All @@ -26,8 +24,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.35.2 # required by SOLAR
```

### 2. Configures OneAPI environment variables for Linux
Expand Down

0 comments on commit f43da2d

Please sign in to comment.