Explorar o código

llm: enable flash attention by default

jmorganca hai 10 meses
pai
achega
d8b3e09fb7
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      envconfig/config.go

+ 1 - 0
envconfig/config.go

@@ -90,6 +90,7 @@ func init() {
 	NumParallel = 1
 	MaxRunners = 1
 	MaxQueuedRequests = 512
+	FlashAttention = true
 
 	LoadConfig()
 }