use torch 2.6 for daily CI (#35985)

use torch 2.6 for CI

Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
Yih-Dar 2025-01-31 18:58:23 +01:00 committed by GitHub
parent 2b46943195
commit 62db3e6ed6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ SHELL ["sh", "-lc"]
# The following `ARG` are mainly used to specify the versions explicitly & directly in this docker file, and not meant # The following `ARG` are mainly used to specify the versions explicitly & directly in this docker file, and not meant
# to be used as arguments for docker build (so far). # to be used as arguments for docker build (so far).
ARG PYTORCH='2.5.1' ARG PYTORCH='2.6.0'
# (not always a valid torch version) # (not always a valid torch version)
ARG INTEL_TORCH_EXT='2.3.0' ARG INTEL_TORCH_EXT='2.3.0'
# Example: `cu102`, `cu113`, etc. # Example: `cu102`, `cu113`, etc.

View File

@ -11,7 +11,7 @@ ARG REF=main
RUN git clone https://github.com/huggingface/transformers && cd transformers && git checkout $REF RUN git clone https://github.com/huggingface/transformers && cd transformers && git checkout $REF
# If set to nothing, will install the latest version # If set to nothing, will install the latest version
ARG PYTORCH='2.5.1' ARG PYTORCH='2.6.0'
ARG TORCH_VISION='' ARG TORCH_VISION=''
ARG TORCH_AUDIO='' ARG TORCH_AUDIO=''
# Example: `cu102`, `cu113`, etc. # Example: `cu102`, `cu113`, etc.