Skip to content

Commit abbde84

Browse files
committed
false mixed precision
1 parent 9b6df8f commit abbde84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lora_diffusion/cli_lora_pti.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -924,7 +924,7 @@ def train(
924924
wandb_log_prompt_cnt=wandb_log_prompt_cnt,
925925
class_token=class_token,
926926
train_inpainting=train_inpainting,
927-
mixed_precision=True,
927+
mixed_precision=False,
928928
tokenizer=tokenizer,
929929
clip_ti_decay=clip_ti_decay,
930930
)

0 commit comments

Comments
 (0)