llm_darwin.go 88 B

1234567
  1. package llm
  2. import (
  3. "syscall"
  4. )
  5. var LlamaServerSysProcAttr = &syscall.SysProcAttr{}