Update _utils.py
This commit is contained in:
parent
41e6f94c03
commit
bba36b7d5e
1 changed files with 2 additions and 2 deletions
|
|
@ -1142,14 +1142,14 @@ def unsloth_compile_transformers(
|
|||
pass
|
||||
|
||||
if disable: return
|
||||
print(model_name)
|
||||
|
||||
model_types = get_transformers_model_type(
|
||||
model_name = model_name,
|
||||
token = token,
|
||||
revision = revision,
|
||||
trust_remote_code = trust_remote_code,
|
||||
)
|
||||
print(model_types)
|
||||
|
||||
for model_type in model_types:
|
||||
_unsloth_compile_transformers(
|
||||
model_type,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue