Skip to content

Commit e876010

Browse files
authored
Merge pull request #630 from askulkarni2/patch-2
doc: Fix typo in how_to_use_nonpytorch_cuda.md
2 parents 9c63202 + c85733c commit e876010

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

how_to_use_nonpytorch_cuda.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ wget https://raw.githubusercontent.com/TimDettmers/bitsandbytes/main/install_cud
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 install_cuda.sh 117 ~/local 1
24+
25+
bash cuda_install.sh 117 ~/local 1
2526
```
2627

2728
## Setting the environmental variables BNB_CUDA_VERSION, and LD_LIBRARY_PATH

0 commit comments

Comments
 (0)