Increase hardware compatibility check speed by 50 percent

This commit is contained in:
Hoang Hong Quan
2024-11-05 19:18:35 +07:00
parent d39c31b786
commit 9052a8451d

View File

@@ -323,7 +323,7 @@ class CompatibilityChecker:
if self.hardware_report.get(device_type):
index += 1
print("{}. {}:".format(index, device_type))
time.sleep(1)
time.sleep(0.5)
function()
max_supported_gpu_version = min_supported_gpu_version = None