Skip to content

Commit 5d74db7

Browse files
authored
fix: typo
1 parent 5fcbd39 commit 5d74db7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

evalperf.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ <h3>Adding and visualizing new model results?</h3>
173173
<div class="col overflow-auto">
174174
<pre><code class="language-bash">
175175
git clone [email protected]:evalplus/evalplus.github.io.git
176-
cd evalplus.github.io.git && git pull
176+
cd evalplus.github.io && git pull
177177
cp ${PATH_TO}/${MODEL}_temp_1.0_evalperf_results.brief.json results/evalperf
178178
python results/evalperf/stats.py && python -m SimpleHTTPServer 8000
179179
# Open http://localhost:8000/evalperf.html in your browser

0 commit comments

Comments
 (0)