From ab51409ddaf72619df8f1458fa8babe298191160 Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Thu, 10 Jul 2025 04:34:23 -0700 Subject: [PATCH] Update vision.py --- unsloth/models/vision.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/unsloth/models/vision.py b/unsloth/models/vision.py index a358594d85..ed8cb60d4b 100644 --- a/unsloth/models/vision.py +++ b/unsloth/models/vision.py @@ -222,6 +222,8 @@ def unsloth_base_fast_generate( kwargs["compile_config"] = _compile_config pass + print(args) + print(kwargs) try: with torch.inference_mode(), autocaster: output = self._old_generate(*args, **kwargs)