We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dcc5df commit ff89ba9Copy full SHA for ff89ba9
discover/amd_linux.go
@@ -58,7 +58,7 @@ func AMDGetGPUInfo() ([]RocmGPUInfo, error) {
58
driverMajor, driverMinor, err := AMDDriverVersion()
59
if err != nil {
60
// TODO - if we see users crash and burn with the upstreamed kernel this can be adjusted to hard-fail rocm support and fallback to CPU
61
- slog.Warn("ollama recommends running the https://www.amd.com/en/support/linux-drivers", "error", err)
+ slog.Warn("ollama recommends running the https://www.amd.com/en/support/download/linux-drivers.html", "error", err)
62
}
63
64
// Determine if the user has already pre-selected which GPUs to look at, then ignore the others
0 commit comments