Jae-Won Chung commited on
Commit
06ce58a
1 Parent(s): 0705041

Add two more commits to lm-evaluation-harness

Browse files
Files changed (1) hide show
  1. deployment/benchmark.Dockerfile +1 -1
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 72b7f0c00a6ff94632c5b873fc24e093ae74fa47 \
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