You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AI-and-Analytics/Getting-Started-Samples/Intel_oneCCL_Bindings_For_PyTorch_GettingStarted/README.md
+31-15Lines changed: 31 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ You will need to download and install the following toolkits, tools, and compone
41
41
42
42
**1. Get AI Tools**
43
43
44
-
Required AI Tools: < ><!-- List specific AI Tools that needs to be installed before running this sample -->
44
+
Required AI Tools: Intel® Extension for PyTorch* - (CPU) or (GPU)
45
45
46
46
If you have not already, select and install these Tools via [AI Tools Selector](https://www.intel.com/content/www/us/en/developer/tools/oneapi/ai-tools-selector.html). AI and Analytics samples are validated on AI Tools Offline Installer. It is recommended to select Offline Installer option in AI Tools Selector.
cd oneAPI-samples/AI-and-Analytics/Getting-Started-Samples/Intel_oneCCL_Bindings_For_PyTorch_GettingStarted
74
76
```
75
77
76
78
**5. Install dependencies**
77
-
<!-- It is required to have requirement.txt file in sample dir. It should list additional libraries, such as matplotlib, ipykernel etc. -->
79
+
78
80
>**Note**: Before running the following commands, make sure your Conda/Python environment with AI Tools installed is activated
79
81
80
82
```
@@ -91,13 +93,27 @@ Go to the section which corresponds to the installation method chosen in [AI Too
91
93
*[Docker](#docker)
92
94
93
95
### AI Tools Offline Installer (Validated)
94
-
1. If you have not already done so, activate the AI Tools bundle base environment. If you used the default location to install AI Tools, open a terminal and type the following
96
+
**1. Register Conda kernel to Jupyter Notebook kernel**
97
+
For CPU
98
+
If the default path is used during the installation of AI Tools:
0 commit comments