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 4267406 commit c9e0255Copy full SHA for c9e0255
.circleci/config.yml
@@ -162,8 +162,7 @@ commands:
162
- run:
163
name: Build setup
164
command: |
165
- mv toolchains/ci_workspaces/WORKSPACE.<< parameters.platform >> WORKSPACE
166
- cd py
+ mv ~/project/toolchains/ci_workspaces/WORKSPACE.<< parameters.platform >> ~/project/WORKSPACE
167
python3 -m pip install wheel setuptools
168
python3 -m pip install pybind11==2.6.2
169
- when:
@@ -172,6 +171,7 @@ commands:
172
171
173
name: Build torch-tensorrt python release package
174
+ cd ~/project/py
175
python3 setup.py bdist_wheel --use-cxx11-abi --release
176
python3 setup.py install --use-cxx11-abi --release
177
mkdir -p /tmp/dist/builds
0 commit comments