Skip to content

Commit d76b6ca

Browse files
authored
doc: Fix typo in how_to_use_nonpytorch_cuda.md
1 parent e229fbc commit d76b6ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

how_to_use_nonpytorch_cuda.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ wget https://raw.githubusercontent.com/TimDettmers/bitsandbytes/main/cuda_instal
2121
# EXPORT_TO_BASH in {0, 1} with 0=False and 1=True
2222

2323
# For example, the following installs CUDA 11.7 to ~/local/cuda-11.7 and exports the path to your .bashrc
24-
bash cuda install 117 ~/local 1
24+
bash cuda_install.sh 117 ~/local 1
2525
```
2626

2727
## Setting the environmental variables BNB_CUDA_VERSION, and LD_LIBRARY_PATH

0 commit comments

Comments
 (0)