Skip to content

Zeus v0.15.0 & Zeus Daemon v0.4.0

Choose a tag to compare

@jaywonchung jaywonchung released this 25 Feb 06:25
· 47 commits to master since this release

Zeus daemon and corresponding Zeus client improvements

Zeus daemon is now more generic with three API groups that can be selectively enabled at Zeus daemon startup time:

  • gpu-read: GPU power and energy measurements, no privilege needed
  • gpu-control: GPU frequency, power limit, etc. control, privilege needed
  • cpu-read: CPU power and energy measurements, privilege needed

Plus, Zeus daemon now support JWT-based auth. You can generate a JWT token scoped to a a subset of API groups and set ZEUSD_TOKEN to call APIs in allowed API groups.

What's Changed

Full Changelog: zeus-v0.14.0...zeus-v0.15.0