From 827b6b5d16b4c36b19e9b7fba5b288e84ba7a0e6 Mon Sep 17 00:00:00 2001 From: Bruce MacDonald Date: Fri, 21 Feb 2025 09:27:32 -0800 Subject: [PATCH] Update docs/implement.md Co-authored-by: Jeffrey Morgan --- docs/implement.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/implement.md b/docs/implement.md index 17b8d7b04..f3d162fa9 100644 --- a/docs/implement.md +++ b/docs/implement.md @@ -2,7 +2,7 @@ > **Note**: This guide and the Go inference engine are in early development and will be updated as implementation details evolve. -This guide outlines the process of implementing a new model in Ollama's Go GGML inference engine. It covers everything from initial setup to deploying your model to ollama.com. +This guide outlines the process of implementing a new model in Ollama's inference engine. It covers everything from initial setup to deploying your model to ollama.com. ## Architecture Overview