소스 검색

Update docs/implement.md

Co-authored-by: Jeffrey Morgan <jmorganca@gmail.com>
Bruce MacDonald 2 달 전
부모
커밋
827b6b5d16
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/implement.md

+ 1 - 1
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