ONNX Function Calling Support #969
Replies: 3 comments 1 reply
-
Hi @RogerBarreto, we are working on this - via the constrained decoding feature. Do you have specific use-cases you can share to help us validate the feature? I'll move this into a discussion |
Beta Was this translation helpful? Give feedback.
-
When I tried to construct a Function Calling Prompt myself, I encountered some issues, see #994. |
Beta Was this translation helpful? Give feedback.
-
Hi, we just create #1038 about constrained decoding that can limit generation with json schema and regex, and should support function call too. If you are interested and want to try, it may needs to install rust toolchain and build from source for now. |
Beta Was this translation helpful? Give feedback.
-
I might be missing something but I didn't find any support for function calling on the APIs.
This capability arriving strong for SLM's (including Llama3+) there's a very big ask from community to start supporting function calling on SLMs.
As we seen this happening and arriving for Model Engines like Ollama would be very nice to have an abstraction that allow us to consume models with this capability with the
Generator
.Beta Was this translation helpful? Give feedback.
All reactions