mirror of
https://github.com/ollama/ollama.git
synced 2026-04-26 18:55:53 +02:00
Merge branch 'refs/heads/main' into vulkan
# Conflicts: # gpu/gpu.go
This commit is contained in:
@@ -47,6 +47,7 @@ typedef struct mem_info {
|
||||
char gpu_name[GPU_NAME_LEN];
|
||||
uint64_t total;
|
||||
uint64_t free;
|
||||
uint64_t used;
|
||||
|
||||
// Compute Capability
|
||||
int major;
|
||||
@@ -62,6 +63,7 @@ void cpu_check_ram(mem_info_t *resp);
|
||||
|
||||
#include "gpu_info_cudart.h"
|
||||
#include "gpu_info_nvcuda.h"
|
||||
#include "gpu_info_nvml.h"
|
||||
#include "gpu_info_oneapi.h"
|
||||
#include "gpu_info_vulkan.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user