"vscode:/vscode.git/clone" did not exist on "7af1ceb57b56e03b2ce2794ce78faf4a21cf4924"
Unverified Commit 4e17e7dc authored by Younes Belkada's avatar Younes Belkada Committed by GitHub
Browse files

TST / Quantization: Reverting to torch==2.2.1 (#30866)

Reverting to 2.2.1
parent f4014e75
...@@ -9,9 +9,9 @@ SHELL ["sh", "-lc"] ...@@ -9,9 +9,9 @@ SHELL ["sh", "-lc"]
# The following `ARG` are mainly used to specify the versions explicitly & directly in this docker file, and not meant # 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). # to be used as arguments for docker build (so far).
ARG PYTORCH='2.3.0' ARG PYTORCH='2.2.1'
# Example: `cu102`, `cu113`, etc. # Example: `cu102`, `cu113`, etc.
ARG CUDA='cu121' ARG CUDA='cu118'
RUN apt update RUN apt update
RUN apt install -y git libsndfile1-dev tesseract-ocr espeak-ng python python3-pip ffmpeg RUN apt install -y git libsndfile1-dev tesseract-ocr espeak-ng python python3-pip ffmpeg
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment