mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
[Submodule] Bump flatbuffers to v24.12.23 (#143964)
This sub-module has not been updated for a long time. Pull Request resolved: https://github.com/pytorch/pytorch/pull/143964 Approved by: https://github.com/Skylion007
This commit is contained in:
@ -41,14 +41,11 @@ fbscribelogger==0.1.7
|
||||
#Pinned versions: 0.1.6
|
||||
#test that import:
|
||||
|
||||
flatbuffers==2.0 ; platform_machine != "s390x"
|
||||
flatbuffers==24.12.23
|
||||
#Description: cross platform serialization library
|
||||
#Pinned versions: 2.0
|
||||
#Pinned versions: 24.12.23
|
||||
#test that import:
|
||||
|
||||
flatbuffers ; platform_machine == "s390x"
|
||||
#Description: cross platform serialization library; Newer version is required on s390x for new python version
|
||||
|
||||
hypothesis==5.35.1
|
||||
# Pin hypothesis to avoid flakiness: https://github.com/pytorch/pytorch/issues/31136
|
||||
#Description: advanced library for generating parametrized tests
|
||||
|
2
third_party/flatbuffers
vendored
2
third_party/flatbuffers
vendored
Submodule third_party/flatbuffers updated: 01834de25e...a2cd1ea3b6
@ -8,9 +8,9 @@
|
||||
|
||||
// Ensure the included flatbuffers.h is the same version as when this file was
|
||||
// generated, otherwise it may not be compatible.
|
||||
static_assert(FLATBUFFERS_VERSION_MAJOR == 23 &&
|
||||
FLATBUFFERS_VERSION_MINOR == 3 &&
|
||||
FLATBUFFERS_VERSION_REVISION == 3,
|
||||
static_assert(FLATBUFFERS_VERSION_MAJOR == 24 &&
|
||||
FLATBUFFERS_VERSION_MINOR == 12 &&
|
||||
FLATBUFFERS_VERSION_REVISION == 23,
|
||||
"Non-compatible flatbuffers version included");
|
||||
|
||||
namespace torch {
|
||||
@ -2597,3 +2597,4 @@ inline void FinishSizePrefixedModuleBuffer(
|
||||
} // namespace torch
|
||||
|
||||
#endif // FLATBUFFERS_GENERATED_MOBILEBYTECODE_TORCH_JIT_MOBILE_SERIALIZATION_H_
|
||||
// @generated
|
||||
|
Reference in New Issue
Block a user