ollama/model
Bruce MacDonald 6bd0a983cd model: support for mistral-small in the ollama runner
Mistral is a popular research lab making open source models. This updates
the forward pass of llama architecture models to support both llama models
and mistral models by accounting for additional metadata present in mistral
models, and finding the correct dimensions for the output projection.
2025-04-03 16:57:36 -07:00
..
imageproc
input model: Pass input tensor instead of raw data to models 2025-03-20 13:28:13 -07:00
models model: support for mistral-small in the ollama runner 2025-04-03 16:57:36 -07:00
testdata gemma2 impl 2025-03-11 14:35:08 -07:00
model.go fs: move ml.Config to fs package 2025-04-03 13:12:24 -07:00
model_test.go fs: move ml.Config to fs package 2025-04-03 13:12:24 -07:00
process_text.go model: support for mistral-small in the ollama runner 2025-04-03 16:57:36 -07:00
process_text_spm.go model: fix issues with spm tokenizer for Gemma 3 (#10081) 2025-04-02 13:22:56 -07:00
process_text_spm_test.go model: fix issues with spm tokenizer for Gemma 3 (#10081) 2025-04-02 13:22:56 -07:00
process_text_test.go model: Don't unconditionally add special tokens 2025-03-06 16:54:16 -08:00