converter: Match `new_name
instead of
name
` for float32 explicit tensors
Signed-off-by: Molly Sophia <mollysophia379@gmail.com>
This commit is contained in:
parent
6d69fd77b1
commit
601b5920c6
1 changed files with 1 additions and 1 deletions
|
@ -302,7 +302,7 @@ class Model:
|
|||
gguf.MODEL_TENSOR.TIME_MIX_FIRST,
|
||||
)
|
||||
)
|
||||
or not name.endswith(".weight")
|
||||
or not new_name.endswith(".weight")
|
||||
):
|
||||
data_qtype = gguf.GGMLQuantizationType.F32
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue