diff --git a/install_requirements.sh b/install_requirements.sh index c9f64b079..43ed76017 100755 --- a/install_requirements.sh +++ b/install_requirements.sh @@ -46,7 +46,7 @@ $PIP_EXECUTABLE install -r requirements.txt --extra-index-url https://download.p # 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=dev20240629 +NIGHTLY_VERSION=dev20240710 # Uninstall triton, as nightly will depend on pytorch-triton, which is one and the same $PIP_EXECUTABLE uninstall -y triton