瀏覽代碼

Refined min memory from testing

Daniel Hiltgen 1 年之前
父節點
當前提交
1f11b52511
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      gpu/gpu.go

+ 2 - 2
gpu/gpu.go

@@ -30,8 +30,8 @@ type handles struct {
 }
 
 const (
-	cudaMinimumMemory = 377 * format.MebiByte
-	rocmMinimumMemory = 377 * format.MebiByte
+	cudaMinimumMemory = 457 * format.MebiByte
+	rocmMinimumMemory = 457 * format.MebiByte
 )
 
 var gpuMutex sync.Mutex