From a4d9b192b5e006ebb826c4c7daaaee8b3f4d3c77 Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Wed, 19 Mar 2025 02:28:09 -0700 Subject: [PATCH] Update vision.py --- unsloth/models/vision.py | 1 + 1 file changed, 1 insertion(+) diff --git a/unsloth/models/vision.py b/unsloth/models/vision.py index bb84c2d8a6..699a26a051 100644 --- a/unsloth/models/vision.py +++ b/unsloth/models/vision.py @@ -191,6 +191,7 @@ def unsloth_base_fast_generate( kwargs["cache_implementation"] = "hybrid" kwargs["compile_config"] = _compile_config pass + print(kwargs) with torch.inference_mode(), autocaster: try: