Update vision.py

This commit is contained in:
Daniel Han 2026-01-22 07:40:51 -08:00
commit 289509206f

View file

@ -117,8 +117,6 @@ except:
HAS_TORCH_DTYPE = "torch_dtype" in PretrainedConfig.__doc__
from transformers import GenerationConfig, CompileConfig
_compile_config = CompileConfig(
fullgraph = False,
dynamic = None,