Skip to content

Commit

Permalink
adjusted thresh to 10%
Browse files Browse the repository at this point in the history
  • Loading branch information
parthraut committed Oct 21, 2024
1 parent 1713465 commit 9dd54af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zeus/device/gpu/amd.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 9dd54af

Please sign in to comment.