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
Not sure if this has been discussed before, but I'm trying to understand how feasible this is. As such this would provide support for "free" for models if all the operations are already supported in ggml/llama.cpp.
From my understanding, everything finally boils down a compute graph with different operations and input/output tensors. If some how we are able take the compute graph and convert it automatically then it would be a very useful feature. Obviously there are other complexities with tokenizers, chat templates etc. but getting logits to match would be the logical first step
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Not sure if this has been discussed before, but I'm trying to understand how feasible this is. As such this would provide support for "free" for models if all the operations are already supported in ggml/llama.cpp.
From my understanding, everything finally boils down a compute graph with different operations and input/output tensors. If some how we are able take the compute graph and convert it automatically then it would be a very useful feature. Obviously there are other complexities with tokenizers, chat templates etc. but getting logits to match would be the logical first step
Beta Was this translation helpful? Give feedback.
All reactions