We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fcbd39 commit 5d74db7Copy full SHA for 5d74db7
evalperf.html
@@ -173,7 +173,7 @@ <h3>Adding and visualizing new model results?</h3>
173
<div class="col overflow-auto">
174
<pre><code class="language-bash">
175
git clone [email protected]:evalplus/evalplus.github.io.git
176
-cd evalplus.github.io.git && git pull
+cd evalplus.github.io && git pull
177
cp ${PATH_TO}/${MODEL}_temp_1.0_evalperf_results.brief.json results/evalperf
178
python results/evalperf/stats.py && python -m SimpleHTTPServer 8000
179
# Open http://localhost:8000/evalperf.html in your browser
0 commit comments