From 6df42088367f7b5587478d610e8d62466b6afd1d Mon Sep 17 00:00:00 2001 From: Sheikh <50134239+cybardev@users.noreply.github.com> Date: Tue, 11 Nov 2025 01:51:22 -0400 Subject: [PATCH] docs: fix metal gpu section header (#13045) --- docs/gpu.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gpu.mdx b/docs/gpu.mdx index 2f20c627..bf114221 100644 --- a/docs/gpu.mdx +++ b/docs/gpu.mdx @@ -121,6 +121,6 @@ In some Linux distributions, SELinux can prevent containers from accessing the AMD GPU devices. On the host system you can run `sudo setsebool container_use_devices=1` to allow containers to use devices. -### Metal (Apple GPUs) +## Metal (Apple GPUs) Ollama supports GPU acceleration on Apple devices via the Metal API.