Skip to content

Commit 91c4fd8

Browse files
authored
add public git repo URL
1 parent 817bdf6 commit 91c4fd8

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
@@ -86,7 +86,7 @@ def generate_instructions(self):
8686
make_cmd += '_nomatmul'
8787

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

0 commit comments

Comments
 (0)