Skip to content

Commit 52a6813

Browse files
authored
Update sample.json
1 parent 9661bc8 commit 52a6813

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

Libraries/oneCCL/tutorials/sample.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,10 @@
1313
"linux": [{
1414
"id": "ccl gsg",
1515
"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"
16+
"mkdir build",
17+
"cd build",
18+
"cmake ..",
19+
"make"
2220
]
2321
}]
2422
}

0 commit comments

Comments
 (0)