Skip to content

Commit 224d864

Browse files
sramakintelTyler Titsworth
authored andcommitted
Fix PyTorch XPU Jupyter Documentation (#224)
Signed-off-by: Srikanth Ramakrishna <srikanth.ramakrishna@intel.com> Co-authored-by: Tyler Titsworth <tyler.titsworth@intel.com> Signed-off-by: Dina Suehiro Jones <dina.s.jones@intel.com>
1 parent 5eaf99d commit 224d864

File tree

1 file changed

+18
-4
lines changed

1 file changed

+18
-4
lines changed

pytorch/README.md

+18-4
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,8 @@ The images below additionally include [Jupyter Notebook](https://jupyter.org/) s
4545

4646
| Tag(s) | Pytorch | IPEX | Driver | Jupyter Port | Dockerfile |
4747
| --------------------- | -------- | ------------- | ------ | ------------ | --------------- |
48-
| `xpu-jupyter` | [v2.1.0] | [v2.1.30+xpu] | [803] | `8888` | [v0.4.0-Beta] |
49-
| `2.1.20-xpu-pip-base` | [v2.1.0] | [v2.1.20+xpu] | [803] | `8888` | [v0.3.4] |
50-
| `2.1.10-xpu-pip-base` | [v2.1.0] | [v2.1.10+xpu] | [736] | `8888` | [v0.3.4] |
48+
| `2.1.20-xpu-pip-jupyter` | [v2.1.0] | [v2.1.20+xpu] | [803] | `8888` | [v0.3.4] |
49+
| `2.1.10-xpu-pip-jupyter` | [v2.1.0] | [v2.1.10+xpu] | [736] | `8888` | [v0.2.3] |
5150

5251
### Run the XPU Jupyter Container
5352

@@ -58,7 +57,7 @@ docker run -it --rm \
5857
--device /dev/dri \
5958
-v /dev/dri/by-path:/dev/dri/by-path \
6059
--ipc=host \
61-
intel/intel-extension-for-pytorch:xpu-jupyter
60+
intel/intel-extension-for-pytorch:2.1.20-xpu-pip-jupyter
6261
```
6362

6463
After running the command above, copy the URL (something like `http://127.0.0.1:$PORT/?token=***`) into your browser to access the notebook server.
@@ -280,6 +279,21 @@ The images below additionally include [Intel® oneAPI Collective Communications
280279
| `2.1.0-idp-mulitnode` | [v2.1.0] | [v2.1.0+cpu] | [v2.1.0][ccl-v2.1.0] | [v2.3.1] | [v0.2.3] |
281280
| `2.0.0-idp-multinode` | [v2.0.0] | [v2.0.0+cpu] | [v2.0.0][ccl-v2.0.0] | [v2.1.1] | [v0.1.0] |
282281
282+
## XPU images with Intel® Distribution for Python*
283+
284+
The images below are built only with CPU and GPU optimizations and include [Intel® Distribution for Python*]:
285+
286+
| Tag(s) | Pytorch | IPEX | Driver | Dockerfile |
287+
| ---------------- | -------- | ------------ | -------- | ------ |
288+
| `2.1.10-xpu-idp-base` | [v2.1.0] | [v2.1.10+xpu] | [736] | [v0.2.3] |
289+
290+
The images below additionally include [Jupyter Notebook](https://jupyter.org/) server:
291+
292+
| Tag(s) | Pytorch | IPEX | Driver | Jupyter Port | Dockerfile |
293+
| --------------------- | -------- | ------------- | ------ | ------------ | --------------- |
294+
| `2.1.20-xpu-idp-jupyter` | [v2.1.0] | [v2.1.20+xpu] | [803] | `8888` | [v0.3.4] |
295+
| `2.1.10-xpu-idp-jupyter` | [v2.1.0] | [v2.1.10+xpu] | [736] | `8888` | [v0.2.3] |
296+
283297
## Build from Source
284298
285299
To build the images from source, clone the [Intel® AI Containers](https://github.com/intel/ai-containers) repository, follow the main `README.md` file to setup your environment, and run the following command:

0 commit comments

Comments
 (0)