0
0
Fork 0

me-main #1

Merged
Nate Rupsis merged 123 commits from me-main into main 2023-02-13 18:39:11 +01:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit 8a32d56056 - Show all commits

View File

@ -39,7 +39,6 @@ def get_gpu_device(args: None) -> List:
if device.type == device_type:
result.append({'type': device.type, 'name': device.name, 'index': index})
index += 1
break
return result