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
OpenDAS
Uni-Core
Commits
5abf13c3
Commit
5abf13c3
authored
Jun 07, 2023
by
Guolin Ke
Browse files
upgrade to torch 2.0.1
parent
e59b352c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
.github/workflows/docker_rdma.yml
.github/workflows/docker_rdma.yml
+1
-1
.github/workflows/docker_rdma_latest.yml
.github/workflows/docker_rdma_latest.yml
+1
-1
docker/rdma/Dockerfile
docker/rdma/Dockerfile
+1
-1
No files found.
.github/workflows/docker_rdma.yml
View file @
5abf13c3
...
...
@@ -30,4 +30,4 @@ jobs:
with
:
context
:
./docker/rdma/
push
:
true
tags
:
dptechnology/unicore:${{ github.ref_name }}-pytorch2.0.
0
-cuda11.7-rdma
tags
:
dptechnology/unicore:${{ github.ref_name }}-pytorch2.0.
1
-cuda11.7-rdma
.github/workflows/docker_rdma_latest.yml
View file @
5abf13c3
...
...
@@ -30,4 +30,4 @@ jobs:
with
:
context
:
./docker/rdma/
push
:
true
tags
:
dptechnology/unicore:latest-pytorch2.0.
0
-cuda11.7-rdma
tags
:
dptechnology/unicore:latest-pytorch2.0.
1
-cuda11.7-rdma
docker/rdma/Dockerfile
View file @
5abf13c3
...
...
@@ -70,7 +70,7 @@ RUN conda install -y ninja typing && \
RUN
pip3
install
--upgrade
sentry-sdk requests
RUN
pip3
install
torch
==
2.0.
0
+cu117
--index-url
https://download.pytorch.org/whl/cu117
&&
rm
-rf
~/.cache/pip
RUN
pip3
install
torch
==
2.0.
1
+cu117
--index-url
https://download.pytorch.org/whl/cu117
&&
rm
-rf
~/.cache/pip
RUN
cd
/tmp
&&
\
git clone https://github.com/dptech-corp/Uni-Core
&&
\
...
...
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