docs: fix broken .md links and render issues (#13550)

This commit is contained in:
Vallabh Mahajan
2025-12-23 23:14:55 +05:30
committed by GitHub
parent 7ad036992f
commit 18fdcc94e5
3 changed files with 8 additions and 8 deletions

View File

@@ -87,7 +87,7 @@ When Ollama starts up, it takes inventory of the GPUs present in the system to d
### Linux NVIDIA Troubleshooting
If you are using a container to run Ollama, make sure you've set up the container runtime first as described in [docker.md](./docker.md)
If you are using a container to run Ollama, make sure you've set up the container runtime first as described in [docker](./docker)
Sometimes the Ollama can have difficulties initializing the GPU. When you check the server logs, this can show up as various error codes, such as "3" (not initialized), "46" (device unavailable), "100" (no device), "999" (unknown), or others. The following troubleshooting techniques may help resolve the problem