summaryrefslogtreecommitdiff
path: root/cuda_install.sh
diff options
context:
space:
mode:
authorTim Dettmers <tim.dettmers@gmail.com>2022-08-16 10:57:10 -0700
committerTim Dettmers <tim.dettmers@gmail.com>2022-08-16 10:57:10 -0700
commit111b8764492fd1f9921caae64ce7d7d3ac7ef183 (patch)
tree5e2f62b52708cb17e30acd26e74743d840afdbd7 /cuda_install.sh
parent1ed2fa2f218d8dac401f3315420ffec92014c124 (diff)
parent1ced47c5043ed88b78c288f55f43ec3e66a0f765 (diff)
Merge branch 'cuda-bin-switch-and-cli' of github.com:TimDettmers/bitsandbytes into cuda-bin-switch-and-cli
Diffstat (limited to 'cuda_install.sh')
-rw-r--r--cuda_install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/cuda_install.sh b/cuda_install.sh
index 856cbe5..4508f4a 100644
--- a/cuda_install.sh
+++ b/cuda_install.sh
@@ -65,7 +65,7 @@ if [[ -n "$CUDA_VERSION" ]]; then
echo $URL
echo $FILE
wget $URL
- bash $FILE --no-drm --no-man-page --override --installpath=~/local --librarypath=$BASE_PATH/lib --toolkitpath=$BASE_PATH/$FOLDER/ --toolkit --silent
+ bash $FILE --no-drm --no-man-page --override --toolkitpath=$BASE_PATH/$FOLDER/ --toolkit --silent
echo "export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$BASE_PATH/$FOLDER/lib64/" >> ~/.bashrc
echo "export PATH=$PATH:$BASE_PATH/$FOLDER/bin/" >> ~/.bashrc
source ~/.bashrc