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.
2 parents 67a3cdf + 91c4fd8 commit 6102029Copy full SHA for 6102029
bitsandbytes/cuda_setup/main.py
@@ -87,7 +87,7 @@ def generate_instructions(self):
87
make_cmd += '_nomatmul'
88
89
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')
+ self.add_log_entry('git clone https://github.com/TimDettmers/bitsandbytes.git')
91
self.add_log_entry('cd bitsandbytes')
92
self.add_log_entry(make_cmd)
93
self.add_log_entry('python setup.py install')
0 commit comments