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 7ce2c42 commit ce64307Copy full SHA for ce64307
.circleci/config.yml
@@ -50,6 +50,7 @@ jobs:
50
- run:
51
name: Set up python environment
52
command: |
53
+ pip3 install --upgrade pip
54
pip3 install nvidia-pyindex
55
pip3 install nvidia-tensorrt==${TRT_VERSION_LONG}
56
#pip3 install --pre torch==${TORCH_BUILD} torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/nightly/cu113
@@ -80,6 +81,7 @@ jobs:
80
81
USE_HOST_DEPS: "1"
82
83
cd tests/modules
84
+ pip3 install -r requirements.txt
85
python3 hub.py
86
cd ../..
87
0 commit comments