Skip to content

Commit 62db3e6

Browse files
authored
use torch 2.6 for daily CI (huggingface#35985)
use torch 2.6 for CI Co-authored-by: ydshieh <[email protected]>
1 parent 2b46943 commit 62db3e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/transformers-all-latest-gpu/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ SHELL ["sh", "-lc"]
99
# The following `ARG` are mainly used to specify the versions explicitly & directly in this docker file, and not meant
1010
# to be used as arguments for docker build (so far).
1111

12-
ARG PYTORCH='2.5.1'
12+
ARG PYTORCH='2.6.0'
1313
# (not always a valid torch version)
1414
ARG INTEL_TORCH_EXT='2.3.0'
1515
# Example: `cu102`, `cu113`, etc.

docker/transformers-pytorch-gpu/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ARG REF=main
1111
RUN git clone https://github.com/huggingface/transformers && cd transformers && git checkout $REF
1212

1313
# If set to nothing, will install the latest version
14-
ARG PYTORCH='2.5.1'
14+
ARG PYTORCH='2.6.0'
1515
ARG TORCH_VISION=''
1616
ARG TORCH_AUDIO=''
1717
# Example: `cu102`, `cu113`, etc.

0 commit comments

Comments
 (0)