Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit 3fd9840

Browse files
authored
Remove torchvision from prereqs install_requirements.sh
Remove any remaining dependences on torchvision in install_requirements.sh
1 parent d3515ac commit 3fd9840

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

install/install_requirements.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ fi
7474
# pip packages needed by exir.
7575
REQUIREMENTS_TO_INSTALL=(
7676
torch=="2.6.0.${PYTORCH_NIGHTLY_VERSION}"
77-
torchvision=="0.20.0.${VISION_NIGHTLY_VERSION}"
7877
torchtune=="0.4.0.${TUNE_NIGHTLY_VERSION}"
7978
)
8079

0 commit comments

Comments
 (0)