Skip to content

Commit 8501b89

Browse files
neginraooffacebook-github-bot
authored andcommittedSep 22, 2020
[ONNX] Update ort release (pytorch#45095)
Summary: Update ort release Pull Request resolved: pytorch#45095 Reviewed By: bwasti Differential Revision: D23832041 Pulled By: malfet fbshipit-source-id: 39c47a87e451c4c43ba4d4e8be385cc195cc611a
1 parent 4b42f0b commit 8501b89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.jenkins/caffe2/test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ if [[ "$BUILD_ENVIRONMENT" == *onnx* ]]; then
171171
# default pip version is too old(9.0.2), unable to support tag `manylinux2010`.
172172
# Fix the pip error: Couldn't find a version that satisfies the requirement
173173
pip install --upgrade pip
174-
pip install -q --user -i https://test.pypi.org/simple/ ort-nightly==1.4.0.dev202008122
174+
pip install -q --user -i https://test.pypi.org/simple/ ort-nightly==1.5.0.dev202009182
175175
fi
176176
"$ROOT_DIR/scripts/onnx/test.sh"
177177
fi

0 commit comments

Comments
 (0)
Please sign in to comment.