Update vision.py

This commit is contained in:
Daniel Han 2025-10-30 06:28:05 -07:00
commit a3d6b3a4bf

View file

@ -525,7 +525,7 @@ class FastBaseModel:
f"To enable bfloat16 training to reduce VRAM usage by 50% albeit with a slightly higher loss, "\
"use `float32_mixed_precision = False` during FastLanguageModel.from_pretrained"
)
os.environ["UNSLOTH_BFLOAT16_MIXED_PRECISION"] = "1"
os.environ["UNSLOTH_BFLOAT16_MIXED_PRECISION"] = "1"
else:
print("Unsloth: Float16 full finetuning uses more memory since we upcast weights to float32.")
else: