merge fixes

This commit is contained in:
Inforithmics
2025-10-04 15:27:52 +02:00
parent 294b179688
commit c4d8c75e54
3 changed files with 1 additions and 3 deletions

View File

@@ -174,7 +174,7 @@ func (l GpuInfoList) FlashAttentionSupported() bool {
supportsFA := gpu.Library == "cpu" ||
gpu.Name == "Metal" || gpu.Library == "Metal" ||
(gpu.Library == "CUDA" && gpu.DriverMajor >= 7) ||
gpu.Library == "ROCm"
gpu.Library == "ROCm" ||
gpu.Library == "Vulkan"
if !supportsFA {