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
6b4c5afe
Unverified
Commit
6b4c5afe
authored
Apr 11, 2023
by
Tim Dettmers
Committed by
GitHub
Apr 11, 2023
Browse files
Merge pull request #260 from rapsealk/fix_libsbitsandbytes_cpu_so
Fixed typo libsbitsandbytes_cpu.so
parents
72efa329
8cceff72
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 @
6b4c5afe
...
@@ -365,7 +365,7 @@ def evaluate_cuda_setup():
...
@@ -365,7 +365,7 @@ def evaluate_cuda_setup():
print
(
'='
*
35
+
'BUG REPORT'
+
'='
*
35
)
print
(
'='
*
35
+
'BUG REPORT'
+
'='
*
35
)
print
(
'Welcome to bitsandbytes. For bug reports, please submit your error trace to: https://github.com/TimDettmers/bitsandbytes/issues'
)
print
(
'Welcome to bitsandbytes. For bug reports, please submit your error trace to: https://github.com/TimDettmers/bitsandbytes/issues'
)
print
(
'='
*
80
)
print
(
'='
*
80
)
if
not
torch
.
cuda
.
is_available
():
return
'lib
s
bitsandbytes_cpu.so'
,
None
,
None
,
None
,
None
if
not
torch
.
cuda
.
is_available
():
return
'libbitsandbytes_cpu.so'
,
None
,
None
,
None
,
None
cuda_setup
=
CUDASetup
.
get_instance
()
cuda_setup
=
CUDASetup
.
get_instance
()
cudart_path
=
determine_cuda_runtime_lib_path
()
cudart_path
=
determine_cuda_runtime_lib_path
()
...
...
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