Move Go code out of llm package

This commit is contained in:
Daniel Hiltgen
2024-10-08 13:54:25 -07:00
parent 0ccc73251a
commit 4e988ad5d6
38 changed files with 243 additions and 225 deletions

7
runners/llama_linux.go Normal file
View File

@@ -0,0 +1,7 @@
package runners
import (
"syscall"
)
var LlamaServerSysProcAttr = &syscall.SysProcAttr{}