소스 검색

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()
 }