Skip to content

Commit 80c78a7

Browse files
Bump torch from 2.5.1 to 2.8.0.dev20250419
Bumps [torch](https://github.com/pytorch/pytorch) from 2.5.1 to 2.8.0.dev20250419. - [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) --- updated-dependencies: - dependency-name: torch dependency-version: 2.8.0.dev20250419 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0d21b26 commit 80c78a7

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ requires = [
66
"packaging>=24.2",
77
"setuptools>=77.0.3,<80.0.0",
88
"setuptools-scm>=8.0",
9-
"torch == 2.7.0",
9+
"torch == 2.7.1+cpu",
1010
"wheel",
1111
"jinja2",
1212
]

requirements/build.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ninja
44
packaging>=24.2
55
setuptools>=77.0.3,<80.0.0
66
setuptools-scm>=8
7-
torch==2.7.0
7+
torch==2.7.1+cpu
88
wheel
99
jinja2>=3.1.6
1010
regex

requirements/cpu-build.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ packaging>=24.2
66
setuptools>=77.0.3,<80.0.0
77
setuptools-scm>=8
88
--extra-index-url https://download.pytorch.org/whl/cpu
9-
torch==2.6.0+cpu
9+
torch==2.7.1+cpu
1010
wheel
1111
jinja2>=3.1.6
1212
regex

requirements/cpu.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ numba == 0.61.2; python_version > '3.9'
88
packaging>=24.2
99
setuptools>=77.0.3,<80.0.0
1010
--extra-index-url https://download.pytorch.org/whl/cpu
11-
torch==2.6.0+cpu; platform_machine == "x86_64" # torch>2.6.0+cpu has performance regression on x86 platform, see https://github.com/pytorch/pytorch/pull/151218
11+
torch==2.7.1+cpu; platform_machine == "x86_64" # torch>2.6.0+cpu has performance regression on x86 platform, see https://github.com/pytorch/pytorch/pull/151218
1212
torch==2.7.0; platform_system == "Darwin"
1313
torch==2.7.0; platform_machine == "ppc64le" or platform_machine == "aarch64"
1414

requirements/cuda.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ numba == 0.61.2; python_version > '3.9'
66

77
# Dependencies for NVIDIA GPUs
88
ray[cgraph]>=2.43.0, !=2.44.* # Ray Compiled Graph, required for pipeline parallelism in V1.
9-
torch==2.7.0
9+
torch==2.7.1+cpu
1010
torchaudio==2.7.0
1111
# These must be updated alongside torch
1212
torchvision==0.22.0 # Required for phi3v processor. See https://github.com/pytorch/vision?tab=readme-ov-file#installation for corresponding version

requirements/rocm-build.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
-r common.txt
33

44
--extra-index-url https://download.pytorch.org/whl/rocm6.2.4
5-
torch==2.7.0
5+
torch==2.7.1+cpu
66
torchvision==0.22.0
77
torchaudio==2.7.0
88

requirements/test.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ sentence-transformers # required for embedding tests
2222
soundfile # required for audio tests
2323
jiwer # required for audio tests
2424
timm # required for internvl test
25-
torch==2.7.0
25+
torch==2.7.1+cpu
2626
torchaudio==2.7.0
2727
torchvision==0.22.0
2828
transformers_stream_generator # required for qwen-vl test

requirements/tpu.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ setuptools==78.1.0
1818
--find-links https://storage.googleapis.com/libtpu-releases/index.html
1919
--find-links https://storage.googleapis.com/jax-releases/jax_nightly_releases.html
2020
--find-links https://storage.googleapis.com/jax-releases/jaxlib_nightly_releases.html
21-
torch==2.9.0.dev20250703
21+
torch==2.7.1+cpu
2222
torchvision==0.24.0.dev20250703
2323
torch_xla[tpu, pallas] @ https://storage.googleapis.com/pytorch-xla-releases/wheels/tpuvm/torch_xla-2.8.0.dev20250703-cp39-cp39-linux_x86_64.whl ; python_version == "3.9"
2424
torch_xla[tpu, pallas] @ https://storage.googleapis.com/pytorch-xla-releases/wheels/tpuvm/torch_xla-2.8.0.dev20250703-cp310-cp310-linux_x86_64.whl ; python_version == "3.10"

requirements/xpu.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jinja2>=3.1.6
1111
datasets # for benchmark scripts
1212
numba == 0.60.0 # v0.61 doesn't support Python 3.9. Required for N-gram speculative decoding
1313

14-
torch==2.7.0+xpu
14+
torch==2.7.1+cpu
1515
torchaudio
1616
torchvision
1717
pytorch-triton-xpu

0 commit comments

Comments
 (0)