From 7e07848d50462123f093c910e4ad3b3535dac0fe Mon Sep 17 00:00:00 2001 From: khluu Date: Thu, 28 May 2026 13:33:50 -0700 Subject: [PATCH] test: touch llama.py for coverage comparison --- vllm/model_executor/models/llama.py | 1 + 1 file changed, 1 insertion(+) diff --git a/vllm/model_executor/models/llama.py b/vllm/model_executor/models/llama.py index 3c797d05e93..e2f0f5dd959 100644 --- a/vllm/model_executor/models/llama.py +++ b/vllm/model_executor/models/llama.py @@ -599,3 +599,4 @@ class LlamaBidirectionalModel(as_embedding_model(LlamaForCausalLM)): # This class sets the correct attention type and pooling type # through LlamaBidirectionalConfig. pass +# coverage test