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
OpenFold
Commits
d45bd7cc
"git@developer.sourcefind.cn:OpenDAS/dcnv3.git" did not exist on "b64d9ca3000f4753e26d3b8c8fec05052114a126"
Commit
d45bd7cc
authored
Aug 03, 2022
by
Gustaf Ahdritz
Browse files
Fix another error message error
parent
bd4a9d7e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
scripts/utils.py
scripts/utils.py
+1
-1
No files found.
scripts/utils.py
View file @
d45bd7cc
...
...
@@ -89,7 +89,7 @@ def get_nvidia_cc():
return
None
,
error_str
.
value
.
decode
()
if
(
nGpus
.
value
<
1
):
return
None
,
err
.
value
.
decode
()
return
None
,
"No GPUs detected"
result
=
cuda
.
cuDeviceGet
(
ctypes
.
byref
(
device
),
0
)
if
result
!=
CUDA_SUCCESS
:
...
...
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