Skip to content

Commit bda6ea7

Browse files
authored
updated sample.json & removed unnecessary files (#2163)
1 parent 116a626 commit bda6ea7

File tree

3 files changed

+6
-32
lines changed

3 files changed

+6
-32
lines changed

Libraries/oneCCL/tutorials/requirements.txt

-3
This file was deleted.

Libraries/oneCCL/tutorials/sample.json

+6-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,12 @@
1313
"linux": [{
1414
"id": "ccl gsg",
1515
"steps": [
16-
"pip install -r requirements.txt",
17-
"python -m ipykernel install --user --name=base",
18-
"python scripts/ci_test.py"
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+
"/root/intelpython3/bin/pip install ipykernel jupyter",
20+
"/root/intelpython3/bin/python -m ipykernel install --user --name=base",
21+
"/root/intelpython3/bin/python -m jupyter nbconvert --ExecutePreprocessor.kernel_name=pytorch --to notebook oneCCL_Getting_Started.ipynb"
1922
]
2023
}]
2124
}

Libraries/oneCCL/tutorials/scripts/ci_test.py

-26
This file was deleted.

0 commit comments

Comments
 (0)