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 817bdf6 commit 91c4fd8Copy full SHA for 91c4fd8
bitsandbytes/cuda_setup/main.py
@@ -86,7 +86,7 @@ def generate_instructions(self):
86
make_cmd += '_nomatmul'
87
88
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')
+ self.add_log_entry('git clone https://github.com/TimDettmers/bitsandbytes.git')
90
self.add_log_entry('cd bitsandbytes')
91
self.add_log_entry(make_cmd)
92
self.add_log_entry('python setup.py install')
0 commit comments