mirror of
https://github.com/ollama/ollama.git
synced 2026-04-27 19:25:55 +02:00
gpu: report system free memory instead of 0 (#5521)
This commit is contained in:
@@ -2,3 +2,4 @@
|
||||
#include <stdint.h>
|
||||
uint64_t getRecommendedMaxVRAM();
|
||||
uint64_t getPhysicalMemory();
|
||||
uint64_t getFreeMemory();
|
||||
|
||||
Reference in New Issue
Block a user