mirror of
https://github.com/ollama/ollama.git
synced 2026-03-11 17:34:04 -05: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();
|