Update vision.py
This commit is contained in:
parent
caae7668e0
commit
6087e5173e
1 changed files with 1 additions and 2 deletions
|
|
@ -212,8 +212,7 @@ def unsloth_base_fast_generate(
|
|||
kwargs["generation_config"].compile_config = _compile_config if cache_implementation is not None else None
|
||||
else:
|
||||
kwargs["cache_implementation"] = cache_implementation
|
||||
if cache_implementation:
|
||||
kwargs["compile_config"] = _compile_config
|
||||
if cache_implementation is not None: kwargs["compile_config"] = _compile_config
|
||||
pass
|
||||
|
||||
try:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue