Skip to content

Commit def6d2d

Browse files
dependabot[bot]Tyler Titsworth
and
Tyler Titsworth
authored
Bump the pytorch group in /pytorch with 12 updates (#153)
Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Tyler Titsworth <tyler.titsworth@intel.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tyler Titsworth <tyler.titsworth@intel.com>
1 parent 676e03c commit def6d2d

6 files changed

+16
-16
lines changed

pytorch/docker-compose.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ services:
8888
Version:\", neural_compressor.__version__, \"\\nOneCCL:\",
8989
oneccl.__version__)'"
9090
extends: ipex-base
91-
image: ${REGISTRY}/${REPO}:b-${GITHUB_RUN_NUMBER:-0}-${BASE_IMAGE_NAME:-ubuntu}-${BASE_IMAGE_TAG:-22.04}-${PACKAGE_OPTION:-pip}-py${PYTHON_VERSION:-3.10}-ipex-${IPEX_VERSION:-2.3.0}-oneccl-inc-${INC_VERSION:-2.5.1}
91+
image: ${REGISTRY}/${REPO}:b-${GITHUB_RUN_NUMBER:-0}-${BASE_IMAGE_NAME:-ubuntu}-${BASE_IMAGE_TAG:-22.04}-${PACKAGE_OPTION:-pip}-py${PYTHON_VERSION:-3.10}-ipex-${IPEX_VERSION:-2.3.0}-oneccl-inc-${INC_VERSION:-2.6}
9292
xpu:
9393
build:
9494
args:

pytorch/jupyter-requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
jupyterlab==4.2.0b1
2-
jupyterhub==4.1.5
3-
notebook==7.2.0b0
1+
jupyterlab==4.3.0a0
2+
jupyterhub==5.0.0
3+
notebook==7.3.0a0
44
jupyter-server-proxy>=4.1.2

pytorch/multinode-requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
oneccl_bind_pt==2.3.0+cpu
22
-f https://developer.intel.com/ipex-whl-stable-cpu
3-
neural-compressor==2.5.1
3+
neural-compressor==2.6

pytorch/requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
torch==2.3.0
2-
torchvision==0.18.0
3-
torchaudio==2.3.0
1+
torch==2.3.1
2+
torchvision==0.18.1
3+
torchaudio==2.3.1
44
-f https://download.pytorch.org/whl/cpu/torch_stable.html
55
intel_extension_for_pytorch==2.3.0+cpu
66
--extra-index-url https://developer.intel.com/ipex-whl-stable-cpu

