Update vision.py
This commit is contained in:
parent
f0fc74cd9b
commit
e24059fb03
1 changed files with 1 additions and 1 deletions
|
|
@ -146,7 +146,7 @@ def unsloth_base_fast_generate(
|
|||
try: kwargs["pixel_values"] = kwargs["pixel_values"].to(dtype)
|
||||
except: pass
|
||||
|
||||
print(args, kwargs)
|
||||
print(args, kwargs, self._old_generate)
|
||||
|
||||
# Mixed precision autocast
|
||||
if os.environ.get("UNSLOTH_FORCE_FLOAT32", "0") == "1":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue