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 5d74db7 commit 8bf7a0eCopy full SHA for 8bf7a0e
evalperf.html
@@ -175,8 +175,8 @@ <h3>Adding and visualizing new model results?</h3>
175
git clone [email protected]:evalplus/evalplus.github.io.git
176
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
+python results/evalperf/stats.py && python -m http.server 8000
+# Open the displayed address in your browser
180
</code>
181
</pre>
182
</div>
0 commit comments