diff --git a/README.md b/README.md index b772aa5..d82af45 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ For the ML.ENERGY Leaderboard: ```bibtex @misc{ml-energy-leaderboard, author={Jae-Won Chung and Jiachen Liu and Zhiyu Wu and Yuxuan Xia and Mosharaf Chowdhury}, - title={\{ML.ENERGY\} Leaderboard}, + title={{ML.ENERGY} Leaderboard}, year={2023}, howpublished={\url{https://ml.energy/leaderboard}}, } diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..ef046c1 --- /dev/null +++ b/_config.yml @@ -0,0 +1,19 @@ +exclude: + - './.git' + - './.github' + - './assets' + - './data' + - './deployment' + - './docs' + - './pegasus' + - './scripts' + - './sharegpt' + - './spitfight' + - './tests' + - './.gitignore' + - './_config.yml' + - './app.py' + - './LICENSE' + - './README.md' + - './requirements.txt' + - './setup.py'