ollama/fs/ggml
Michael Yang 86834a2797
convert: fix tensor sorting (#12015)
there's two bugs here.

1. the check for a layer id is incorrect and should be >= 0 since layer
   0 is valid
2. if both tensors have an layer identifier, it will only compare the
   layer id which will return 0 if the tensors are in the same layer.
   instead it should fallback to comparing the full tensor name
2025-08-26 13:57:46 -07:00
..
ggml.go convert: fix tensor sorting (#12015) 2025-08-26 13:57:46 -07:00
ggml_test.go ggml: fix crash for array head counts 2025-04-27 11:38:06 -07:00
gguf.go convert: fix tensor sorting (#12015) 2025-08-26 13:57:46 -07:00
gguf_test.go convert: fix tensor sorting (#12015) 2025-08-26 13:57:46 -07:00
type.go gpt-oss (#11672) 2025-08-05 12:21:16 -07:00