llm_linux.go 88 Bytes
Newer Older
1
2
package llm

3
4
5
import (
	"syscall"
)
6

7
var LlamaServerSysProcAttr = &syscall.SysProcAttr{}