Skip to content

Commit bb20cbc

Browse files
authored
Updates torchvision
1 parent d3e958d commit bb20cbc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.jenkins/caffe2/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ pip install --user pytest-sugar
140140
# torchvision tests #
141141
#####################
142142
if [[ "$BUILD_ENVIRONMENT" == *onnx* ]]; then
143-
pip install -q --user git+https://github.com/pytorch/vision.git@8e611cfd9fbd2cccd95b2f312f778ccf0d3218c8
143+
pip install -q --user git+https://github.com/pytorch/vision.git@ba63fbdb595f41901f074883abc0084145877cf5
144144
pip install -q --user ninja
145145
# JIT C++ extensions require ninja, so put it into PATH.
146146
export PATH="/var/lib/jenkins/.local/bin:$PATH"

0 commit comments

Comments
 (0)