We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3e958d commit bb20cbcCopy full SHA for bb20cbc
1 file changed
.jenkins/caffe2/test.sh
@@ -140,7 +140,7 @@ pip install --user pytest-sugar
140
# torchvision tests #
141
#####################
142
if [[ "$BUILD_ENVIRONMENT" == *onnx* ]]; then
143
- pip install -q --user git+https://github.com/pytorch/vision.git@8e611cfd9fbd2cccd95b2f312f778ccf0d3218c8
+ pip install -q --user git+https://github.com/pytorch/vision.git@ba63fbdb595f41901f074883abc0084145877cf5
144
pip install -q --user ninja
145
# JIT C++ extensions require ninja, so put it into PATH.
146
export PATH="/var/lib/jenkins/.local/bin:$PATH"
0 commit comments