Browse Source

fixing broken AMD driver link (#11579)

mxyng/create-stdin v0.10.1
Sajal Kulshreshtha 1 year ago
committed by GitHub
parent
commit
ff89ba90bc
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      discover/amd_linux.go

2
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

Loading…
Cancel
Save