Upgrade torch version to 2.5 in dockerfile for quantization CI (#34924)

* Upgrade Torch 2.5

* uncomment
This commit is contained in:
Mohamed Mekkouri 2024-11-25 17:38:20 +01:00 committed by GitHub
parent a830df2909
commit b76a292bde
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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'