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, thanks for your wonderful work. I wonder why llmc's quantization doesn't support asymmetric quantization if i set save_vllm = True
The config is as below:
[rank0]: Traceback (most recent call last):
[rank0]: File "/mnt/user/daixin/llmc/llmc/__main__.py", line 317, in <module>
[rank0]: main(config)
[rank0]: File "/mnt/user/daixin/llmc/llmc/__main__.py", line 194, in main
[rank0]: assert w.symmetric, 'Only symmetric quant is supported.'
Hi, thanks for your wonderful work. I wonder why llmc's quantization doesn't support asymmetric quantization if i set
save_vllm = True
The config is as below:
Then I get error:
llmc/llmc/__main__.py
Line 194 in 5e3361c
The text was updated successfully, but these errors were encountered: