From ff89ba90bc97e9f58b8378a664b904bbc94e6f26 Mon Sep 17 00:00:00 2001 From: Sajal Kulshreshtha Date: Thu, 31 Jul 2025 00:32:54 +0530 Subject: [PATCH] fixing broken AMD driver link (#11579) --- discover/amd_linux.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discover/amd_linux.go b/discover/amd_linux.go index 830fa1df..dc9a4e18 100644 --- a/discover/amd_linux.go +++ b/discover/amd_linux.go @@ -58,7 +58,7 @@ func AMDGetGPUInfo() ([]RocmGPUInfo, error) { driverMajor, driverMinor, err := AMDDriverVersion() if err != nil { // 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 - 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) } // Determine if the user has already pre-selected which GPUs to look at, then ignore the others