mirror of
https://github.com/ollama/ollama.git
synced 2025-09-14 07:41:10 +02:00
Refined min memory from testing
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user