Replies: 1 comment 2 replies
-
there's already many discussion threads about onnx, u can search to see the code |
Beta Was this translation helpful? Give feedback.
2 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.
-
i am export onnx for the encoder, but i am facing issue for export the decoder because if i want export decoder in onnx, i should pass the input as kv_cache but kv_cache is dictionary , but onnx.export not accept the dictionary.
how to export the onnx for the decoder with kv??.
Beta Was this translation helpful? Give feedback.
All reactions