-
Notifications
You must be signed in to change notification settings - Fork 17
Bump DiffusionGemma #24423 pin to c3fb9724 (Add tool calling) #32
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -9,7 +9,7 @@ | |
| "tag + pins), so keep its pin open until the change lands upstream." | ||
| ], | ||
| "prs": [ | ||
| "https://github.com/ggml-org/llama.cpp/pull/24423/commits/1d2faac2d8248c3d5df999712c42fe0fc72e7f07", | ||
| "https://github.com/ggml-org/llama.cpp/pull/24423/commits/c3fb97241295c196e09b783e705e84b96cd1bd74", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
The pinned c3fb972 path only uses Useful? React with 👍 / 👎. |
||
| "https://github.com/ggml-org/llama.cpp/pull/24523/commits/00f95bd2d59ed2d6408fa3777b43ff5bd5fdc79d", | ||
| "https://github.com/ggml-org/llama.cpp/pull/25402/commits/15f732183bc1029df4b41ae2118364c3ccb6c162" | ||
| ] | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This updated pin pulls in c3fb972, whose only tool-calling change reads
req["tools"]into the chat-template inputs but never readstool_choice. For OpenAI-compatible requests that include tools while settingtool_choice: "none", the diffusion visual server still exposes those tools to the model, so callers cannot reliably suppress tool calls in the same way the regular server does; please pin a follow-up that handlestool_choiceor avoid advertising this as the tool-calling fix until that path is covered.Useful? React with 👍 / 👎.