[4/n]decouple quantization implementation from vLLM dependency (#9191)

Co-authored-by: AniZpZ <aniz1905@gmail.com>
Co-authored-by: Yineng Zhang <me@zhyncs.com>
This commit is contained in:
Hongbo Xu
2025-08-14 12:05:46 -07:00
committed by GitHub
co-authored by AniZpZ Yineng Zhang
parent 63d82a776a
commit 2cc9eeab01
8 changed files with 37 additions and 74 deletions
+1 -1
View File
@@ -149,9 +149,9 @@ suites = {
"vllm_dependency_test": [
TestFile("quant/test_awq.py", 163),
TestFile("test_bnb.py", 5),
TestFile("test_gguf.py", 96),
TestFile("test_gptqmodel_dynamic.py", 102),
TestFile("test_vllm_dependency.py", 185),
# TestFile("test_gguf.py", 96),
],
}