File tree Expand file tree Collapse file tree
AI-and-Analytics/Getting-Started-Samples/Intel_oneCCL_Bindings_For_PyTorch_GettingStarted Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ Go to the section which corresponds to the installation method chosen in [AI Too
9797
9898** 1. Register Conda kernel to Jupyter Notebook kernel**
9999
100- For CPU
100+ ** For CPU**
101101
102102If the default path is used during the installation of AI Tools:
103103
@@ -110,7 +110,7 @@ If a non-default path is used:
110110<custom_path>/bin/python -m ipykernel install --user --name=pytorch
111111```
112112
113- For GPU
113+ ** For GPU**
114114
115115If the default path is used during the installation of AI Tools:
116116
@@ -133,7 +133,7 @@ jupyter notebook --ip=0.0.0.0 --port 8888 --allow-root
133133 oneCCL_Bindings_GettingStarted.ipynb
134134 ```
135135
136- ** 5. Change kernel to ** pytorch** or ** pytorch-gpu** .**
136+ ** 5. Change kernel to ``` **pytorch** ``` or ``` **pytorch-gpu** ``` .**
137137
138138** 6. Run every cell in the Notebook in sequence.**
139139
You can’t perform that action at this time.
0 commit comments