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.
2 parents 970585e + 5754705 commit c07f24cCopy full SHA for c07f24c
jenkins/pytorch/build_nimbix.sh
@@ -217,6 +217,7 @@ if [ ! -z "$jenkins_nightly" ]; then
217
git clone https://github.com/ezyang/onnx-pytorch.git --recurse-submodules --quiet
218
(cd onnx-pytorch/onnx && python setup.py install)
219
(cd onnx-pytorch/onnx-caffe2 && python setup.py install)
220
+ (cd onnx-pytorch && python setup.py install)
221
python onnx-pytorch/test/test_models.py
222
python onnx-pytorch/test/test_caffe2.py
223
fi
0 commit comments