[PR #1475] [MERGED] Add support for mixture of experts (MoE) and Mixtral #36466

Closed
opened 2026-04-22 21:06:36 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/1475
Author: @jmorganca
Created: 12/11/2023
Status: Merged
Merged: 12/13/2023
Merged by: @jmorganca

Base: mainHead: moe


📝 Commits (1)

  • a853d7e Update runner to support mixtral and mixture of experts (MoE)

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 llm/llama.cpp/gguf (+1 -1)

📄 Description

To build this branch:

go generate ./...
go build .
./ollama serve

# in another terminal
./ollama run jmorgan/mixtral

resolves #1470
resolves #1457
resolves #1502


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ollama/ollama/pull/1475 **Author:** [@jmorganca](https://github.com/jmorganca) **Created:** 12/11/2023 **Status:** ✅ Merged **Merged:** 12/13/2023 **Merged by:** [@jmorganca](https://github.com/jmorganca) **Base:** `main` ← **Head:** `moe` --- ### 📝 Commits (1) - [`a853d7e`](https://github.com/ollama/ollama/commit/a853d7e964fecdbb06d0b518d0bc059afe9088d2) Update runner to support mixtral and mixture of experts (MoE) ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `llm/llama.cpp/gguf` (+1 -1) </details> ### 📄 Description To build this branch: ``` go generate ./... go build . ``` ``` ./ollama serve # in another terminal ./ollama run jmorgan/mixtral ``` resolves #1470 resolves #1457 resolves #1502 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-22 21:06:36 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#36466