Unverified Commit 6102029a authored by Tim Dettmers's avatar Tim Dettmers Committed by GitHub
Browse files

Merge pull request #587 from BramVanroy/patch-1

replace private with public https repo URL
parents 67a3cdf6 91c4fd84
...@@ -87,7 +87,7 @@ class CUDASetup: ...@@ -87,7 +87,7 @@ class CUDASetup:
make_cmd += '_nomatmul' make_cmd += '_nomatmul'
self.add_log_entry('CUDA SETUP: Something unexpected happened. Please compile from source:') self.add_log_entry('CUDA SETUP: Something unexpected happened. Please compile from source:')
self.add_log_entry('git clone git@github.com:TimDettmers/bitsandbytes.git') self.add_log_entry('git clone https://github.com/TimDettmers/bitsandbytes.git')
self.add_log_entry('cd bitsandbytes') self.add_log_entry('cd bitsandbytes')
self.add_log_entry(make_cmd) self.add_log_entry(make_cmd)
self.add_log_entry('python setup.py install') self.add_log_entry('python setup.py install')
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment