From 289509206f82759ca7481f666b282d76a6baa0ec Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Thu, 22 Jan 2026 07:40:51 -0800 Subject: [PATCH] Update vision.py --- unsloth/models/vision.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/unsloth/models/vision.py b/unsloth/models/vision.py index a77cf715fc..6835f2e986 100644 --- a/unsloth/models/vision.py +++ b/unsloth/models/vision.py @@ -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,