mirror of
https://github.com/dogkeeper886/ollama37.git
synced 2025-12-10 15:57:04 +00:00
6 lines
134 B
Objective-C
6 lines
134 B
Objective-C
#import <Metal/Metal.h>
|
|
#include <stdint.h>
|
|
uint64_t getRecommendedMaxVRAM();
|
|
uint64_t getPhysicalMemory();
|
|
uint64_t getFreeMemory();
|