You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is AddExternalInitializersFromFilesInMemory method for loading external initializers from memory instead of a file on a disk in C/C++ api (docs).
However, this functionality seems to be not available from Python. When looking onnxruntime_pybind_state.cc, then there is add_external_initializers binding, but no add_external_initializers_from_files_in_memory.
Describe scenario use case
Adding add_external_initializers_from_files_in_memory allows loading models with external data directly from memory.