mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-04 05:10:06 +06:00
Use torch 1.13.1
in push/schedule CI (#21421)
Use torch 1.13.1 in push/scheduled CI Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
parent
92ce53aab8
commit
db572b3854
@ -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='1.13.0'
|
ARG PYTORCH='1.13.1'
|
||||||
# (not always a valid torch version)
|
# (not always a valid torch version)
|
||||||
ARG INTEL_TORCH_EXT='1.11.0'
|
ARG INTEL_TORCH_EXT='1.11.0'
|
||||||
# Example: `cu102`, `cu113`, etc.
|
# Example: `cu102`, `cu113`, etc.
|
||||||
|
@ -4,7 +4,7 @@ LABEL maintainer="Hugging Face"
|
|||||||
|
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
ARG PYTORCH='1.13.0'
|
ARG PYTORCH='1.13.1'
|
||||||
# Example: `cu102`, `cu113`, etc.
|
# Example: `cu102`, `cu113`, etc.
|
||||||
ARG CUDA='cu116'
|
ARG CUDA='cu116'
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@ RUN git clone https://github.com/huggingface/transformers && cd transformers &&
|
|||||||
RUN python3 -m pip install --no-cache-dir -e ./transformers[dev-torch,testing,video]
|
RUN python3 -m pip install --no-cache-dir -e ./transformers[dev-torch,testing,video]
|
||||||
|
|
||||||
# If set to nothing, will install the latest version
|
# If set to nothing, will install the latest version
|
||||||
ARG PYTORCH='1.13.0'
|
ARG PYTORCH='1.13.1'
|
||||||
ARG TORCH_VISION=''
|
ARG TORCH_VISION=''
|
||||||
ARG TORCH_AUDIO=''
|
ARG TORCH_AUDIO=''
|
||||||
# Example: `cu102`, `cu113`, etc.
|
# Example: `cu102`, `cu113`, etc.
|
||||||
|
Loading…
Reference in New Issue
Block a user