mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-08-22 06:23:20 -07:00
fix devicelib error line:61,remove e
This commit is contained in:
parent
96a5fd0f9f
commit
02f511c50d
1 changed files with 1 additions and 1 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