From 0f68cca7aa0fa4420609d63ca08ee8f197786881 Mon Sep 17 00:00:00 2001 From: Jack-Khuu Date: Wed, 17 Jul 2024 09:49:51 -0700 Subject: [PATCH] Bump the PT pin to July 10 2024 (#913) --- install_requirements.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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