Files
ollama/discover/gpu_info_darwin.h
2026-05-22 17:19:10 +08:00

6 lines
134 B
Objective-C

#import <Metal/Metal.h>
#include <stdint.h>
uint64_t getRecommendedMaxVRAM();
uint64_t getPhysicalMemory();
uint64_t getFreeMemory();