Skip to content

Commit

Permalink
harness 0.4.2, datasets==2.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ggbetz committed Apr 21, 2024
1 parent c8bc83b commit 08f6167
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

env:
VLLM_VERSION: 0.4.0.post1
LM_EVAL_VERSION: main
LM_EVAL_VERSION: v0.4.2

jobs:
docker:
Expand Down
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ RUN cd lm-evaluation-harness && pip install -e ".[vllm]"
RUN cd cot-eval && pip install -e .
RUN pip install -U vllm==${VLLM_VERSION}

# Install datasets 2.18.0, being used with lm-evaluation-harness
RUN pip install datasets==2.18.0

# reinstall flash-attn as torch might have gotten reinstalled above
RUN pip uninstall -y flash-attn
RUN pip install flash-attn --no-build-isolation
Expand Down

0 comments on commit 08f6167

Please sign in to comment.