From 7bb356c6807c8dd2f06a28645cfac307e1e19a50 Mon Sep 17 00:00:00 2001 From: EndoTheDev Date: Mon, 20 Jan 2025 09:45:35 +0700 Subject: [PATCH] docs: update suspend header in gpu.md (#8487) --- docs/gpu.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gpu.md b/docs/gpu.md index 691746d0d..399330026 100644 --- a/docs/gpu.md +++ b/docs/gpu.md @@ -38,7 +38,7 @@ Numeric IDs may be used, however ordering may vary, so UUIDs are more reliable. You can discover the UUID of your GPUs by running `nvidia-smi -L` If you want to ignore the GPUs and force CPU usage, use an invalid GPU ID (e.g., "-1") -### Laptop Suspend Resume +### Linux Suspend Resume On linux, after a suspend/resume cycle, sometimes Ollama will fail to discover your NVIDIA GPU, and fallback to running on the CPU. You can workaround this