Fix GGuf and add back test_gguf.py (#7067)

This commit is contained in:
Baizhou Zhang
2025-06-10 21:07:20 -07:00
committed by GitHub
parent dbdf76ca98
commit 2a5f0100e0
3 changed files with 9 additions and 6 deletions

View File

@@ -186,7 +186,7 @@ suites = {
"vllm_dependency_test": [
TestFile("test_awq.py"),
TestFile("test_bnb.py"),
# TestFile("test_gguf.py", 78), # TODO: Fix GGuf after updating to torch 2.7 and vllm 0.9
TestFile("test_gguf.py", 78),
TestFile("test_gptqmodel_dynamic.py", 72),
TestFile("test_vllm_dependency.py"),
],