Remove commented out code

This commit is contained in:
Inforithmics 2025-08-11 18:52:43 +02:00
parent e3627b2832
commit 0c27f472e7
1 changed files with 1 additions and 2 deletions

View File

@ -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)