diff --git a/unsloth/models/llama.py b/unsloth/models/llama.py index 07bb5505ef..c187449902 100644 --- a/unsloth/models/llama.py +++ b/unsloth/models/llama.py @@ -1388,7 +1388,7 @@ def _wrap_fast_inference(generate, device_type, dtype, model): pass # For newer HF - kwargs["cache_implementation"] = "dynamic" + # kwargs["cache_implementation"] = "dynamic" # For num_logits_to_keep kwargs["num_logits_to_keep"] = 1