jy-yuan / KIVI

KIVI: A Tuning-Free Asymmetric 2bit Quantization for KV Cache
https://arxiv.org/abs/2402.02750
MIT License
121 stars 10 forks source link

[fix] add the missing comma in pyproject.toml to enable correct pip i… #5

Closed wln20 closed 1 month ago

wln20 commented 1 month ago

I encountered the following error when trying to install the dependencies of KIVI: pip._vendor.tomli.TOMLDecodeError: Unclosed array (at line 21, column 5), and I noticed that a missing comma in pyproject.toml incurs this error.

zirui-ray-liu commented 1 month ago

Thanks!