From cc6b25849fefbf10f2bdba01839afd891b4f47fe Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Sun, 20 Jul 2025 03:17:02 -0700 Subject: [PATCH] Update llama.py --- unsloth/models/llama.py | 1 + 1 file changed, 1 insertion(+) diff --git a/unsloth/models/llama.py b/unsloth/models/llama.py index 8d985aa9d2..847c714d06 100644 --- a/unsloth/models/llama.py +++ b/unsloth/models/llama.py @@ -2022,6 +2022,7 @@ class FastLlamaModel: pass # Load vLLM first + print(load_vllm_kwargs) llm = load_vllm(**load_vllm_kwargs) # Convert to HF format