What happens if I cannot fit all the weights in my device at once? #23514
Unanswered
RaviTejaUOH
asked this question in
EP Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am implementing an Execution provider in onnxruntime and I noticed that the weights of the model are copied all at once. What happens if I cannot fit all the weights on my device?
Will the graph be partitioned?
Beta Was this translation helpful? Give feedback.
All reactions