GitHub - goccy/go-llama: llama.cpp in pure Go
llama.cpp in pure Go — run GGUF models anywhere Go runs. No cgo, no shared library, one static binary. The inference engine is llama.cpp compiled to WebAssembly and then translated to Go — no wasm runtime is involved at run time — built on the llamawasm2go module. package main import ( "fmt" llam...
はてなテクノロジー
2026年08月25日 11:27