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