Update docs/implement.md

Co-authored-by: Jeffrey Morgan <jmorganca@gmail.com>
This commit is contained in:
Bruce MacDonald 2025-02-21 09:27:32 -08:00 committed by GitHub
parent 0d15036d82
commit 827b6b5d16
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@
> **Note**: This guide and the Go inference engine are in early development and will be updated as implementation details evolve. > **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 ## Architecture Overview