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 have been working on refactoring the tools code to be more aligned with vLLM, but I wanted to make sure this was actually aligned with goals before going further. Here is what I've been working on:
Ability to choose a tool parser on model loading (to bypass the need to do string matches to identify the appropriate parser, similar to --tool-call-parser in vLLM)
Refactored tool parsing into a class for maintainability
Implement tool_choice to force a particular tool choice and use outlines for constrained generation
The text was updated successfully, but these errors were encountered:
I have been working on refactoring the tools code to be more aligned with vLLM, but I wanted to make sure this was actually aligned with goals before going further. Here is what I've been working on:
The text was updated successfully, but these errors were encountered: