Skip to content
Discussion options

You must be logged in to vote

Hi Petar,

I'm not that familiar with numba, but if it runs with numpy types, you should be able to do this via ONNX export.

you should be able to simply get this with my_lightning_model.to_onnx().

Note: This dumps it to disk and you can use the onnx runtime for prediction then.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Borda
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment