From a5456071423e68ef4882f5bae01199a487451a68 Mon Sep 17 00:00:00 2001 From: gasoonjia Date: Wed, 16 Jul 2025 10:29:46 -0700 Subject: [PATCH] bump pytorch bin to 0716 as title Differential Revision: [D78422531](https://our.internmc.facebook.com/intern/diff/D78422531/) [ghstack-poisoned] --- .ci/docker/ci_commit_pins/pytorch.txt | 2 +- install_requirements.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci/docker/ci_commit_pins/pytorch.txt b/.ci/docker/ci_commit_pins/pytorch.txt index 13b827111b3..f574f800608 100644 --- a/.ci/docker/ci_commit_pins/pytorch.txt +++ b/.ci/docker/ci_commit_pins/pytorch.txt @@ -1 +1 @@ -90f1e7bed15ca5e48c61c5b6dc5ad4810524f82f +ab43fe4bdf5ccd82897f0e982c451a0127bd175e diff --git a/install_requirements.py b/install_requirements.py index 7570ff3cfc5..368e7cd079d 100644 --- a/install_requirements.py +++ b/install_requirements.py @@ -71,7 +71,7 @@ def python_is_compatible(): # # NOTE: If you're changing, make the corresponding change in .ci/docker/ci_commit_pins/pytorch.txt # by picking the hash from the same date in https://hud.pytorch.org/hud/pytorch/pytorch/nightly/ -NIGHTLY_VERSION = "dev20250714" +NIGHTLY_VERSION = "dev20250716" def install_requirements(use_pytorch_nightly):