From 1e473b30105cc5d5a7b292e88d7694392a579567 Mon Sep 17 00:00:00 2001 From: Michael Goin Date: Wed, 11 Jun 2025 01:12:38 -0400 Subject: [PATCH] [CI] Disable failing GGUF model test (#19454) Signed-off-by: mgoin --- tests/models/quantization/test_gguf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/models/quantization/test_gguf.py b/tests/models/quantization/test_gguf.py index 32f9472c12d5..a424bd6798fd 100644 --- a/tests/models/quantization/test_gguf.py +++ b/tests/models/quantization/test_gguf.py @@ -79,7 +79,7 @@ DOLPHIN_CONFIG = GGUFTestConfig( ) MODELS = [ - LLAMA_CONFIG, + # LLAMA_CONFIG, # broken: https://github.com/vllm-project/vllm/issues/19458 QWEN2_CONFIG, PHI3_CONFIG, GPT2_CONFIG,