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"]
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.4.0 '
12+ ARG PYTORCH='2.5.1 '
1313# (not always a valid torch version)
1414ARG INTEL_TORCH_EXT='2.3.0'
1515# Example: `cu102`, `cu113`, etc.
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ ARG REF=main
1111RUN 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.4.0 '
14+ ARG PYTORCH='2.5.1 '
1515ARG TORCH_VISION=''
1616ARG TORCH_AUDIO=''
1717# Example: `cu102`, `cu113`, etc.
You can’t perform that action at this time.
0 commit comments