Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
4e17e7dc
Unverified
Commit
4e17e7dc
authored
May 16, 2024
by
Younes Belkada
Committed by
GitHub
May 16, 2024
Browse files
TST / Quantization: Reverting to torch==2.2.1 (#30866)
Reverting to 2.2.1
parent
f4014e75
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
docker/transformers-quantization-latest-gpu/Dockerfile
docker/transformers-quantization-latest-gpu/Dockerfile
+3
-3
No files found.
docker/transformers-quantization-latest-gpu/Dockerfile
View file @
4e17e7dc
...
...
@@ -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
# to be used as arguments for docker build (so far).
ARG
PYTORCH='2.
3.0
'
ARG
PYTORCH='2.
2.1
'
# Example: `cu102`, `cu113`, etc.
ARG
CUDA='cu1
2
1'
ARG
CUDA='cu11
8
'
RUN
apt update
RUN
apt
install
-y
git libsndfile1-dev tesseract-ocr espeak-ng python python3-pip ffmpeg
...
...
@@ -60,4 +60,4 @@ RUN python3 -m pip install git+https://github.com/NetEase-FuXi/EETQ.git
# When installing in editable mode, `transformers` is not recognized as a package.
# this line must be added in order for python to be aware of transformers.
RUN
cd
transformers
&&
python3 setup.py develop
\ No newline at end of file
RUN
cd
transformers
&&
python3 setup.py develop
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment