mirror of
https://github.com/ollama/ollama.git
synced 2026-07-11 02:04:06 +00:00
4 lines
108 B
Objective-C
4 lines
108 B
Objective-C
#import <Metal/Metal.h>
|
|
#include <stdint.h>
|
|
uint64_t getRecommendedMaxVRAM();
|
|
uint64_t getPhysicalMemory();
|