From 888855675e7a29bbf29882804276db4368da1ba9 Mon Sep 17 00:00:00 2001 From: Chuanhui Liu <1601648586@qq.com> Date: Tue, 25 Feb 2025 16:15:47 -0500 Subject: [PATCH] docs: rocm install link (#9346) --- docs/development.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/development.md b/docs/development.md index 522d106be..6e68c9eb9 100644 --- a/docs/development.md +++ b/docs/development.md @@ -41,7 +41,7 @@ Install prerequisites: - [CMake](https://cmake.org/download/) - [Visual Studio 2022](https://visualstudio.microsoft.com/downloads/) including the Native Desktop Workload - (Optional) AMD GPU support - - [ROCm](https://rocm.github.io/install.html) + - [ROCm](https://rocm.docs.amd.com/en/latest/) - [Ninja](https://github.com/ninja-build/ninja/releases) - (Optional) NVIDIA GPU support - [CUDA SDK](https://developer.nvidia.com/cuda-downloads?target_os=Windows&target_arch=x86_64&target_version=11&target_type=exe_network) @@ -127,4 +127,4 @@ Ollama looks for acceleration libraries in the following paths relative to the ` * `.` (macOS) * `build/lib/ollama` (for development) -If the libraries are not found, Ollama will not run with any acceleration libraries. \ No newline at end of file +If the libraries are not found, Ollama will not run with any acceleration libraries.