Unverified Commit f0bc49e7 authored by Yih-Dar's avatar Yih-Dar Committed by GitHub
Browse files

use torch 2.4 in 2 CI jobs (#32302)


Co-authored-by: default avatarydshieh <ydshieh@users.noreply.github.com>
parent a24a9a66
...@@ -9,7 +9,7 @@ SHELL ["sh", "-lc"] ...@@ -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.3.0' ARG PYTORCH='2.4.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.
......
...@@ -11,7 +11,7 @@ ARG REF=main ...@@ -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.3.0' ARG PYTORCH='2.4.0'
ARG TORCH_VISION='' ARG TORCH_VISION=''
ARG TORCH_AUDIO='' ARG TORCH_AUDIO=''
# Example: `cu102`, `cu113`, etc. # Example: `cu102`, `cu113`, etc.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment