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
792f6213
"docs/source/api/git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "f673fc25539ea8f38590ea62ee6fbb06478536b1"
Unverified
Commit
792f6213
authored
Jan 04, 2023
by
Kashif Rasul
Committed by
GitHub
Jan 04, 2023
Browse files
Fix for python 3.7
parent
1341fb44
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
bitsandbytes/__main__.py
bitsandbytes/__main__.py
+1
-1
No files found.
bitsandbytes/__main__.py
View file @
792f6213
...
@@ -42,7 +42,7 @@ print(
...
@@ -42,7 +42,7 @@ print(
)
)
print_header
(
"OTHER"
)
print_header
(
"OTHER"
)
print
(
f
"
{
COMPILED_WITH_CUDA
=
}
"
)
print
(
f
"COMPILED_WITH_CUDA =
{
COMPILED_WITH_CUDA
}
"
)
cuda
=
get_cuda_lib_handle
()
cuda
=
get_cuda_lib_handle
()
print
(
f
"COMPUTE_CAPABILITIES_PER_GPU =
{
get_compute_capabilities
(
cuda
)
}
"
)
print
(
f
"COMPUTE_CAPABILITIES_PER_GPU =
{
get_compute_capabilities
(
cuda
)
}
"
)
print_header
(
""
)
print_header
(
""
)
...
...
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