Spaces:
Running
Running
Jae-Won Chung
commited on
Commit
·
06ce58a
1
Parent(s):
0705041
Add two more commits to lm-evaluation-harness
Browse files
deployment/benchmark.Dockerfile
CHANGED
@@ -26,7 +26,7 @@ RUN cd /workspace/leaderboard && pip install -e .[benchmark]
|
|
26 |
RUN cd /workspace \
|
27 |
&& git clone https://github.com/EleutherAI/lm-evaluation-harness.git \
|
28 |
&& cd lm-evaluation-harness \
|
29 |
-
&& git checkout
|
30 |
&& rm -r .git \
|
31 |
&& pip install -e .
|
32 |
|
|
|
26 |
RUN cd /workspace \
|
27 |
&& git clone https://github.com/EleutherAI/lm-evaluation-harness.git \
|
28 |
&& cd lm-evaluation-harness \
|
29 |
+
&& git checkout e9f1af36d2f6f8449e3cd132e6885d3b010ec838 \
|
30 |
&& rm -r .git \
|
31 |
&& pip install -e .
|
32 |
|