diff --git a/zeus/device/gpu/amd.py b/zeus/device/gpu/amd.py index 6af5573a..003f5ad4 100644 --- a/zeus/device/gpu/amd.py +++ b/zeus/device/gpu/amd.py @@ -261,7 +261,7 @@ def supportsGetTotalEnergyConsumption(self) -> bool: return self._supportsGetTotalEnergyConsumption wait_time = 0.5 # seconds - threshold = 0.8 # 80% threshold + threshold = 0.1 # 10% threshold power = self.getInstantPowerUsage() initial_energy = self.getTotalEnergyConsumption()