mirror of
https://github.com/ollama/ollama.git
synced 2025-04-05 10:28:29 +02:00
5 lines
108 B
Objective-C
5 lines
108 B
Objective-C
#import <Metal/Metal.h>
|
|
#include <stdint.h>
|
|
uint64_t getRecommendedMaxVRAM();
|
|
uint64_t getPhysicalMemory();
|