Update vision.py

This commit is contained in:
Daniel Han 2024-11-28 00:02:13 -08:00
commit 2e5393822b

View file

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