mirror of
https://github.com/ollama/ollama.git
synced 2025-07-28 19:33:14 +02:00
scale graph based on gpu count
This commit is contained in:
@@ -55,6 +55,6 @@ func getCPUMem() (memInfo, error) {
|
||||
return memInfo{
|
||||
TotalMemory: uint64(C.getPhysicalMemory()),
|
||||
FreeMemory: 0,
|
||||
DeviceCount: 0,
|
||||
DeviceCount: 1,
|
||||
}, nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user