Add go-llama.cpp backend
This commit is contained in:
parent
9b80f6733d
commit
2a335176e6
5 changed files with 99 additions and 1 deletions
5
go.mod
5
go.mod
|
|
@ -2,7 +2,10 @@ module git.chandlerswift.com/chandlerswift/svs-services-server
|
|||
|
||||
go 1.25.4
|
||||
|
||||
require github.com/hybridgroup/yzma v1.3.0
|
||||
require (
|
||||
github.com/go-skynet/go-llama.cpp v0.0.0-20240314183750-6a8041ef6b46
|
||||
github.com/hybridgroup/yzma v1.3.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/ebitengine/purego v0.9.1 // indirect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue