Skip to content

Commit

Permalink
update (#10424)
Browse files Browse the repository at this point in the history
  • Loading branch information
jenniew authored Mar 15, 2024
1 parent 19e8527 commit 676437c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ conda activate llm

# below command will install intel_extension_for_pytorch==2.1.10+xpu as default
pip install --pre --upgrade bigdl-llm[xpu] -f https://developer.intel.com/ipex-whl-stable-xpu
pip install datasets soundfile # additional package required for SpeechT5 to conduct generation
pip install "datasets<2.18" soundfile # additional package required for SpeechT5 to conduct generation
```

#### 1.2 Installation on Windows
Expand All @@ -28,7 +28,7 @@ conda activate llm

# below command will install intel_extension_for_pytorch==2.1.10+xpu as default
pip install --pre --upgrade bigdl-llm[xpu] -f https://developer.intel.com/ipex-whl-stable-xpu
pip install datasets soundfile # additional package required for SpeechT5 to conduct generation
pip install "datasets<2.18" soundfile # additional package required for SpeechT5 to conduct generation
```

### 2. Configures OneAPI environment variables
Expand Down

0 comments on commit 676437c

Please sign in to comment.