Skip to content

Commit

Permalink
upload file when run audio bench mark
Browse files Browse the repository at this point in the history
  • Loading branch information
bachvudinh committed Aug 24, 2024
1 parent f90b7b5 commit e2d457e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
./eval_asr.sh ${{ github.event.inputs.model_id || 'homebrewltd/llama3.1-s-instruct-v0.2' }}
- name: Upload audio results
if: ${{ github.event.inputs.run_benchmark == 'true' }}
if: ${{ github.event.inputs.run_si_benchmark == 'true' || github.event.inputs.run_asr_benchmark == 'true' }}
uses: actions/upload-artifact@v2
with:
name: audio-benchmark-results
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-models.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
./eval_asr.sh ${{ github.event.inputs.model_id || 'homebrewltd/llama3.1-s-instruct-v0.2' }}
- name: Upload audio results
if: ${{ github.event.inputs.run_benchmark == 'true' }}
if: ${{ github.event.inputs.run_si_benchmark == 'true' || github.event.inputs.run_asr_benchmark == 'true' }}
uses: actions/upload-artifact@v2
with:
name: audio-benchmark-results
Expand Down

0 comments on commit e2d457e

Please sign in to comment.