Skip to content

Shared GPU memory Detection error on with AMD Ryzen 395 #194

@nosdregamon

Description

@nosdregamon

I got to test a AMD Ryzen 395 with 128GB of Ram and even if I dedicate 96GB of that to the GPU, llmfit detects "only" 32 GB, which changes the results a bit. Auto-Detection:
Image
vs forced memory:
Image

PS C:\Users\AI HX> llmfit system --json
{
"system": {
"available_ram_gb": 20.46,
"backend": "Vulkan",
"cpu_cores": 32,
"cpu_name": "AMD RYZEN AI MAX+ 395 w/ Radeon 8060S ",
"gpu_count": 1,
"gpu_name": "AMD Radeon(TM) 8060S Graphics",
"gpu_vram_gb": 31.65,
"gpus": [
{
"backend": "Vulkan",
"count": 1,
"name": "AMD Radeon(TM) 8060S Graphics",
"unified_memory": true,
"vram_gb": 31.65
}
],
"has_gpu": true,
"total_ram_gb": 31.65,
"unified_memory": true
}
}

PS C:\Users\AI HX> llmfit --version
llmfit 0.6.5

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions