Update vision.py
This commit is contained in:
parent
10cf55040a
commit
ab51409dda
1 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue