diff --git a/app.py b/app.py index 025f878..ac8f90b 100644 --- a/app.py +++ b/app.py @@ -375,6 +375,21 @@ def plot_scatter(self, width, height, x, y, z): Every benchmark is limited in some sense -- Before you interpret the results, please take a look at the Limitations section there, too.

""" +citation_text = r""" +@misc{ml-energy-leaderboard, + author={Jae-Won Chung and Jiachen Liu and Zhiyu Wu and Yuxuan Xia and Mosharaf Chowdhury}, + title={\{ML.ENERGY\} Leaderboard}, + year={2023}, + howpublished={\url{https://ml.energy/leaderboard}}, +} +@inproceedings{zeus:nsdi23, + author={Jie You and Jae-Won Chung and Mosharaf Chowdhury}, + booktitle={USENIX NSDI}, + title={Zeus: Understanding and Optimizing {GPU} Energy Consumption of {DNN} Training}, + year={2023}, +} +""" + # The app will not start without a controller address set. controller_addr = os.environ.get("COLOSSEUM_CONTROLLER_ADDR") if controller_addr is None: @@ -797,7 +812,6 @@ def play_again(): # Citation with gr.Accordion("📚 Citation", open=False, elem_id="citation-header"): - citation_text = open("docs/citation.bib").read() gr.Textbox( value=citation_text, label="BibTeX for the leaderboard and the Zeus framework used for benchmarking:",