Skip to content

Commit cdef1e4

Browse files
authored
update xpu requirements and image tags (#325)
Signed-off-by: Srikanth Ramakrishna <[email protected]>
1 parent e938f41 commit cdef1e4

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

Diff for: pytorch/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The images below include support for both CPU and GPU optimizations:
2424

2525
| Tag(s) | Pytorch | IPEX | Driver | Dockerfile |
2626
| ---------------------- | -------- | -------------- | ------ | --------------- |
27-
| `2.1.40-xpu` | [v2.1.0] | [v2.1.40+xpu] | [914] | [v0.4.0-Beta] |
27+
| `2.1.40-xpu-pip-base`,`2.1.40-xpu` | [v2.1.0] | [v2.1.40+xpu] | [914] | [v0.4.0-Beta] |
2828
| `2.1.30-xpu` | [v2.1.0] | [v2.1.30+xpu] | [803] | [v0.4.0-Beta] |
2929
| `2.1.20-xpu` | [v2.1.0] | [v2.1.20+xpu] | [803] | [v0.3.4] |
3030
| `2.1.10-xpu` | [v2.1.0] | [v2.1.10+xpu] | [736] | [v0.2.3] |

Diff for: pytorch/xpu-requirements.txt

+4
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,7 @@ oneccl_bind_pt==2.1.400+xpu
66
--extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/us
77
setuptools==69.5.1
88
numpy==1.26.4
9+
idna==3.7
10+
requests==2.32.0
11+
tqdm==4.66.3
12+
urllib3==2.2.2

Diff for: tensorflow/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The images below include support for both CPU and GPU optimizations:
1616

1717
| Tag(s) | TensorFlow | ITEX | Driver | Dockerfile |
1818
| ---------------------- | ----------- | -------------- | ------- | --------------- |
19-
| `2.15.0.1-xpu`, `xpu` | [v2.15.1] | [v2.15.0.1] | [803.63]| [v0.4.0-Beta] |
19+
| `2.15.0.1-xpu-pip-base`, `xpu` | [v2.15.1] | [v2.15.0.1] | [803.63]| [v0.4.0-Beta] |
2020
| `2.15.0.0-xpu` | [v2.15.0] | [v2.15.0.0] | [803] | [v0.4.0-Beta] |
2121
| `2.14.0.1-xpu` | [v2.14.1] | [v2.14.0.1] | [736] | [v0.3.4] |
2222
| `2.13.0.0-xpu` | [v2.13.0] | [v2.13.0.0] | [647] | [v0.2.3] |
@@ -37,7 +37,7 @@ The images below additionally include [Jupyter Notebook](https://jupyter.org/) s
3737

3838
| Tag(s) | TensorFlow | IPEX | Driver | Dockerfile |
3939
| ------------- | ----------- | ------------- | ------ | --------------- |
40-
| `2.15.0.1-xpu-jupyter` | [v2.15.1] | [v2.15.0.1] | [803.63]| [v0.4.0-Beta] |
40+
| `2.15.0.1-xpu-pip-jupyter` | [v2.15.1] | [v2.15.0.1] | [803.63]| [v0.4.0-Beta] |
4141
| `xpu-jupyter` | [v2.14.1] | [v2.14.0.1] | [736] | [v0.3.4] |
4242

4343
### Run the XPU Jupyter Container
@@ -49,7 +49,7 @@ docker run -it --rm \
4949
--device /dev/dri \
5050
-v /dev/dri/by-path:/dev/dri/by-path \
5151
--ipc=host \
52-
intel/intel-extension-for-tensorflow:2.15.0.1-xpu-jupyter
52+
intel/intel-extension-for-tensorflow:2.15.0.1-xpu-pip-jupyter
5353
```
5454

5555
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.

Diff for: tensorflow/xpu-requirements.txt

+4
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
tensorflow==2.15.0
22
intel-extension-for-tensorflow[xpu]==2.15.0.1
3+
idna==3.7
4+
requests==2.32.0
5+
tqdm==4.66.3
6+
urllib3==2.2.2

0 commit comments

Comments
 (0)