mirror of
https://github.com/ollama/ollama.git
synced 2025-12-10 04:43:51 +01:00
calculate overhead based number of gpu devices (#1875)
This commit is contained in:
@@ -42,6 +42,7 @@ func getCPUMem() (memInfo, error) {
|
||||
return memInfo{
|
||||
TotalMemory: 0,
|
||||
FreeMemory: 0,
|
||||
DeviceCount: 0,
|
||||
}, nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user