Browse Source

win: lint fix (#10571)

jmorganca/cuda-compression-none
Daniel Hiltgen 11 months ago
committed by GitHub
parent
commit
b1c40138da
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      llm/llm_windows.go

2
llm/llm_windows.go

@ -7,7 +7,7 @@ import (
const (
CREATE_DEFAULT_ERROR_MODE = 0x04000000
ABOVE_NORMAL_PRIORITY_CLASS = 0x00008000
CREATE_NO_WINDOW = 0x08000000
CREATE_NO_WINDOW = 0x08000000
)
var LlamaServerSysProcAttr = &syscall.SysProcAttr{

Loading…
Cancel
Save