Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
bachvudinh committed Aug 6, 2024
1 parent bea0a4e commit 2f77c40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-models.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:
run_benchmark:
description: 'Run benchmark test'
required: false
default: false
default: true
type: boolean

jobs:
Expand Down Expand Up @@ -53,8 +53,8 @@ jobs:
- name: Run benchmark
if: ${{ github.event.inputs.run_benchmark == 'true' }}
working-directory: ./lm-evaluation-harness
run: |
cd lm-evaluation-harness
chmod +x ./run_benchmark.sh
./run_benchmark.sh ${{ github.event.inputs.model_id }}
Expand Down

0 comments on commit 2f77c40

Please sign in to comment.