Update _utils.py
This commit is contained in:
parent
7f2400da25
commit
f92544d75a
1 changed files with 3 additions and 0 deletions
|
|
@ -1204,6 +1204,9 @@ def unsloth_compile_transformers(
|
|||
return_logits = return_logits,
|
||||
)
|
||||
pass
|
||||
# Redo patches which override compiler
|
||||
for temporary_patch in TEMPORARY_PATCHES:
|
||||
temporary_patch()
|
||||
return model_types
|
||||
pass
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue