There was an error while loading. Please reload this page.
1 parent 1fef89a commit 4bbcf4bCopy full SHA for 4bbcf4b
unsloth/models/vision.py
@@ -521,8 +521,8 @@ def from_pretrained(
521
)
522
else:
523
print(
524
- f"Unsloth: Using full float32 full finetuning.\n"
525
- f"To enable bfloat16 training to reduce VRAM usage by 50% albeit with a slightly higher loss, "\
+ f"Unsloth: Using full float32 full finetuning. "
+ f"To enable bfloat16 training to reduce VRAM usage by 50% albeit with a slightly higher loss, do:\n"\
526
"use `float32_mixed_precision = False` during FastLanguageModel.from_pretrained"
527
528
os.environ["UNSLOTH_BFLOAT16_MIXED_PRECISION"] = "1"
0 commit comments