add TesseraQ rounding

This commit is contained in:
Alex Barron
2024-12-19 19:35:26 -08:00
parent d4ef909d4a
commit ae53ed9090
2 changed files with 614 additions and 0 deletions

View File

@@ -32,6 +32,7 @@ setup(
},
entry_points={
"console_scripts": [
"mlx_lm.awq = mlx_lm.awq:main",
"mlx_lm.cache_prompt = mlx_lm.cache_prompt:main",
"mlx_lm.chat = mlx_lm.chat:main",
"mlx_lm.convert = mlx_lm.convert:main",