mirror of
https://github.com/ollama/ollama.git
synced 2025-12-07 14:32:03 +01:00
Fix up the CPU fallback selection
The memory changes and multi-variant change had some merge glitches I missed. This fixes them so we actually get the cpu llm lib and best variant for the given system.
This commit is contained in:
@@ -34,7 +34,7 @@ func GetGPUInfo() GpuInfo {
|
||||
mem, _ := getCPUMem()
|
||||
if runtime.GOARCH == "amd64" {
|
||||
return GpuInfo{
|
||||
Library: "default",
|
||||
Library: "cpu",
|
||||
Variant: GetCPUVariant(),
|
||||
memInfo: mem,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user