Skip to content

Commit

Permalink
Add missing arguments in run-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmc2005 authored Oct 31, 2023
1 parent 64056de commit 2eefc81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
pip install -e .
- name: Run stream
run: |
diart.stream audio/ES2002a.wav --output trash
diart.stream audio/ES2002a.wav --output trash --hf-token ${{ secrets.HUGGINGFACE }}
- name: Run benchmark
run: |
diart.benchmark audio --reference rttms --batch-size 4 --num-workers 2
diart.benchmark audio --reference rttms --batch-size 4 --num-workers 2 --hf-token ${{ secrets.HUGGINGFACE }}

0 comments on commit 2eefc81

Please sign in to comment.