diff --git a/.github/workflows/test-models.yml b/.github/workflows/test-models.yml index 4d12fd9..acb5acd 100644 --- a/.github/workflows/test-models.yml +++ b/.github/workflows/test-models.yml @@ -49,6 +49,7 @@ jobs: run: | pip3 install -e . pip3 install lm_eval[vllm] + echo "$HOME/.local/bin" >> $GITHUB_PATH - name: Run benchmark if: ${{ github.event.inputs.run_benchmark == 'true' }} diff --git a/lm-evaluation-harness b/lm-evaluation-harness index 86c151d..e631864 160000 --- a/lm-evaluation-harness +++ b/lm-evaluation-harness @@ -1 +1 @@ -Subproject commit 86c151deb1a93420583cfee95f6bbc08327f201c +Subproject commit e631864966b526de2b9a8bda0e4f3cf2170e74f7