mirror of
https://github.com/tcsenpai/ollama.git
synced 2025-07-23 17:50:11 +00:00
fix typo
This commit is contained in:
parent
d7af35d3d0
commit
d2be6387c9
@ -76,7 +76,7 @@ func getDynLibs(gpuInfo gpu.GpuInfo) []string {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Finaly, if we didn't find any matches, LCD CPU FTW
|
// Finally, if we didn't find any matches, LCD CPU FTW
|
||||||
if len(dynLibs) == 0 {
|
if len(dynLibs) == 0 {
|
||||||
dynLibs = []string{availableDynLibs["cpu"]}
|
dynLibs = []string{availableDynLibs["cpu"]}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user