mirror of https://gitee.com/namelin2022/ollama
Browse Source
On linux, we link the CPU library in to the Go app and fall back to it when no GPU match is found. On windows we do not link in the CPU library so that we can better control our dependencies for the CLI. This fixes the logic so we correctly fallback to the dynamic CPU library on windows.mattw/whatneedstorun
4 changed files with 16 additions and 8 deletions
Loading…
Reference in new issue