mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-23 19:32:23 +00:00
### Description
Modifications to support 2GB+ checkpoint & Upgrading Flatbuffers
### Motivation and Context
This PR includes changes that will make ort handle 2GB+ checkpoints.
To do that we need to upgrade flatbuffers to 23.5.9 -
https://github.com/google/flatbuffers/pull/7945
- Modified the commitHash and the hash for the new version
- Removed the patch for rust generator's unused variable warning as it
is no longer producing this - [Check it out
here](
|
||
|---|---|---|
| .. | ||
| contrib_ops | ||
| dml_ops | ||
| extended_graph_edge.h | ||
| function.cc | ||
| function_container.h | ||
| function_impl.h | ||
| function_inliner.h | ||
| function_template.h | ||
| function_utils.cc | ||
| function_utils.h | ||
| graph.cc | ||
| graph_flatbuffers_utils.cc | ||
| graph_flatbuffers_utils.h | ||
| graph_proto_serializer.cc | ||
| graph_proto_serializer.h | ||
| graph_utils.cc | ||
| graph_utils.h | ||
| graph_viewer.cc | ||
| model.cc | ||
| model.h | ||
| model_load_utils.h | ||
| node_attr_utils.cc | ||
| node_attr_utils.h | ||
| onnx_protobuf.h | ||
| op.cc | ||
| op.h | ||
| op_identifier.h | ||
| op_identifier_utils.cc | ||
| op_identifier_utils.h | ||
| ort_format_load_options.h | ||
| record.h | ||
| runtime_optimization_record.h | ||
| runtime_optimization_record_container.cc | ||
| runtime_optimization_record_container.h | ||
| schema_registry.cc | ||