mirror of
https://github.com/ollama/ollama.git
synced 2026-04-25 18:25:42 +02:00
Move Go code out of llm package
This commit is contained in:
7
runners/llama_linux.go
Normal file
7
runners/llama_linux.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package runners
|
||||
|
||||
import (
|
||||
"syscall"
|
||||
)
|
||||
|
||||
var LlamaServerSysProcAttr = &syscall.SysProcAttr{}
|
||||
Reference in New Issue
Block a user