Update vision.py
This commit is contained in:
parent
6087e5173e
commit
4872aa5f85
1 changed files with 1 additions and 1 deletions
|
|
@ -212,7 +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 is not None: kwargs["compile_config"] = _compile_config
|
||||
kwargs["compile_config"] = _compile_config
|
||||
pass
|
||||
|
||||
try:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue