mirror of
https://github.com/ollama/ollama.git
synced 2025-11-11 11:57:34 +01:00
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
2.4 KiB
2.4 KiB