We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
oneshot
Describe the bug
Invalid recipes should throw an error
Currently, the following recipe is accepted as a valid recipe, however, the group_0 key should be under config_groups
group_0
config_groups
quant_stage: quant_modifiers: GPTQModifier: ignore: ["lm_head"] group_0: weights: num_bits: 4 type: "int" symmetric: true strategy: "group" group_size: 128 actorder: "group" observer: "mse" targets: ["Linear"]
Expected behavior
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Invalid recipes should throw an error
Currently, the following recipe is accepted as a valid recipe, however, the
group_0
key should be underconfig_groups
Expected behavior
The text was updated successfully, but these errors were encountered: