Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JinBridger committed Jun 21, 2024
1 parent 8c30307 commit 962d784
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +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 torchvision tiktoken
pip install tiktoken
```

#### 1.2 Installation on Windows
Expand All @@ -27,7 +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 torchvision tiktoken
pip install tiktoken
```

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

0 comments on commit 962d784

Please sign in to comment.