From 6e04f192db7e8cc99d710ecbb0563f75c60477eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 20:19:47 +0000 Subject: [PATCH] Bump the pip group in /pytorch with 2 updates Bumps the pip group in /pytorch with 2 updates: [torch](https://github.com/pytorch/pytorch) and [setuptools](https://github.com/pypa/setuptools). Updates `torch` from 2.1.0.post3+cxx11.abi to 2.2.0 - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](https://github.com/pytorch/pytorch/commits/v2.2.0) Updates `setuptools` from 69.5.1 to 70.0.0 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v69.5.1...v70.0.0) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production dependency-group: pip - dependency-name: setuptools dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- pytorch/requirements.txt | 2 +- pytorch/xpu-requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pytorch/requirements.txt b/pytorch/requirements.txt index 33202d787..82029a06e 100644 --- a/pytorch/requirements.txt +++ b/pytorch/requirements.txt @@ -1,4 +1,4 @@ -torch==2.4.0 +torch==2.2.0 torchvision==0.19.0 torchaudio==2.4.0 -f https://download.pytorch.org/whl/cpu/torch_stable.html diff --git a/pytorch/xpu-requirements.txt b/pytorch/xpu-requirements.txt index 5d7d2e8ac..57356cb9f 100644 --- a/pytorch/xpu-requirements.txt +++ b/pytorch/xpu-requirements.txt @@ -1,8 +1,8 @@ -torch==2.1.0.post3+cxx11.abi +torch==2.2.0 torchvision==0.16.0.post3+cxx11.abi torchaudio==2.1.0.post3+cxx11.abi intel_extension_for_pytorch==2.1.40+xpu oneccl_bind_pt==2.1.400+xpu --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/us -setuptools==69.5.1 +setuptools==70.0.0 numpy==1.26.4