Skip to content

Commit 5754705

Browse files
committed
Install onnx-pytorch on nightlies.
Signed-off-by: Edward Z. Yang <[email protected]>
1 parent 970585e commit 5754705

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)