Skip to content

Commit ff89ba9

Browse files
authored
fixing broken AMD driver link (ollama#11579)
1 parent 6dcc5df commit ff89ba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discover/amd_linux.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ func AMDGetGPUInfo() ([]RocmGPUInfo, error) {
5858
driverMajor, driverMinor, err := AMDDriverVersion()
5959
if err != nil {
6060
// 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)
61+
slog.Warn("ollama recommends running the https://www.amd.com/en/support/download/linux-drivers.html", "error", err)
6262
}
6363

6464
// Determine if the user has already pre-selected which GPUs to look at, then ignore the others

0 commit comments

Comments
 (0)