Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
b089cca3
Unverified
Commit
b089cca3
authored
Jun 29, 2022
by
Yih-Dar
Committed by
GitHub
Jun 29, 2022
Browse files
PyTorch 1.12.0 for scheduled CI (#17949)
Co-authored-by:
ydshieh
<
ydshieh@users.noreply.github.com
>
parent
d444edb3
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
docker/transformers-all-latest-gpu/Dockerfile
docker/transformers-all-latest-gpu/Dockerfile
+1
-1
docker/transformers-pytorch-deepspeed-latest-gpu/Dockerfile
docker/transformers-pytorch-deepspeed-latest-gpu/Dockerfile
+1
-1
docker/transformers-pytorch-gpu/Dockerfile
docker/transformers-pytorch-gpu/Dockerfile
+1
-1
No files found.
docker/transformers-all-latest-gpu/Dockerfile
View file @
b089cca3
...
...
@@ -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='1.1
1
.0'
ARG
PYTORCH='1.1
2
.0'
# (not always a valid torch version)
ARG
INTEL_TORCH_EXT='1.11.0'
# Example: `cu102`, `cu113`, etc.
...
...
docker/transformers-pytorch-deepspeed-latest-gpu/Dockerfile
View file @
b089cca3
...
...
@@ -3,7 +3,7 @@ LABEL maintainer="Hugging Face"
ARG
DEBIAN_FRONTEND=noninteractive
ARG
PYTORCH='1.1
1
.0'
ARG
PYTORCH='1.1
2
.0'
# Example: `cu102`, `cu113`, etc.
ARG
CUDA='cu113'
...
...
docker/transformers-pytorch-gpu/Dockerfile
View file @
b089cca3
...
...
@@ -12,7 +12,7 @@ RUN git clone https://github.com/huggingface/transformers && cd transformers &&
RUN
python3
-m
pip
install
--no-cache-dir
-e
./transformers[dev-torch,testing]
# If set to nothing, will install the latest version
ARG
PYTORCH='1.1
1
.0'
ARG
PYTORCH='1.1
2
.0'
ARG
TORCH_VISION=''
ARG
TORCH_AUDIO=''
...
...
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