mirror of
https://github.com/ollama/ollama.git
synced 2025-04-09 20:29:23 +02:00
Merge pull request #5032 from dhiltgen/actually_skip
Actually skip PhysX on windows
This commit is contained in:
commit
c39761c552
@ -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…
x
Reference in New Issue
Block a user