Update vision.py
This commit is contained in:
parent
1bfea6966f
commit
5f841dd1e1
1 changed files with 0 additions and 1 deletions
|
|
@ -281,7 +281,6 @@ class FastBaseModel:
|
|||
# Cannot be None, since HF now checks for the config
|
||||
if load_in_4bit: kwargs["quantization_config"] = bnb_config
|
||||
|
||||
print(model_name)
|
||||
model = auto_model.from_pretrained(
|
||||
model_name,
|
||||
device_map = device_map,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue