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