We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f718fc4 commit 9abf28fCopy full SHA for 9abf28f
unsloth/models/vision.py
@@ -948,6 +948,7 @@ def post_patch_model(
948
949
if type(float32_mixed_precision) is bool:
950
# Respect whatever it was set before
951
+ pass
952
else:
953
float32_mixed_precision = True
954
if _get_dtype(dtype_from_config(model.config)) == torch.bfloat16 and full_finetuning:
0 commit comments