Skip to content

Commit 631cbd0

Browse files
committed
add previous versions
1 parent 54c9644 commit 631cbd0

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

_get_started/previous-versions.md

+6
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,10 @@ pip install torch==2.2.0 torchvision==0.17.0 torchaudio==2.2.0 --index-url https
101101
pip install torch==2.2.0 torchvision==0.17.0 torchaudio==2.2.0 --index-url https://download.pytorch.org/whl/cu121
102102
# CPU only
103103
pip install torch==2.2.0 torchvision==0.17.0 torchaudio==2.2.0 --index-url https://download.pytorch.org/whl/cpu
104+
# Intel Gaudi
105+
wget https: //vault.habana.ai/artifactory/gaudi-pt-modules/1.15.0/479/pytorch/ubuntu2204/pytorch_modules-v2.2.0_1.15.0_479.tgz
106+
tar xf pytorch_modules-v2.2.0_1.15.0_479.tgz
107+
pip install *.whl
104108
```
105109

106110
### v2.1.2
@@ -230,6 +234,8 @@ pip install torch==2.1.0 torchvision==0.16.0 torchaudio==2.1.0 --index-url https
230234
pip install torch==2.1.0 torchvision==0.16.0 torchaudio==2.1.0 --index-url https://download.pytorch.org/whl/cu121
231235
# CPU only
232236
pip install torch==2.1.0 torchvision==0.16.0 torchaudio==2.1.0 --index-url https://download.pytorch.org/whl/cpu
237+
# GPU - Intel Extension for PyTorch
238+
pip3 install torch==2.1.0.post0 torchvision==0.16.0.post0 torchaudio==2.1.0.post0 intel-extension-for-pytorch==2.1.20+xpu oneccl_bind_pt==2.1.200+xpu --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/us/
233239
```
234240

235241
### v2.0.1

assets/quick-start-module.js

+1
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,7 @@ function commandMessage(key) {
336336
"stable,pip,linux,cuda.x,python": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118",
337337
"stable,pip,linux,cuda.y,python": "pip3 install torch torchvision torchaudio",
338338
"stable,pip,linux,rocm5.x,python": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm5.7",
339+
"stable,pip,linux,intelgaudi,python": "# Follow instructions at this URL: <a href='https://docs.habana.ai/en/latest/'>https://docs.habana.ai/en/latest/</a>",
339340
"stable,pip,linux,intelextensionforpytorch,python": "# CPU <br /> pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu <br /> pip3 install intel-extension-for-pytorch <br /><br /> # GPU (latest supported PyTorch version is 2.1) <br /> pip3 install torch==2.1.0.post0 torchvision==0.16.0.post0 torchaudio==2.1.0.post0 intel-extension-for-pytorch==2.1.20+xpu oneccl_bind_pt==2.1.200+xpu --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/us/",
340341
"stable,conda,linux,cuda.x,python": "conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia",
341342
"stable,conda,linux,cuda.y,python": "conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch -c nvidia",

0 commit comments

Comments
 (0)