diff --git a/zeus/device/gpu/amd.py b/zeus/device/gpu/amd.py index 01b2e894..36145b4a 100644 --- a/zeus/device/gpu/amd.py +++ b/zeus/device/gpu/amd.py @@ -256,7 +256,7 @@ def supportsGetTotalEnergyConsumption( ) -> bool: """Check if the GPU supports retrieving total energy consumption. Returns a future object of the result.""" wait_time = 0.5 # seconds - threshold = 0.01 # 1% threshold + threshold = 0.8 # 80% threshold power = self.getInstantPowerUsage() initial_energy = self.getTotalEnergyConsumption()