mirror of
https://github.com/saymrwulf/transformers.git
synced 2026-05-14 20:58:08 +00:00
Use torch 2.5.0 for deepspeed image
This commit is contained in:
parent
96625d85fd
commit
2b02ba2b0a
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ FROM rocm/dev-ubuntu-22.04:6.2.4
|
|||
LABEL maintainer="Hugging Face"
|
||||
|
||||
ARG DEBIAN_FRONTEND=noninteractive
|
||||
ARG PYTORCH='2.5.1'
|
||||
ARG PYTORCH='2.5.0'
|
||||
ARG TORCH_VISION='0.20.0'
|
||||
ARG TORCH_AUDIO='2.5.0'
|
||||
ARG ROCM='6.2'
|
||||
|
|
|
|||
Loading…
Reference in a new issue