From 6903af33dd11e228aadac76ecd0b3e7df018a515 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Sat, 23 Sep 2023 15:32:24 -0300 Subject: [PATCH] Update One-Click-Installers.md --- docs/One-Click-Installers.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/One-Click-Installers.md b/docs/One-Click-Installers.md index 56db9a12..1597f484 100644 --- a/docs/One-Click-Installers.md +++ b/docs/One-Click-Installers.md @@ -1,5 +1,13 @@ # Additional one-click installers info +## Installing nvcc + +If you have an NVIDIA GPU and ever need to compile something, like ExLlamav2 (that currently doesn't have pre-built wheels), you can install `nvcc` by running the `cmd_` script for your OS and entering this command: + +``` +conda install cuda -c nvidia/label/cuda-11.7.1 +``` + ## Using an AMD GPU in Linux Requires ROCm SDK 5.4.2 or 5.4.3 to be installed. Some systems may also