[PR #9227] [CLOSED] docs: add steps to implement a new model #59591

Closed
opened 2026-04-29 14:31:11 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/9227
Author: @BruceMacD
Created: 2/19/2025
Status: Closed

Base: mainHead: brucemacd/doc-go-engine


📝 Commits (5)

📊 Changes

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

View changed files

docs/add-a-model.md (+338 -0)

📄 Description

Add detailed guide for implementing new models in Ollama's Go inference engine. The guide walks through the full process from initial setup to deployment, including architecture overview, file structure, conversion process, and testing requirements. This will help new contributors understand how to add models to Ollama.


🔄 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/9227 **Author:** [@BruceMacD](https://github.com/BruceMacD) **Created:** 2/19/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `brucemacd/doc-go-engine` --- ### 📝 Commits (5) - [`0d15036`](https://github.com/ollama/ollama/commit/0d15036d82ecb220568e9eb3eba40b763e9fe0f3) docs: add basic steps to implement a new model - [`827b6b5`](https://github.com/ollama/ollama/commit/827b6b5d16b4c36b19e9b7fba5b288e84ba7a0e6) Update docs/implement.md - [`b5fc84c`](https://github.com/ollama/ollama/commit/b5fc84c930041c3d27e06c81c823e182459ce151) rename doc - [`e3f3043`](https://github.com/ollama/ollama/commit/e3f3043f5bc0ca254f7f88a4736091f4e44b5aa1) Update add-a-model.md - [`5f62064`](https://github.com/ollama/ollama/commit/5f62064e2f175476abe1f5cd756e1c1574586315) examples ### 📊 Changes **1 file changed** (+338 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `docs/add-a-model.md` (+338 -0) </details> ### 📄 Description Add detailed guide for implementing new models in Ollama's Go inference engine. The guide walks through the full process from initial setup to deployment, including architecture overview, file structure, conversion process, and testing requirements. This will help new contributors understand how to add models to Ollama. --- <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-29 14:31:11 -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#59591