We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5eb986 commit fb904a3Copy full SHA for fb904a3
discover/types.go
@@ -183,7 +183,8 @@ func (l GpuInfoList) FlashAttentionSupported() bool {
183
supportsFA := gpu.Library == "cpu" ||
184
gpu.Library == "metal" ||
185
(gpu.Library == "cuda" && gpu.DriverMajor >= 7) ||
186
- gpu.Library == "rocm"
+ gpu.Library == "rocm" ||
187
+ gpu.Library == "musa"
188
189
if !supportsFA {
190
return false
0 commit comments