add llama.cpp go bindings

This commit is contained in:
Jeffrey Morgan
2023-07-03 16:32:48 -04:00
parent 76cb60d496
commit 6093a88c1a
18 changed files with 841 additions and 79 deletions

View File

@@ -9,9 +9,9 @@ import (
"runtime"
"github.com/gin-gonic/gin"
llama "github.com/go-skynet/go-llama.cpp"
llama "github.com/jmorganca/ollama/llama"
"github.com/ollama/ollama/api"
"github.com/jmorganca/ollama/api"
)
func Serve(ln net.Listener) error {