File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
transformers-all-latest-gpu Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ SHELL ["sh", "-lc"]
9
9
# The following `ARG` are mainly used to specify the versions explicitly & directly in this docker file, and not meant
10
10
# to be used as arguments for docker build (so far).
11
11
12
- ARG PYTORCH='2.5.1 '
12
+ ARG PYTORCH='2.6.0 '
13
13
# (not always a valid torch version)
14
14
ARG INTEL_TORCH_EXT='2.3.0'
15
15
# Example: `cu102`, `cu113`, etc.
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ ARG REF=main
11
11
RUN git clone https://github.com/huggingface/transformers && cd transformers && git checkout $REF
12
12
13
13
# If set to nothing, will install the latest version
14
- ARG PYTORCH='2.5.1 '
14
+ ARG PYTORCH='2.6.0 '
15
15
ARG TORCH_VISION=''
16
16
ARG TORCH_AUDIO=''
17
17
# Example: `cu102`, `cu113`, etc.
You can’t perform that action at this time.
0 commit comments