Skip to content

Commit 8bf7a0e

Browse files
authored
more fix
1 parent 5d74db7 commit 8bf7a0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

evalperf.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,8 @@ <h3>Adding and visualizing new model results?</h3>
175175
git clone [email protected]:evalplus/evalplus.github.io.git
176176
cd evalplus.github.io && git pull
177177
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
178+
python results/evalperf/stats.py && python -m http.server 8000
179+
# Open the displayed address in your browser
180180
</code>
181181
</pre>
182182
</div>

0 commit comments

Comments
 (0)