mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-05-11 08:46:10 +02:00
I don't think there was any because nobody complained. (#13807)
This commit is contained in:
parent
65045730a6
commit
66669b2ded
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user