mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-08-22 14:24:40 -07:00
fix devicelib error line:61
This commit is contained in:
parent
3054622d39
commit
111bced890
1 changed files with 37 additions and 37 deletions
|
@ -58,7 +58,7 @@ class devicelib:
|
||||||
try:
|
try:
|
||||||
nvmlInit()
|
nvmlInit()
|
||||||
nvmlShutdown()
|
nvmlShutdown()
|
||||||
except e:
|
except:
|
||||||
return False
|
return False
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue