ollama/model/models
Michael Yang 2e77aa1ae7
use nn.Linear in place of ml.Tensor (#11049)
while nn.Linear.Forward isn't applicable for sparse MLP, it's still
a nice container for the tensors
2025-06-11 12:10:15 -07:00
..
gemma2 ml: Panic rather than return error on tensor allocation failure 2025-05-22 14:38:09 -07:00
gemma3 ml: Panic rather than return error on tensor allocation failure 2025-05-22 14:38:09 -07:00
llama ml: Panic rather than return error on tensor allocation failure 2025-05-22 14:38:09 -07:00
llama4 use nn.Linear in place of ml.Tensor (#11049) 2025-06-11 12:10:15 -07:00
mistral3 ml: Panic rather than return error on tensor allocation failure 2025-05-22 14:38:09 -07:00
mllama ml: Panic rather than return error on tensor allocation failure 2025-05-22 14:38:09 -07:00
qwen2 ml: Panic rather than return error on tensor allocation failure 2025-05-22 14:38:09 -07:00
qwen3 use nn.Linear in place of ml.Tensor (#11049) 2025-06-11 12:10:15 -07:00
qwen25vl ml: Panic rather than return error on tensor allocation failure 2025-05-22 14:38:09 -07:00
models.go feat: port qwen2 model (#10782) 2025-05-21 10:21:24 -07:00