Skip to content

Commit

Permalink
add install vllm for eval with vllm engine
Browse files Browse the repository at this point in the history
  • Loading branch information
bachvudinh committed Aug 1, 2024
1 parent 3a0730c commit d985fcd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-models.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
working-directory: ./lm-evaluation-harness
run: |
pip3 install -e .
pip3 install lm_eval[vllm]
- name: Run benchmark
if: ${{ github.event.inputs.run_benchmark == 'true' }}
Expand Down

0 comments on commit d985fcd

Please sign in to comment.