Skip to content

Commit f1c1b63

Browse files
committed
update repo
1 parent f20705a commit f1c1b63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/evaluation/Dockerfile.lm-evaluation-harness

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RUN pip install --upgrade pip && pip config set global.index-url https://pypi.tu
55
&& pip install --no-cache-dir accelerate transformers==4.46.3 \
66
minio oss2 langdetect huggingface_hub openpyxl
77
WORKDIR /workspace/
8-
RUN git clone --depth 1 https://gitee.com/xzgan/lm-evaluation-harness.git --branch v0.4.6 --single-branch && \
8+
RUN git clone --depth 1 https://github.com/EleutherAI/lm-evaluation-harness.git --branch v0.4.6 --single-branch && \
99
cd lm-evaluation-harness && pip install setuptools --upgrade --no-cache-dir -e \
1010
".[ifeval,math,multilingual,sentencepiece]"
1111
COPY ./lm-evaluation-harness/ /etc/csghub/

0 commit comments

Comments
 (0)