From d76b6ca91b827b5c522bb794d96628d290ee29f6 Mon Sep 17 00:00:00 2001 From: Apoorva Kulkarni Date: Fri, 21 Jul 2023 23:20:44 -0700 Subject: [PATCH] doc: Fix typo in how_to_use_nonpytorch_cuda.md --- how_to_use_nonpytorch_cuda.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/how_to_use_nonpytorch_cuda.md b/how_to_use_nonpytorch_cuda.md index 7b717f41c..09dcac7c7 100644 --- a/how_to_use_nonpytorch_cuda.md +++ b/how_to_use_nonpytorch_cuda.md @@ -21,7 +21,7 @@ wget https://raw.githubusercontent.com/TimDettmers/bitsandbytes/main/cuda_instal # EXPORT_TO_BASH in {0, 1} with 0=False and 1=True # For example, the following installs CUDA 11.7 to ~/local/cuda-11.7 and exports the path to your .bashrc -bash cuda install 117 ~/local 1 +bash cuda_install.sh 117 ~/local 1 ``` ## Setting the environmental variables BNB_CUDA_VERSION, and LD_LIBRARY_PATH