Skip to content

Commit 4bbcf4b

Browse files
committed
Update vision.py
1 parent 1fef89a commit 4bbcf4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎unsloth/models/vision.py‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -521,8 +521,8 @@ def from_pretrained(
521521
)
522522
else:
523523
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, "\
524+
f"Unsloth: Using full float32 full finetuning. "
525+
f"To enable bfloat16 training to reduce VRAM usage by 50% albeit with a slightly higher loss, do:\n"\
526526
"use `float32_mixed_precision = False` during FastLanguageModel.from_pretrained"
527527
)
528528
os.environ["UNSLOTH_BFLOAT16_MIXED_PRECISION"] = "1"

0 commit comments

Comments
 (0)