Skip to content

Add accelerators to quick start table #1596

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 33 commits into
base: site
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
2d89e7d
add accelerators to quick start table
aradys Mar 29, 2024
9734505
Merge branch 'site' into accelerators_table
aradys Apr 2, 2024
a1b7d4c
fix switching commands
aradys Apr 2, 2024
a386fc3
add Intel Xeon
aradys Apr 2, 2024
6ca1f8f
remove not used changes
aradys Apr 2, 2024
1eb326a
remove unused changes
aradys Apr 2, 2024
bb859f2
fix styling
aradys Apr 2, 2024
b7bb557
Merge branch 'site' into accelerators_table
aradys Apr 3, 2024
ad732dc
disable accelerator unsupported on OS
aradys Apr 4, 2024
cd56f91
update commands
aradys Apr 4, 2024
15f262b
update Intel Xeon command
aradys Apr 4, 2024
ba75346
Merge branch 'site' into accelerators_table
aradys Apr 5, 2024
1876d31
Merge branch 'site' into accelerators_table
aradys Apr 8, 2024
05e1451
Intel Extension for PyTorch
aradys Apr 8, 2024
84f4f49
Intel Extension for PyTorch2
aradys Apr 8, 2024
cadb3d5
fix styling
aradys Apr 8, 2024
318af79
update styling
aradys Apr 8, 2024
8fb8ad2
Merge branch 'site' into accelerators_table
aradys Apr 9, 2024
2e5e17f
fix styling
aradys Apr 9, 2024
54c9644
update IPEX GPU commands
aradys Apr 10, 2024
631cbd0
add previous versions
aradys Apr 10, 2024
1a372be
update commands
aradys Apr 10, 2024
d21d81c
fix formatting
aradys Apr 11, 2024
b08bf8f
Merge branch 'site' into accelerators_table
aradys Apr 15, 2024
c218598
Merge branch 'site' into accelerators_table
aradys Apr 17, 2024
52c86d0
Merge branch 'site' into accelerators_table
aradys Apr 22, 2024
ca581d8
Merge branch 'site' into accelerators_table
aradys Apr 25, 2024
04fec52
update command
aradys Apr 25, 2024
0af2361
Merge branch 'site' into accelerators_table
aradys Apr 26, 2024
dfc4398
Merge branch 'site' into accelerators_table
aradys May 8, 2024
3914f45
Merge branch 'site' into accelerators_table
aradys May 13, 2024
11015c2
Merge branch 'site' into accelerators_table
aradys May 16, 2024
fbe96ad
Merge branch 'site' into accelerators_table
aradys May 22, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update IPEX GPU commands
  • Loading branch information
aradys committed Apr 10, 2024
commit 54c9644d3c00fb993ca88684ccf29485f6ac3297
2 changes: 1 addition & 1 deletion assets/quick-start-module.js
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ function commandMessage(key) {
"stable,pip,linux,cuda.x,python": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118",
"stable,pip,linux,cuda.y,python": "pip3 install torch torchvision torchaudio",
"stable,pip,linux,rocm5.x,python": "pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm5.7",
"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 /> pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu <br /> pip3 install intel-extension-for-pytorch",
"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/",
"stable,conda,linux,cuda.x,python": "conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia",
"stable,conda,linux,cuda.y,python": "conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch -c nvidia",
"stable,conda,linux,rocm5.x,python": "<b>NOTE:</b> Conda packages are not currently available for ROCm, please use pip instead<br />",
Expand Down