Skip to content

Commit 1a372be

Browse files
committed
update commands
1 parent 631cbd0 commit 1a372be

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

assets/quick-start-module.js

+2-5
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ $(function() {
7070
}
7171
});
7272

73-
7473
// determine os (mac, linux, windows) based on user's platform
7574
function getDefaultSelectedOS() {
7675
var platform = navigator.platform.toLowerCase();
@@ -159,8 +158,6 @@ function changeVersion(ptbuild) {
159158
stable_element.children[0].textContent = stable_version;
160159
}
161160

162-
163-
164161
// Change accnone name depending on OS type
165162
function changeAccNoneName(osname) {
166163
var accnone_element = document.getElementById("accnone");
@@ -336,8 +333,8 @@ function commandMessage(key) {
336333
"stable,pip,linux,cuda.x,python": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118",
337334
"stable,pip,linux,cuda.y,python": "pip3 install torch torchvision torchaudio",
338335
"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>",
340-
"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/",
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.",
341338
"stable,conda,linux,cuda.x,python": "conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia",
342339
"stable,conda,linux,cuda.y,python": "conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch -c nvidia",
343340
"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)