pytorch/tests/tests.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ import-xpu-jupyter-${PACKAGE_OPTION:-pip}:
2525
img: ${REGISTRY}/${REPO}:b-${GITHUB_RUN_NUMBER:-0}-${BASE_IMAGE_NAME:-ubuntu}-${BASE_IMAGE_TAG:-22.04}-${PACKAGE_OPTION:-pip}-py${PYTHON_VERSION:-3.10}-ipex-${IPEX_VERSION:-2.1.20xpu}-xpu-jupyter
2626
cmd: python -m jupyter --version
2727
import-cpu-oneccl-${PACKAGE_OPTION:-pip}:
28-
img: ${REGISTRY}/${REPO}:b-${GITHUB_RUN_NUMBER:-0}-${BASE_IMAGE_NAME:-ubuntu}-${BASE_IMAGE_TAG:-22.04}-${PACKAGE_OPTION:-pip}-py${PYTHON_VERSION:-3.10}-ipex-${IPEX_VERSION:-2.3.0}-oneccl-inc-${INC_VERSION:-2.5.1}
28+
img: ${REGISTRY}/${REPO}:b-${GITHUB_RUN_NUMBER:-0}-${BASE_IMAGE_NAME:-ubuntu}-${BASE_IMAGE_TAG:-22.04}-${PACKAGE_OPTION:-pip}-py${PYTHON_VERSION:-3.10}-ipex-${IPEX_VERSION:-2.3.0}-oneccl-inc-${INC_VERSION:-2.6}
2929
cmd: python -c "import oneccl_bindings_for_pytorch as oneccl; print(f'oneccl {oneccl.__version__}')"
3030
import-cpu-inc-${PACKAGE_OPTION:-pip}:
31-
img: ${REGISTRY}/${REPO}:b-${GITHUB_RUN_NUMBER:-0}-${BASE_IMAGE_NAME:-ubuntu}-${BASE_IMAGE_TAG:-22.04}-${PACKAGE_OPTION:-pip}-py${PYTHON_VERSION:-3.10}-ipex-${IPEX_VERSION:-2.3.0}-oneccl-inc-${INC_VERSION:-2.5.1}
31+
img: ${REGISTRY}/${REPO}:b-${GITHUB_RUN_NUMBER:-0}-${BASE_IMAGE_NAME:-ubuntu}-${BASE_IMAGE_TAG:-22.04}-${PACKAGE_OPTION:-pip}-py${PYTHON_VERSION:-3.10}-ipex-${IPEX_VERSION:-2.3.0}-oneccl-inc-${INC_VERSION:-2.6}
3232
cmd: python -c "import neural_compressor as inc;print(inc.__version__)"
3333
ipex-cpu-${PACKAGE_OPTION:-pip}:
3434
img: ${REGISTRY}/${REPO}:b-${GITHUB_RUN_NUMBER:-0}-${BASE_IMAGE_NAME:-ubuntu}-${BASE_IMAGE_TAG:-22.04}-${PACKAGE_OPTION:-pip}-py${PYTHON_VERSION:-3.10}-ipex-${IPEX_VERSION:-2.3.0}-base
@@ -47,13 +47,13 @@ ipex-xpu-jupyter-${PACKAGE_OPTION:-pip}:
4747
cmd: papermill --log-output /jupyter/xpu.ipynb -k python3
4848
notebook: True
4949
oneccl-${PACKAGE_OPTION:-pip}:
50-
img: ${REGISTRY}/${REPO}:b-${GITHUB_RUN_NUMBER:-0}-${BASE_IMAGE_NAME:-ubuntu}-${BASE_IMAGE_TAG:-22.04}-${PACKAGE_OPTION:-pip}-py${PYTHON_VERSION:-3.10}-ipex-${IPEX_VERSION:-2.3.0}-oneccl-inc-${INC_VERSION:-2.5.1}
50+
img: ${REGISTRY}/${REPO}:b-${GITHUB_RUN_NUMBER:-0}-${BASE_IMAGE_NAME:-ubuntu}-${BASE_IMAGE_TAG:-22.04}-${PACKAGE_OPTION:-pip}-py${PYTHON_VERSION:-3.10}-ipex-${IPEX_VERSION:-2.3.0}-oneccl-inc-${INC_VERSION:-2.6}
5151
cmd: ipexrun cpu /tests/ipex-resnet50.py --ipex --device cpu --backend ccl
5252
volumes:
5353
- dst: /tests
5454
src: $PWD/pytorch/tests
5555
inc-${PACKAGE_OPTION:-pip}:
56-
img: ${REGISTRY}/${REPO}:b-${GITHUB_RUN_NUMBER:-0}-${BASE_IMAGE_NAME:-ubuntu}-${BASE_IMAGE_TAG:-22.04}-${PACKAGE_OPTION:-pip}-py${PYTHON_VERSION:-3.10}-ipex-${IPEX_VERSION:-2.3.0}-oneccl-inc-${INC_VERSION:-2.5.1}
56+
img: ${REGISTRY}/${REPO}:b-${GITHUB_RUN_NUMBER:-0}-${BASE_IMAGE_NAME:-ubuntu}-${BASE_IMAGE_TAG:-22.04}-${PACKAGE_OPTION:-pip}-py${PYTHON_VERSION:-3.10}-ipex-${IPEX_VERSION:-2.3.0}-oneccl-inc-${INC_VERSION:-2.6}
5757
cmd: python /tests/inc-quant.py
5858
volumes:
5959
- dst: /tests

pytorch/torchserve-requirements.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ cython>=3.0.10
33
pynvml>=11.5.0
44
pyyaml>=6.0.1
55
-f https://download.pytorch.org/whl/torch_stable.html
6-
torch-model-archiver==0.10.0
7-
torch-workflow-archiver==0.2.12
8-
torchserve==0.10.0
6+
torch-model-archiver==0.11.0
7+
torch-workflow-archiver==0.2.13
8+
torchserve==0.11.0
99
torchtext==0.18.0
10-
torchvision==0.18.0
10+
torchvision==0.18.1
1111
-f https://developer.intel.com/ipex-whl-stable-cpu
1212
intel_extension_for_pytorch==2.3.0+cpu

0 commit comments

Comments
 (0)