From 18a521e84c68d5f3286b337bf7eb27d85641f885 Mon Sep 17 00:00:00 2001 From: Ho Duc Hieu <150573299+hieu-jan@users.noreply.github.com> Date: Sat, 6 Jan 2024 14:03:08 +0700 Subject: [PATCH] docs: change better title --- docs/docs/guides/07-troubleshooting/03-gpu-not-used.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 f3ce489ea..e3818d603 100644 --- a/docs/docs/guides/07-troubleshooting/03-gpu-not-used.mdx +++ b/docs/docs/guides/07-troubleshooting/03-gpu-not-used.mdx @@ -64,7 +64,7 @@ Cuda compilation tools, release 11.4, V11.4.100 Build cuda_11.4.r11.4/compiler.30033411_0 ``` -### Additional Requirements for Linux +### Specific Requirements for Linux **GCC and G++ Version**: Ensure that you have installed `gcc-11`, `g++-11`, `cpp-11` or higher, refer [here](https://gcc.gnu.org/projects/cxx-status.html#cxx17). For Ubuntu, you can install g++ 11 by following the instructions [here](https://linuxconfig.org/how-to-switch-between-multiple-gcc-and-g-compiler-versions-on-ubuntu-20-04-lts-focal-fossa).