I don't think there was any because nobody complained. (#13807)

This commit is contained in:
comfyanonymous 2026-05-08 17:32:14 -07:00 committed by GitHub
parent 65045730a6
commit 66669b2ded
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1390,7 +1390,7 @@ def convert_old_quants(state_dict, model_prefix="", metadata={}):
k_out = "{}.weight_scale".format(layer)
if layer is not None:
layer_conf = {"format": "float8_e4m3fn"} # TODO: check if anyone did some non e4m3fn scaled checkpoints
layer_conf = {"format": "float8_e4m3fn"}
if full_precision_matrix_mult:
layer_conf["full_precision_matrix_mult"] = full_precision_matrix_mult
layers[layer] = layer_conf