Jae-Won Chung commited on
Commit
87d2c55
1 Parent(s): 256b6f4

Update README.md

Browse files
Files changed (2) hide show
  1. README.md +1 -19
  2. _config.yml +0 -18
README.md CHANGED
@@ -61,22 +61,4 @@ $ docker exec leaderboard0 python scripts/benchmark.py --model-path databricks/d
61
 
62
  ## Citation
63
 
64
- For the ML.ENERGY Leaderboard:
65
- ```bibtex
66
- @misc{ml-energy-leaderboard,
67
- author={Jae-Won Chung and Jiachen Liu and Zhiyu Wu and Yuxuan Xia and Mosharaf Chowdhury},
68
- title={{ML.ENERGY} Leaderboard},
69
- year={2023},
70
- howpublished={\url{https://ml.energy/leaderboard}},
71
- }
72
- ```
73
-
74
- For the [Zeus](https://ml.energy/zeus) framework used for benchmarking:
75
- ```bibtex
76
- @inproceedings{zeus:nsdi23,
77
- author={Jie You and Jae-Won Chung and Mosharaf Chowdhury},
78
- booktitle={USENIX NSDI},
79
- title={Zeus: Understanding and Optimizing {GPU} Energy Consumption of {DNN} Training},
80
- year={2023},
81
- }
82
- ```
 
61
 
62
  ## Citation
63
 
64
+ Please refer to our BibTeX file: [`citation.bib`](/docs/citation.bib).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
_config.yml DELETED
@@ -1,18 +0,0 @@
1
- exclude:
2
- - './.git'
3
- - './.github'
4
- - './assets'
5
- - './data'
6
- - './deployment'
7
- - './docs'
8
- - './pegasus'
9
- - './scripts'
10
- - './sharegpt'
11
- - './spitfight'
12
- - './tests'
13
- - './.gitignore'
14
- - './app.py'
15
- - './LICENSE'
16
- - './README.md'
17
- - './requirements.txt'
18
- - './setup.py'