mirror of
https://github.com/ollama/ollama.git
synced 2025-05-11 18:36:41 +02:00
Actually skip PhysX on windows
This commit is contained in:
parent
c69bc19e46
commit
aac367636d
1 changed files with 1 additions and 0 deletions
|
@ -296,6 +296,7 @@ func FindGPULibs(baseLibName string, defaultPatterns []string) []string {
|
|||
// Nvidia PhysX known to return bogus results
|
||||
if strings.Contains(pattern, "PhysX") {
|
||||
slog.Debug("skipping PhysX cuda library path", "path", pattern)
|
||||
continue
|
||||
}
|
||||
// Ignore glob discovery errors
|
||||
matches, _ := filepath.Glob(pattern)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue