We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b84f48c commit 13623faCopy full SHA for 13623fa
CONTRIBUTING.md
@@ -80,6 +80,14 @@ pip install typing pytest scipy numpy parameterized
80
81
Optional packages to install if you want to run related tests:
82
83
+- `librosa`
84
+- `requests`
85
+- `soundfile`
86
+- `kaldi_io`
87
+- `transformers`
88
+- `fairseq` (it has to be newer than `0.10.2`, so you will need to install from
89
+ source. Commit `e6eddd80` is known to work.)
90
+
91
```bash
92
pip install librosa requests soundfile kaldi_io transformers
93
```
0 commit comments