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
I am trying to follow the steps in the readme. I have downloaded the model, and it seems to load the weights file correctly despite giving me the below error:
I'm surprised it works at all! AIUI the old version of ONNX (which you're running here) used to generate a julia source file describing the model. I'm not exactly sure how that process worked or what the failure modes were (seems from the error above that support for the gather op wasn't implemented), but that's why the old README mentions a model.jl.
I am trying to follow the steps in the readme. I have downloaded the model, and it seems to load the weights file correctly despite giving me the below error:
My question is what do I need to do now that I have the weights?
The text was updated successfully, but these errors were encountered: