From 529c7ae7e6e6c0c483c59ae8fe5eea65af2c91d5 Mon Sep 17 00:00:00 2001 From: Mengtao Yuan Date: Mon, 22 Apr 2024 07:12:11 -0700 Subject: [PATCH] Bump the torch pin It's requested by torchchat to have a newer version of torch nightly. Bump it from 4/15 to 4/21. --- install_requirements.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_requirements.sh b/install_requirements.sh index 2e6cb9f2dfe..5bac9dfe772 100755 --- a/install_requirements.sh +++ b/install_requirements.sh @@ -61,7 +61,7 @@ done # NOTE: If a newly-fetched version of the executorch repo changes the value of # NIGHTLY_VERSION, you should re-run this script to install the necessary # package versions. -NIGHTLY_VERSION=dev20240415 +NIGHTLY_VERSION=dev20240421 # The pip repository that hosts nightly torch packages. TORCH_NIGHTLY_URL="https://download.pytorch.org/whl/nightly/cpu"