From ef9543b371ec2beb94eef23d87db91a6ed1bf16c Mon Sep 17 00:00:00 2001 From: Rahul Tuli Date: Thu, 3 Apr 2025 09:37:43 -0400 Subject: [PATCH] Update llmcompressor version to latest --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 432fc5d7e..291ffeaa3 100644 --- a/setup.py +++ b/setup.py @@ -150,7 +150,7 @@ extras_require = { "vllm==0.7.2", ], "llmcompressor": [ - "llm-compressor==0.4.1", + "llm-compressor==0.5.0", ], }