mirror of
https://github.com/saymrwulf/transformers.git
synced 2026-05-14 20:58:08 +00:00
Upgrade torch version to 2.5 in dockerfile for quantization CI (#34924)
* Upgrade Torch 2.5 * uncomment
This commit is contained in:
parent
a830df2909
commit
b76a292bde
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
# to be used as arguments for docker build (so far).
|
||||
|
||||
ARG PYTORCH='2.4.1'
|
||||
ARG PYTORCH='2.5.1'
|
||||
# Example: `cu102`, `cu113`, etc.
|
||||
ARG CUDA='cu118'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue