ソースを参照

llm: enable flash attention by default

jmorganca 10 ヶ月 前
コミット
d8b3e09fb7
1 ファイル変更1 行追加0 行削除
  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()
 }