upd readme

This commit is contained in:
iperov 2019-01-13 17:47:05 +04:00
commit e0605df175
2 changed files with 10 additions and 1 deletions

View file

@ -143,7 +143,7 @@ class devicelib:
@staticmethod
def getDeviceVRAMTotalGb (idx):
result = 0
result = 2
try:
nvmlInit()
if idx < nvmlDeviceGetCount():