Skip to content

Commit

Permalink
[!206][FIX] Fix speech requirements
Browse files Browse the repository at this point in the history
# Why is the change needed?
Some code for speech processing in `fbk-fairseq` could not run without some packages which were not in the requirements.

# What changes does the patch introduce?
Added `soundfile`, `pandas`, `sentencepiece` to `speech_requirements.txt`.

# How was this patch tested?
Started a new virtual environment and checked that the updated requirements were sufficient to run e.g. `$FAIRSEQ_DIR/examples/speech_to_text/preprocess_generic.py`.
  • Loading branch information
Lina Conti authored and mgaido91 committed May 28, 2024
1 parent 80fe2ca commit f1c8146
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions speech_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ ctc_segmentation
srt
praat-parselmouth
pangolinn
soundfile
pandas
sentencepiece

0 comments on commit f1c8146

Please sign in to comment.