From 0c27f472e7668e3773df22d4468989523ea97670 Mon Sep 17 00:00:00 2001 From: Inforithmics Date: Mon, 11 Aug 2025 18:52:43 +0200 Subject: [PATCH] Remove commented out code --- discover/gpu.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/discover/gpu.go b/discover/gpu.go index bd3bd20df..8a36db854 100644 --- a/discover/gpu.go +++ b/discover/gpu.go @@ -422,8 +422,7 @@ func GetGPUInfo() GpuInfoList { C.free(unsafe.Pointer(memInfo.err)) continue } - - // gpuInfo.FlashAttention = (C.vk_check_flash_attention(*vHandles.vulkan, C.int(i)) == 0) // 0 means supported + gpuInfo.FlashAttention = true gpuInfo.TotalMemory = uint64(memInfo.total) gpuInfo.FreeMemory = uint64(memInfo.free)