"vscode:/vscode.git/clone" did not exist on "f3e97ccbd2cdc1f40fe32e027fb3b5c22a92f09a"
Add cgo implementation for llama.cpp
Run the server.cpp directly inside the Go runtime via cgo while retaining the LLM Go abstractions.
Showing
| ... | @@ -7,7 +7,7 @@ require ( | ... | @@ -7,7 +7,7 @@ require ( |
| github.com/gin-gonic/gin v1.9.1 | github.com/gin-gonic/gin v1.9.1 | ||
| github.com/olekukonko/tablewriter v0.0.5 | github.com/olekukonko/tablewriter v0.0.5 | ||
| github.com/spf13/cobra v1.7.0 | github.com/spf13/cobra v1.7.0 | ||
| github.com/stretchr/testify v1.8.3 | github.com/stretchr/testify v1.8.4 | ||
| golang.org/x/sync v0.3.0 | golang.org/x/sync v0.3.0 | ||
| ) | ) | ||
| ... | ... |
llm/ext_server.go
0 → 100644
llm/gpu_cuda.go
0 → 100644
llm/gpu_darwin.go
0 → 100644
llm/llama.cpp/gen_common.sh
0 → 100644
llm/llama.cpp/gen_darwin.sh
0 → 100755
llm/llama.cpp/gen_linux.sh
0 → 100755
This diff is collapsed.
Please register or sign in to comment