Update vision.py

This commit is contained in:
Daniel Han 2025-05-16 23:24:32 -07:00
commit 4872aa5f85

View file

@ -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: