Use explicit torch version in deepspeed CI (#17942)

* use explicit torch version

Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
Yih-Dar
2022-06-29 18:20:34 +02:00
committed by GitHub
parent 4c722e9e22
commit 9fe2403bc5
2 changed files with 3 additions and 2 deletions

View File

@@ -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]
# If set to nothing, will install the latest version
ARG PYTORCH=''
ARG PYTORCH='1.11.0'
ARG TORCH_VISION=''
ARG TORCH_AUDIO=''