From 41172b99117d6e9fb56222c275d73e7314b75b65 Mon Sep 17 00:00:00 2001 From: gasoonjia Date: Thu, 17 Jul 2025 11:33:07 -0700 Subject: [PATCH] bump pytorch bin to 0716 Pull Request resolved: https://github.com/pytorch/executorch/pull/12548 as title ghstack-source-id: 296883766 @exported-using-ghexport Differential Revision: [D78422531](https://our.internmc.facebook.com/intern/diff/D78422531/) --- .ci/docker/ci_commit_pins/pytorch.txt | 2 +- install_requirements.py | 2 +- runtime/core/portable_type/c10/c10/macros/Export.h | 2 +- runtime/core/portable_type/c10/c10/macros/Macros.h | 2 +- 4 files changed, 4 insertions(+), 4 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): diff --git a/runtime/core/portable_type/c10/c10/macros/Export.h b/runtime/core/portable_type/c10/c10/macros/Export.h index b013910902b..3d912661026 100644 --- a/runtime/core/portable_type/c10/c10/macros/Export.h +++ b/runtime/core/portable_type/c10/c10/macros/Export.h @@ -2,7 +2,7 @@ #define C10_MACROS_EXPORT_H_ #ifndef C10_USING_CUSTOM_GENERATED_MACROS -#include +#include #endif // C10_USING_CUSTOM_GENERATED_MACROS #include diff --git a/runtime/core/portable_type/c10/c10/macros/Macros.h b/runtime/core/portable_type/c10/c10/macros/Macros.h index 6b51a39f2a9..55a79ee6743 100644 --- a/runtime/core/portable_type/c10/c10/macros/Macros.h +++ b/runtime/core/portable_type/c10/c10/macros/Macros.h @@ -19,7 +19,7 @@ // file. #ifndef C10_USING_CUSTOM_GENERATED_MACROS -#include +#include #endif // C10_USING_CUSTOM_GENERATED_MACROS #include