From 10c6c2f5fefcb4b6f8993e441b894be2f64730f4 Mon Sep 17 00:00:00 2001 From: Daniel Han Date: Thu, 28 Nov 2024 00:02:13 -0800 Subject: [PATCH] Update vision.py --- unsloth/models/vision.py | 1 - 1 file changed, 1 deletion(-) diff --git a/unsloth/models/vision.py b/unsloth/models/vision.py index 507e19cfe0..0f682c6b40 100644 --- a/unsloth/models/vision.py +++ b/unsloth/models/vision.py @@ -78,7 +78,6 @@ class FastBaseVisionModel: max_seq_length = None, dtype = None, load_in_4bit = True, - load_in_8bit token = None, device_map = "sequential", trust_remote_code = False,