From 2cb3dbde2402d2b10ad71ebed362be15065e342c Mon Sep 17 00:00:00 2001 From: Arista Indrajaya Date: Tue, 5 Mar 2024 18:09:53 +0700 Subject: [PATCH] docs: Update content for common-error --- docs/docs/guides/common-error/not-using-gpu.mdx | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/docs/docs/guides/common-error/not-using-gpu.mdx b/docs/docs/guides/common-error/not-using-gpu.mdx index f8a9e1ad4..72ba9f0cb 100644 --- a/docs/docs/guides/common-error/not-using-gpu.mdx +++ b/docs/docs/guides/common-error/not-using-gpu.mdx @@ -1,7 +1,7 @@ --- -title: Jan not using GPU +title: Troubleshooting NVIDIA GPU sidebar_position: 2 -description: A step-by-step guide to enable Jan to properly leverage GPU resources, avoiding performance issues. +description: A step-by-step guide to enable Jan to properly leverage NVIDIA GPU resources, avoiding performance issues. keywords: [ Jan AI, Jan, @@ -21,7 +21,7 @@ import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -This guide provides steps to troubleshoot and resolve issues when the Jan app does not utilize the GPU on Windows and Linux systems. +This guide provides steps to troubleshoot and resolve issues when the Jan app does not utilize the NVIDIA GPU on Windows and Linux systems. ### 1. Ensure GPU Mode Requirements @@ -30,7 +30,7 @@ This guide provides steps to troubleshoot and resolve issues when the Jan app do #### NVIDIA Driver - - Install an NVIDIA driver supporting CUDA 11.7 or higher. + - Install an [NVIDIA driver](https://www.nvidia.com/Download/index.aspx) supporting CUDA 11.7 or higher. - Use the following command to verify the installation: ```sh @@ -39,7 +39,7 @@ This guide provides steps to troubleshoot and resolve issues when the Jan app do #### CUDA Toolkit - - Install a CUDA toolkit compatible with your NVIDIA driver. + - Install a [CUDA toolkit](https://developer.nvidia.com/cuda-downloads) compatible with your NVIDIA driver. - Use the following command to verify the installation: ```sh @@ -51,7 +51,7 @@ This guide provides steps to troubleshoot and resolve issues when the Jan app do #### NVIDIA Driver - - Install an NVIDIA driver supporting CUDA 11.7 or higher. + - Install an [NVIDIA driver](https://www.nvidia.com/Download/index.aspx) supporting CUDA 11.7 or higher. - Use the following command to verify the installation: ```sh @@ -60,7 +60,7 @@ This guide provides steps to troubleshoot and resolve issues when the Jan app do #### CUDA Toolkit - - Install a CUDA toolkit compatible with your NVIDIA driver. + - Install a [CUDA toolkit](https://developer.nvidia.com/cuda-downloads) compatible with your NVIDIA driver. - Use the following command to verify the installation: ```sh @@ -123,6 +123,8 @@ If GPU mode isn't enabled by default: "gpu_highest_vram": "0" } ``` +### 4. Restart Jan +Restart Jan application to make sure it works. #### Troubleshooting Tips