From d697f43297dd06a2e9cd8649d36640d8a9db9810 Mon Sep 17 00:00:00 2001 From: Ho Duc Hieu <150573299+hieu-jan@users.noreply.github.com> Date: Sat, 6 Jan 2024 13:58:49 +0700 Subject: [PATCH] docs: re-order tested configurations --- docs/docs/guides/07-troubleshooting/03-gpu-not-used.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/guides/07-troubleshooting/03-gpu-not-used.mdx b/docs/docs/guides/07-troubleshooting/03-gpu-not-used.mdx index d6b402bcd..f3ce489ea 100644 --- a/docs/docs/guides/07-troubleshooting/03-gpu-not-used.mdx +++ b/docs/docs/guides/07-troubleshooting/03-gpu-not-used.mdx @@ -105,7 +105,7 @@ LD_LIBRARY_PATH=/usr/local/cuda-11.4/lib64 By default, Jan runs in CPU mode. Upon start, Jan checks if your system is capable of running in GPU mode. If compatible, GPU mode is enabled automatically, and the GPU with the highest VRAM is selected. This setting can be verified in the `Settings` > `Advanced` section. -![](../../../static/img/usage/jan-gpu-enable-setting.png) +![jan-gpu-enable-setting](../../../static/img/usage/jan-gpu-enable-setting.png) If you find that GPU mode is available but not enabled by default, consider the following troubleshooting steps: @@ -177,8 +177,8 @@ Troubleshooting tips: - Windows 11 Pro 64-bit, NVIDIA GeForce RTX 4070ti GPU, CUDA 12.2, NVIDIA driver 531.18 (Bare metal) - Ubuntu 22.04 LTS, NVIDIA GeForce RTX 4070ti GPU, CUDA 12.2, NVIDIA driver 545 (Bare metal) -- Ubuntu 18.04 LTS, NVIDIA GeForce GTX 1660ti GPU, CUDA 12.1, NVIDIA driver 535 (Proxmox VM passthrough GPU) - Ubuntu 20.04 LTS, NVIDIA GeForce GTX 1660ti GPU, CUDA 12.1, NVIDIA driver 535 (Proxmox VM passthrough GPU) +- Ubuntu 18.04 LTS, NVIDIA GeForce GTX 1660ti GPU, CUDA 12.1, NVIDIA driver 535 (Proxmox VM passthrough GPU) ## Common Issues and Solutions