Commit 5abf13c3 authored by Guolin Ke's avatar Guolin Ke
Browse files

upgrade to torch 2.0.1

parent e59b352c
......@@ -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
......@@ -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
......@@ -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 && \
......
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