Skip to content

Commit 5da251b

Browse files
chore(deps): bump torch in /backend/python/transformers
Bumps torch from 2.3.1+cxx11.abi to 2.7.1+cu118. --- updated-dependencies: - dependency-name: torch dependency-version: 2.7.1+cu118 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6efa97c commit 5da251b

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

backend/python/transformers/requirements-cpu.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
torch==2.4.1
1+
torch==2.7.1+cu118
22
llvmlite==0.43.0
33
numba==0.60.0
44
accelerate

backend/python/transformers/requirements-cublas11.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--extra-index-url https://download.pytorch.org/whl/cu118
2-
torch==2.4.1+cu118
2+
torch==2.7.1+cu118
33
llvmlite==0.43.0
44
numba==0.60.0
55
accelerate

backend/python/transformers/requirements-cublas12.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
torch==2.4.1
1+
torch==2.7.1+cu118
22
accelerate
33
llvmlite==0.43.0
44
numba==0.60.0

backend/python/transformers/requirements-hipblas.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--extra-index-url https://download.pytorch.org/whl/rocm6.0
2-
torch==2.4.1+rocm6.0
2+
torch==2.7.1+cu118
33
accelerate
44
transformers
55
llvmlite==0.43.0

backend/python/transformers/requirements-intel.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
--extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/us/
22
intel-extension-for-pytorch==2.3.110+xpu
3-
torch==2.3.1+cxx11.abi
3+
torch==2.7.1+cu118
44
oneccl_bind_pt==2.3.100+xpu
55
optimum[openvino]
66
llvmlite==0.43.0

0 commit comments

Comments
 (0)