Skip to content

Commit 04fec52

Browse files
committed
update command
1 parent ca581d8 commit 04fec52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/quick-start-module.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -333,8 +333,8 @@ function commandMessage(key) {
333333
"stable,pip,linux,cuda.x,python": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118",
334334
"stable,pip,linux,cuda.y,python": "pip3 install torch torchvision torchaudio",
335335
"stable,pip,linux,rocm5.x,python": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm6.0",
336-
"stable,pip,linux,intelgaudi,python": "<b>NOTE:</b> PyTorch 2.2 is not yet supported. For installation commands please refer to <a href='" + document.location.origin + "/get-started/previous-versions/#linux-and-windows-3'>previous versions</a> of PyTorch and <a href='https://docs.habana.ai/en/latest/'>Intel Gaudi documentation</a>.",
337-
"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 <br /> <b>NOTE:</b> PyTorch 2.2 is not yet supported. <br /> For installation command please refer to <a href='" + document.location.origin + "/get-started/previous-versions/#linux-and-windows-9'>previous versions</a> of PyTorch.",
336+
"stable,pip,linux,intelgaudi,python": "<b>NOTE:</b> Newest PyTorch version is not yet supported. For installation commands please refer to <a href='" + document.location.origin + "/get-started/previous-versions/#linux-and-windows-3'>previous versions</a> of PyTorch and <a href='https://docs.habana.ai/en/latest/'>Intel Gaudi documentation</a>.",
337+
"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 <br /> <b>NOTE:</b> Newest PyTorch version is not yet supported. <br /> For installation command please refer to <a href='" + document.location.origin + "/get-started/previous-versions/#linux-and-windows-9'>previous versions</a> of PyTorch.",
338338
"stable,conda,linux,cuda.x,python": "conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia",
339339
"stable,conda,linux,cuda.y,python": "conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch -c nvidia",
340340
"stable,conda,linux,rocm5.x,python": "<b>NOTE:</b> Conda packages are not currently available for ROCm, please use pip instead<br />",

0 commit comments

Comments
 (0)