Update _utils.py
This commit is contained in:
parent
6c24831c7c
commit
3960c4c0d0
1 changed files with 1 additions and 1 deletions
|
|
@ -1129,7 +1129,7 @@ def unsloth_compile_transformers(
|
|||
revision = revision,
|
||||
trust_remote_code = trust_remote_code,
|
||||
)
|
||||
model_types += ["siglip"]
|
||||
model_types = ["siglip"] + model_types
|
||||
|
||||
if disable: return
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue