Update _utils.py
This commit is contained in:
parent
656b15dbc3
commit
72c8da199a
1 changed files with 2 additions and 0 deletions
|
|
@ -1175,9 +1175,11 @@ def unsloth_compile_transformers(
|
|||
"so turning off some optimizations!"
|
||||
)
|
||||
return
|
||||
print(disable)
|
||||
if disable: return
|
||||
|
||||
model_types = list(dict().fromkeys(model_types).keys())
|
||||
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