Update __init__.py
This commit is contained in:
parent
9803b49150
commit
32a1be7ec5
1 changed files with 8 additions and 4 deletions
|
|
@ -54,8 +54,12 @@ from .flex_attention import (
|
|||
create_flex_attention_sliding_window_mask,
|
||||
)
|
||||
|
||||
try:
|
||||
print("🦥 Unsloth: Will patch your computer to enable 2x faster free finetuning.")
|
||||
except:
|
||||
print("Unsloth: Will patch your computer to enable 2x faster free finetuning.")
|
||||
import os
|
||||
if "UNSLOTH_ZOO_IS_PRESENT" not in os.environ:
|
||||
try:
|
||||
print("🦥 Unsloth: Will patch your computer to enable 2x faster free finetuning.")
|
||||
except:
|
||||
print("Unsloth: Will patch your computer to enable 2x faster free finetuning.")
|
||||
pass
|
||||
pass
|
||||
del os
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue