Update _utils.py
This commit is contained in:
parent
5f04f870aa
commit
77670ab5f0
1 changed files with 1 additions and 0 deletions
|
|
@ -1186,6 +1186,7 @@ def unsloth_compile_transformers(
|
|||
os.environ["UNSLOTH_FORCE_FLOAT32"] = "0"
|
||||
do_forced_float32 = False
|
||||
model_type_arch = model_types[1]
|
||||
print("!!!!!!!!!!!!!")
|
||||
for disable_name in FORCE_FLOAT32:
|
||||
print(disable_name, model_type_arch, model_name)
|
||||
if (disable_name.lower() == model_type_arch.lower() or \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue