Skip to content

Commit c07f24c

Browse files
authored
Merge pull request #8 from ezyang/pr/install-onnx-pytorch
Install onnx-pytorch on nightlies.
2 parents 970585e + 5754705 commit c07f24c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jenkins/pytorch/build_nimbix.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ if [ ! -z "$jenkins_nightly" ]; then
217217
git clone https://github.com/ezyang/onnx-pytorch.git --recurse-submodules --quiet
218218
(cd onnx-pytorch/onnx && python setup.py install)
219219
(cd onnx-pytorch/onnx-caffe2 && python setup.py install)
220+
(cd onnx-pytorch && python setup.py install)
220221
python onnx-pytorch/test/test_models.py
221222
python onnx-pytorch/test/test_caffe2.py
222223
fi

0 commit comments

Comments
 (0)