Skip to content

Commit ecd0321

Browse files
committed
Update the torch version to 2.5
1 parent 319a669 commit ecd0321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install_requirements.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ fi
6363

6464
# pip packages needed by exir.
6565
REQUIREMENTS_TO_INSTALL=(
66-
torch=="2.4.0.${NIGHTLY_VERSION}"
66+
torch=="2.5.0.${NIGHTLY_VERSION}"
6767
)
6868

6969
# Install the requirements. `--extra-index-url` tells pip to look for package

0 commit comments

Comments
 (0)