Skip to content

Commit

Permalink
Fix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
jordimas committed Nov 29, 2024
1 parent bdaa5e9 commit 079f69c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ update-e2e-tests:
$(E2E_COMMAND) e2e-tests/dosparlants.mp3 --temperature_increment_on_fallback None --device cpu --model medium --compute_type float32 --output_dir e2e-tests/ref-medium-diarization/ --hf_token ${HF_TOKEN}
$(E2E_COMMAND) e2e-tests/gossos.mp3 --device cpu --compute_type float32 --max_words_per_line 5 --word_timestamps True --output_dir e2e-tests/ref-small-transcribe-line-max-words/

PATHS = open_dubbing/ tests/ e2e-tests/
PATHS = src/ tests/ e2e-tests/

dev:
python -m black .
python -m flake8 .
python -m isort .
python -m black $(PATHS)
python -m flake8 $(PATHS)
python -m isort $(PATHS)

publish-release:
rm dist/ -r -f
Expand Down

0 comments on commit 079f69c

Please sign in to comment.