Skip to content

Commit a9d36f2

Browse files
author
Wei Wei
committed
update torch version
1 parent 0992b2f commit a9d36f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
command: |
4848
pip3 install nvidia-pyindex
4949
pip3 install nvidia-tensorrt==8.2.4.2
50-
pip3 install --pre torch==1.13.0.dev20220618 torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/nightly/cu113
50+
pip3 install --pre torch==1.13.0.dev20220621 torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/nightly/cu113
5151
pip3 install pytest parameterized expecttest
5252
# install torch_tensorrt
5353
mv WORKSPACE.ci WORKSPACE

0 commit comments

Comments
 (0)