We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f20705a commit f1c1b63Copy full SHA for f1c1b63
docker/evaluation/Dockerfile.lm-evaluation-harness
@@ -5,7 +5,7 @@ RUN pip install --upgrade pip && pip config set global.index-url https://pypi.tu
5
&& pip install --no-cache-dir accelerate transformers==4.46.3 \
6
minio oss2 langdetect huggingface_hub openpyxl
7
WORKDIR /workspace/
8
-RUN git clone --depth 1 https://gitee.com/xzgan/lm-evaluation-harness.git --branch v0.4.6 --single-branch && \
+RUN git clone --depth 1 https://github.com/EleutherAI/lm-evaluation-harness.git --branch v0.4.6 --single-branch && \
9
cd lm-evaluation-harness && pip install setuptools --upgrade --no-cache-dir -e \
10
".[ifeval,math,multilingual,sentencepiece]"
11
COPY ./lm-evaluation-harness/ /etc/csghub/
0 commit comments