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 51d0cb5 commit c17cb1eCopy full SHA for c17cb1e
.circleci/config.yml
@@ -41,7 +41,6 @@ jobs:
41
# check available version, apt list libnvinfer8 -a
42
sudo wget -q https://github.com/bazelbuild/bazel/releases/download/${BAZEL_VERSION}/bazel-${BAZEL_VERSION}-linux-x86_64 -O /usr/bin/bazel
43
sudo chmod a+x /usr/bin/bazel
44
- mv WORKSPACE.ci WORKSPACE
45
46
- run:
47
name: set up python environment
@@ -51,6 +50,7 @@ jobs:
51
50
pip3 install --pre torch==1.13.0.dev20220618 torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/nightly/cu113
52
pip3 install pytest parameterized expecttest
53
# install torch_tensorrt
+ mv WORKSPACE.ci WORKSPACE
54
cd py
55
python3 setup.py install
56
0 commit comments