We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9c63202 + c85733c commit e876010Copy full SHA for e876010
how_to_use_nonpytorch_cuda.md
@@ -21,7 +21,8 @@ wget https://raw.githubusercontent.com/TimDettmers/bitsandbytes/main/install_cud
21
# EXPORT_TO_BASH in {0, 1} with 0=False and 1=True
22
23
# 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
+
25
+bash cuda_install.sh 117 ~/local 1
26
```
27
28
## Setting the environmental variables BNB_CUDA_VERSION, and LD_LIBRARY_PATH
0 commit comments