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
Hi,
Did you edit the group size settings in the configuration yaml? In our package, we require all group size settings to have at least two dimensions, where the first dimension corresponds to the output channels, and the second dimension corresponds to the input channels.
I ran the code with configs.llm.yaml and configs/qoq/gchn.yaml and got the following error message:
/lmquant/lmquant/quant/data/utils/shape.py, Line 77, in format_group_configs
assert n>=2, "the group shape must have at least two dimensions".
Could you please help resolve this issue?
The text was updated successfully, but these errors were encountered: