mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-08-22 06:23:20 -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:
|
||||
nvmlInit()
|
||||
nvmlShutdown()
|
||||
except e:
|
||||
except:
|
||||
return False
|
||||
return True
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue