Skip to content

Commit 5927b28

Browse files
Bump torch from 2.6.0 to 2.8.0 in /requirements
Bumps [torch](https://github.com/pytorch/pytorch) from 2.6.0 to 2.8.0. - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](pytorch/pytorch@v2.6.0...v2.8.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 68dbde5 commit 5927b28

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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.8.0
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' and platform_machine != "s390x"
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.8.0; 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.8.0; platform_system == "Darwin"
1313
torch==2.8.0; platform_machine == "ppc64le" or platform_machine == "aarch64"
1414

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1078,7 +1078,7 @@ tomli==2.2.1
10781078
# via schemathesis
10791079
tomli-w==1.2.0
10801080
# via schemathesis
1081-
torch==2.8.0+cu128
1081+
torch==2.8.0
10821082
# via
10831083
# -r requirements/test.in
10841084
# accelerate

0 commit comments

Comments
 (0)