Skip to content

Commit

Permalink
Update README.md (intel#11889)
Browse files Browse the repository at this point in the history
Set datasets version to 2.16.1. Clear out the transformers version requirement.
  • Loading branch information
lzivan authored Aug 22, 2024
1 parent cc27321 commit bdbe995
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ 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.36.2
pip install "datasets<2.18" soundfile # additional package required for SpeechT5 to conduct generation
pip install "datasets==2.16.1" soundfile # additional package required for SpeechT5 to conduct generation
```

#### 1.2 Installation on Windows
Expand All @@ -28,8 +27,7 @@ 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.36.2
pip install "datasets<2.18" soundfile # additional package required for SpeechT5 to conduct generation
pip install "datasets==2.16.1" soundfile # additional package required for SpeechT5 to conduct generation
```

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

0 comments on commit bdbe995

Please sign in to comment.