Replies: 1 comment
-
I guess adapters fundamentally overwrite some of the parameters on onnx model.. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Are adapters not possible to express in a normal .onnx format?
I think if adapters were .onnx file we could use it with pure onnxruntime and check the internals with tools like netron.
However, onnx_adapter is not .onnx so in order to make use and understand the file the ecosystem is not very rich at the moment.
I wish it was xxx_adapter.onnx but I guess there's a reason why it has a different format.
Beta Was this translation helpful? Give feedback.
All reactions