go-skynet / go-llama.cpp

LLama.cpp golang bindings
MIT License
650 stars 79 forks source link

Sync with master, initial gguf implementation #180

Closed mudler closed 1 year ago

mudler commented 1 year ago

https://github.com/ggerganov/llama.cpp/pull/2398 has been just merged - this is a first attempt to adapt bindings to use gguf (et all). Currently there are no models converted to gguf - so the CI will break.