We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9661bc8 commit 52a6813Copy full SHA for 52a6813
Libraries/oneCCL/tutorials/sample.json
@@ -13,12 +13,10 @@
13
"linux": [{
14
"id": "ccl gsg",
15
"steps": [
16
- "wget https://registrationcenter-download.intel.com/akdlm/IRC_NAS/f649c85f-f6e1-4f13-b8c1-b75ec1a9ccb9/intelpython3-2024.0.0_251-Linux-x86_64.sh",
17
- "sh ./intelpython3-2024.0.0_251-Linux-x86_64.sh -b",
18
- "rm intelpython3-2024.0.0_251-Linux-x86_64.sh",
19
- "$HOME/intelpython3/bin/pip install ipykernel jupyter",
20
- "$HOME/intelpython3/bin/python -m ipykernel install --user --name=base",
21
- "$HOME/intelpython3/bin/python -m jupyter nbconvert --ExecutePreprocessor.kernel_name=pytorch --to notebook oneCCL_Getting_Started.ipynb"
+ "mkdir build",
+ "cd build",
+ "cmake ..",
+ "make"
22
]
23
}]
24
}
0 commit comments