Skip to content

Commit edbdb7c

Browse files
committed
bump pytorch bin to 0716
Pull Request resolved: #12548 as title ghstack-source-id: 296677750 @exported-using-ghexport Differential Revision: [D78422531](https://our.internmc.facebook.com/intern/diff/D78422531/)
1 parent 0012ffa commit edbdb7c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.ci/docker/ci_commit_pins/pytorch.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
90f1e7bed15ca5e48c61c5b6dc5ad4810524f82f
1+
ab43fe4bdf5ccd82897f0e982c451a0127bd175e

install_requirements.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def python_is_compatible():
7171
#
7272
# NOTE: If you're changing, make the corresponding change in .ci/docker/ci_commit_pins/pytorch.txt
7373
# by picking the hash from the same date in https://hud.pytorch.org/hud/pytorch/pytorch/nightly/
74-
NIGHTLY_VERSION = "dev20250714"
74+
NIGHTLY_VERSION = "dev20250716"
7575

7676

7777
def install_requirements(use_pytorch_nightly):

runtime/core/portable_type/c10/c10/macros/Export.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#define C10_MACROS_EXPORT_H_
33

44
#ifndef C10_USING_CUSTOM_GENERATED_MACROS
5-
#include <c10/macros/cmake_macros.h>
5+
#include <torch/headeronly/macros/cmake_macros.h>
66
#endif // C10_USING_CUSTOM_GENERATED_MACROS
77

88
#include <torch/headeronly/macros/Export.h>

runtime/core/portable_type/c10/c10/macros/Macros.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
// file.
2020

2121
#ifndef C10_USING_CUSTOM_GENERATED_MACROS
22-
#include <c10/macros/cmake_macros.h>
22+
#include <torch/headeronly/macros/cmake_macros.h>
2323
#endif // C10_USING_CUSTOM_GENERATED_MACROS
2424

2525
#include <c10/macros/Export.h>

0 commit comments

Comments
 (0)