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.
1 parent 048a2d4 commit 87e029bCopy full SHA for 87e029b
docs/source/installation.mdx
@@ -89,7 +89,7 @@ wget https://raw.githubusercontent.com/TimDettmers/bitsandbytes/main/install_cud
89
90
# For example, the following installs CUDA 11.7 to ~/local/cuda-11.7 and exports the path to your .bashrc
91
92
-bash cuda_install.sh 117 ~/local 1
+bash install_cuda.sh 117 ~/local 1
93
```
94
95
2. Set the environment variables `BNB_CUDA_VERSION` and `LD_LIBRARY_PATH` by manually overriding the CUDA version installed by PyTorch.
0 commit comments