@@ -58,8 +58,6 @@ <h1 class="text-nowrap mt-5" style="font-size: xx-large;">
5858 </ a >
5959 </ div >
6060 < div class ="container d-flex flex-row flex-nowrap fs-5 ">
61-
62-
6361 < div class ="container d-flex flex-column align-items-center ">
6462 < div >
6563 < p > 🚀 LLM-oriented code efficiency evaluation requires:</ p >
@@ -93,7 +91,8 @@ <h1 class="text-nowrap mt-5" style="font-size: xx-large;">
9391 a more detailed overview!
9492 </ div >
9593
96- < pre style ="padding-top: 0; padding-bottom: 0; ">
94+ < div class ="col-md-12 overflow-auto ">
95+ < pre style ="padding-top: 0; padding-bottom: 0; ">
9796 < code class ="language-bash ">
9897pip install --upgrade "evalplus[perf,vllm] @ git+https://github.com/evalplus/evalplus"
9998# Or `pip install "evalplus[perf,vllm]" --upgrade` for the latest stable release
@@ -102,12 +101,14 @@ <h1 class="text-nowrap mt-5" style="font-size: xx-large;">
102101evalplus.evalperf --model "ise-uiuc/Magicoder-S-DS-6.7B" \
103102 --backend vllm</ code >
104103 </ pre >
105- < br />
104+ </ div >
105+
106106 < table id ="leaderboard "
107107 class ="table table-responsive table-striped table-bordered flex-shrink-1 border border-5 ">
108108 </ table >
109109 < h2 id ="sponsor " class ="text-nowrap mt-5 "> 🖊️ Citation</ h2 >
110- < pre style ="padding-top: 0; padding-bottom: 0; ">
110+ < div class ="col-md-12 overflow-auto ">
111+ < pre style ="padding-top: 0; padding-bottom: 0; ">
111112 < code class ="language-bibtex ">
112113@inproceedings{evalperf,
113114 title = {Evaluating Language Models for Efficient Code Generation},
@@ -117,6 +118,7 @@ <h2 id="sponsor" class="text-nowrap mt-5">🖊️ Citation</h2>
117118 url = {https://openreview.net/forum?id=IBCBMeAhmC},
118119}</ code >
119120 </ pre >
121+ </ div >
120122 < h2 id ="sponsor " class ="text-nowrap mt-5 "> 🤗 Acknowledgment</ h2 >
121123 < p >
122124 We thank
0 commit comments