Skip to content

Commit

Permalink
fix typo on the script installation file (#1109)
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammad-albarham authored Mar 6, 2024
1 parent 048a2d4 commit 87e029b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ wget https://raw.githubusercontent.com/TimDettmers/bitsandbytes/main/install_cud

# For example, the following installs CUDA 11.7 to ~/local/cuda-11.7 and exports the path to your .bashrc

bash cuda_install.sh 117 ~/local 1
bash install_cuda.sh 117 ~/local 1
```

2. Set the environment variables `BNB_CUDA_VERSION` and `LD_LIBRARY_PATH` by manually overriding the CUDA version installed by PyTorch.
Expand Down

0 comments on commit 87e029b

Please sign in to comment.