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