mirror of https://github.com/ollama/ollama.git
8 lines
88 B
Go
8 lines
88 B
Go
|
package llm
|
||
|
|
||
|
import (
|
||
|
"syscall"
|
||
|
)
|
||
|
|
||
|
var LlamaServerSysProcAttr = &syscall.SysProcAttr{}
|