-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Function calling with output schema enforcement #536
Conversation
Waiting for this merge to try out Function Calling in Lorax |
47c1c1d
to
9c6de37
Compare
Failing test doesn't seem related, but will have to dig more. |
@magdyksaleh Still waiting for this feature. I want to deploy Mistral Nemo and Llama 3.1 models with function calling |
I have been waiting for function calling feature for long time and got exited for this PR. But this PR is still not merged. |
@llama-shepard Sorry, I've been preoccupied with other obligations. What's remaining on this PR is to verify that pulling in chat templates will provide support for models other than mistral 3 (which is already working). |
This would be extremely useful for me. When can we expect this to be merged? |
9c6de37
to
333b177
Compare
@tgaddair Hey, do you have any documents regarding this feature? |
Introduces function-calling capabilities with JSON schema enforcement on output.
Example using
Mistral-7B-Instruct-v0.3
: