Skip to content

Commit 6102029

Browse files
authored
Merge pull request #587 from BramVanroy/patch-1
replace private with public https repo URL
2 parents 67a3cdf + 91c4fd8 commit 6102029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bitsandbytes/cuda_setup/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def generate_instructions(self):
8787
make_cmd += '_nomatmul'
8888

8989
self.add_log_entry('CUDA SETUP: Something unexpected happened. Please compile from source:')
90-
self.add_log_entry('git clone git@github.com:TimDettmers/bitsandbytes.git')
90+
self.add_log_entry('git clone https://github.com/TimDettmers/bitsandbytes.git')
9191
self.add_log_entry('cd bitsandbytes')
9292
self.add_log_entry(make_cmd)
9393
self.add_log_entry('python setup.py install')

0 commit comments

Comments
 (0)