Skip to content

fix: add options to disable polyfills#93

Merged
jhlee525 merged 1 commit intomainfrom
grf53-patch-1
Jun 4, 2025
Merged

fix: add options to disable polyfills#93
jhlee525 merged 1 commit intomainfrom
grf53-patch-1

Conversation

@grf53
Copy link
Contributor

@grf53 grf53 commented Jun 4, 2025

Description

Due to an issue of current version of minja, the tool calls and tool responses are rendered through polyfills even though the Qwen3 chat template is capable to cover those.

After merging google/minja#72, the template could be estimated properly(not to use polyfills) and using unnecessary polyfills can cause inconsistant behavior and performance of language models. so currently we's better to disable those polyfills before it is merged.

Related PR

google/minja#72

@grf53 grf53 requested review from jhlee525 and khj809 June 4, 2025 14:55
Copy link
Contributor

@jhlee525 jhlee525 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@jhlee525 jhlee525 merged commit 638de8d into main Jun 4, 2025
@jhlee525 jhlee525 deleted the grf53-patch-1 branch June 4, 2025 15:05
@grf53
Copy link
Contributor Author

grf53 commented Jun 4, 2025

@jhlee525 maybe we need to update some answers of our new tests for the language model.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants