mirror of
https://github.com/likelovewant/ollama-for-amd.git
synced 2025-12-22 06:43:57 +00:00
Add cgo implementation for llama.cpp
Run the server.cpp directly inside the Go runtime via cgo while retaining the LLM Go abstractions.
This commit is contained in:
3
llm/llama.cpp/generate_darwin.go
Normal file
3
llm/llama.cpp/generate_darwin.go
Normal file
@@ -0,0 +1,3 @@
|
||||
package llm
|
||||
|
||||
//go:generate sh ./gen_darwin.sh
|
||||
Reference in New Issue
Block a user