From 9ab44867d08d46c835e7bbe0ad22d932274eb355 Mon Sep 17 00:00:00 2001 From: Rui Vieira Date: Thu, 24 Oct 2024 09:33:58 +0100 Subject: [PATCH] Checkout current LMEH release from midstream --- Dockerfile.lmes-job | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.lmes-job b/Dockerfile.lmes-job index fbfe63da..43cbccf1 100644 --- a/Dockerfile.lmes-job +++ b/Dockerfile.lmes-job @@ -14,7 +14,7 @@ ENV PATH="/opt/app-root/bin:/opt/app-root/src/.local/bin/:/opt/app-root/src/bin: # Clone the Git repository, check out v0.4.4 and install the Python package RUN git clone https://github.com/opendatahub-io/lm-evaluation-harness.git && \ - cd lm-evaluation-harness && git checkout 543617fef9ba885e87f8db8930fbbff1d4e2ca49 && \ + cd lm-evaluation-harness && git checkout release-0.4.5 && \ pip install --no-cache-dir --user -e .[api] RUN python -c 'from lm_eval.tasks.unitxt import task; import os.path; print("class: !function " + task.__file__.replace("task.py", "task.Unitxt"))' > ./my_tasks/unitxt