mirror of
https://github.com/ollama/ollama.git
synced 2025-10-08 21:53:19 +02:00
fix typo
This commit is contained in:
@@ -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"]}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user