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
ONNX models currently have to be converted into the FlatBuffers-based .rten format to use them.
The .rten format is intended to support efficient loading, and have a small code footprint (it serves a similar role to ORT). However the need to convert models is a barrier to using this library, and inconvenient in projects that want to trial or mix different runtimes for various reasons. It would reduce friction if .onnx models could be loaded directly.
The text was updated successfully, but these errors were encountered:
ONNX models currently have to be converted into the FlatBuffers-based
.rten
format to use them.The
.rten
format is intended to support efficient loading, and have a small code footprint (it serves a similar role to ORT). However the need to convert models is a barrier to using this library, and inconvenient in projects that want to trial or mix different runtimes for various reasons. It would reduce friction if.onnx
models could be loaded directly.The text was updated successfully, but these errors were encountered: