ollama/model/models/llama4
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
..
model.go ml: Panic rather than return error on tensor allocation failure 2025-05-22 14:38:09 -07:00
model_text.go use nn.Linear in place of ml.Tensor (#11049) 2025-06-11 12:10:15 -07:00
model_vision.go ml: Panic rather than return error on tensor allocation failure 2025-05-22 14:38:09 -07:00
process_image.go image processing 2025-04-25 16:59:20 -07:00
process_image_test.go image processing 2025-04-25 16:59:20 -07:00