Skip to content

Lift TurboQuant toggle restriction on ParoQuant models#1573

Open
felk-dev wants to merge 3 commits into
jundot:mainfrom
felk-dev:main
Open

Lift TurboQuant toggle restriction on ParoQuant models#1573
felk-dev wants to merge 3 commits into
jundot:mainfrom
felk-dev:main

Conversation

@felk-dev
Copy link
Copy Markdown
Contributor

@felk-dev felk-dev commented Jun 1, 2026

I use ParoQuant model in openclaw and it works well without any collision.
However, since we cannot rule out potential hidden bugs, I replaced the hard restriction with a warning banner advising caution, while still allowing users to enable the option itself.

Key Changes:
Logic Update: Removed the modelSettings.is_paroquant condition from @click, :disabled, and :class attributes to allow the toggle to be operable even for ParoQuant models. (Mutual exclusivity is now maintained only with MTP, which remains incompatible).
UI Update: Designed a warning banner using x-show="modelSettings.is_paroquant" to display an amber warning icon and a cautionary notice when a ParoQuant model is detected.

Added Localization Strings
The multilingual translation strings for the warning banner have been added to the localization configuration files (such as ko.json and en.json) as follows:
"paroquant_turboquant_warning": "Warning: Using TurboQuant with ParoQuant models may cause accuracy degradation."

@felk-dev felk-dev closed this Jun 2, 2026
@felk-dev felk-dev reopened this Jun 2, 2026
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.

1 participant