Use torch 2.7.1 on daily CI (#38620)

* fix

* fix

---------

Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
Yih-Dar
2025-06-08 14:37:45 +02:00
committed by GitHub
parent ebeec13609
commit 10627c1a0f
3 changed files with 11 additions and 9 deletions

View File

@@ -4,7 +4,7 @@ LABEL maintainer="Hugging Face"
ARG DEBIAN_FRONTEND=noninteractive
ARG PYTORCH='2.6.0'
ARG PYTORCH='2.7.1'
# Example: `cu102`, `cu113`, etc.
ARG CUDA='cu126'