Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
bitsandbytes
Commits
6102029a
Unverified
Commit
6102029a
authored
Jul 15, 2023
by
Tim Dettmers
Committed by
GitHub
Jul 15, 2023
Browse files
Merge pull request #587 from BramVanroy/patch-1
replace private with public https repo URL
parents
67a3cdf6
91c4fd84
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
bitsandbytes/cuda_setup/main.py
bitsandbytes/cuda_setup/main.py
+1
-1
No files found.
bitsandbytes/cuda_setup/main.py
View file @
6102029a
...
@@ -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'
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment