Skip to content

Commit dbb090f

Browse files
authored
Update torchvision minor version to 22
1 parent 02dc6a4 commit dbb090f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/install_requirements.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ fi
9292
# pip packages needed by exir.
9393
REQUIREMENTS_TO_INSTALL=(
9494
torch=="2.6.0.${PYTORCH_NIGHTLY_VERSION}"
95-
torchvision=="0.20.0.${VISION_NIGHTLY_VERSION}"
95+
torchvision=="0.22.0.${VISION_NIGHTLY_VERSION}"
9696
torchtune=="0.5.0.${TUNE_NIGHTLY_VERSION}"
9797
)
9898

0 commit comments

Comments
 (0)