We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0992b2f commit a9d36f2Copy full SHA for a9d36f2
.circleci/config.yml
@@ -47,7 +47,7 @@ jobs:
47
command: |
48
pip3 install nvidia-pyindex
49
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
+ pip3 install --pre torch==1.13.0.dev20220621 torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/nightly/cu113
51
pip3 install pytest parameterized expecttest
52
# install torch_tensorrt
53
mv WORKSPACE.ci WORKSPACE
0 commit comments