|
15 | 15 | --- |
16 | 16 | **Project News** ⚡ |
17 | 17 |
|
18 | | -- \[2024/08\] Perseus, an optimizer for large model training, was accepted to SOSP'24! [Paper](https://dl.acm.org/doi/10.1145/3694715.3695970) | [Blog](https://ml.energy/zeus/research_overview/perseus) | [Optimizer](https://ml.energy/zeus/optimize/pipeline_frequency_optimizer) |
19 | | -- \[2024/07\] Added AMD GPU, CPU, and DRAM energy measurement support, and preliminary JAX support! |
| 18 | +- \[2025/05\] We shared our experience and design philosophy for the [ML.ENERGY leaderboard](https://ml.energy/leaderboard) in [this paper](https://arxiv.org/abs/2505.06371). |
| 19 | +- \[2025/05\] Zeus now supports CPU, DRAM, AMD GPU, Apple Silicon, and NVIDIA Jetson platform energy measurement! |
| 20 | +- \[2024/11\] Perseus, an optimizer for large model training, appeared at SOSP'24! [Paper](https://dl.acm.org/doi/10.1145/3694715.3695970) | [Blog](https://ml.energy/zeus/research_overview/perseus) | [Optimizer](https://ml.energy/zeus/optimize/pipeline_frequency_optimizer) |
20 | 21 | - \[2024/05\] Zeus is now a PyTorch ecosystem project. Read the PyTorch blog post [here](https://pytorch.org/blog/zeus/)! |
21 | 22 | - \[2024/02\] Zeus was selected as a [2024 Mozilla Technology Fund awardee](https://foundation.mozilla.org/en/blog/open-source-AI-for-environmental-justice/)! |
22 | | -- \[2023/07\] We used the [`ZeusMonitor`](https://ml.energy/zeus/reference/monitor/energy/#zeus.monitor.energy.ZeusMonitor) to profile GPU time and energy consumption for the [ML.ENERGY leaderboard & Colosseum](https://ml.energy/leaderboard). |
23 | 23 | --- |
24 | 24 |
|
25 | 25 | Zeus is a library for (1) [**measuring**](https://ml.energy/zeus/measure) the energy consumption of Deep Learning workloads and (2) [**optimizing**](https://ml.energy/zeus/optimize) their energy consumption. |
@@ -72,6 +72,7 @@ Even more research is ongoing, and Zeus will continue to expand and get better a |
72 | 72 | 1. Zeus (NSDI 23): [Paper](https://www.usenix.org/conference/nsdi23/presentation/you) | [Blog](https://ml.energy/zeus/research_overview/zeus) | [Slides](https://www.usenix.org/system/files/nsdi23_slides_chung.pdf) |
73 | 73 | 1. Chase (ICLR Workshop 23): [Paper](https://arxiv.org/abs/2303.02508) |
74 | 74 | 1. Perseus (SOSP 24): [Paper](https://arxiv.org/abs/2312.06902) | [Blog](https://ml.energy/zeus/research_overview/perseus) | [Slides](https://jaewonchung.me/pdf.js/web/viewer.html?file=/assets/attachments/pubs/Perseus_slides.pdf#pagemode=none) |
| 75 | +1. The ML.ENERGY Benchmark: [Paper](https://arxiv.org/abs/2505.06371) |
75 | 76 |
|
76 | 77 | If you find Zeus relevant to your research, please consider citing: |
77 | 78 |
|
|
0 commit comments