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"