mirror of
https://github.com/ollama/ollama.git
synced 2025-03-18 22:01:47 +01:00
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.