Skip to content

Commit

Permalink
more fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ganler authored Nov 4, 2024
1 parent 5d74db7 commit 8bf7a0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions evalperf.html
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,8 @@ <h3>Adding and visualizing new model results?</h3>
git clone [email protected]:evalplus/evalplus.github.io.git
cd evalplus.github.io && git pull
cp ${PATH_TO}/${MODEL}_temp_1.0_evalperf_results.brief.json results/evalperf
python results/evalperf/stats.py && python -m SimpleHTTPServer 8000
# 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
</code>
</pre>
</div>
Expand Down

0 comments on commit 8bf7a0e

Please sign in to comment.