[8/n] decouple quantization impl from vllm dependency - gguf srt (#11964)

Co-authored-by: Peng Zhang <zhuangsen.zp@antgroup.com>
This commit is contained in:
Fan Yin
2025-10-23 18:12:00 -07:00
committed by GitHub
co-authored by Peng Zhang
parent 1053e1be17
commit 14a4d80e57
5 changed files with 571 additions and 36 deletions
+1 -1
View File
@@ -197,7 +197,7 @@ suites = {
TestFile("test_bnb.py", 5),
TestFile("test_gptqmodel_dynamic.py", 102),
TestFile("test_vllm_dependency.py", 185),
# TestFile("test_gguf.py", 96),
TestFile("test_gguf.py", 96),
],
# If the test cases take too long, considering adding them to nightly tests instead of per-commit tests
"nightly-1-gpu": [],