Update README.md
Browse files
README.md
CHANGED
@@ -59,6 +59,13 @@ pip install --editable .
|
|
59 |
Please notice that we encourage you to read our tutorials and learn more about
|
60 |
[SpeechBrain](https://speechbrain.github.io).
|
61 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
62 |
### Inference of LTU-AS
|
63 |
|
64 |
```python
|
|
|
59 |
Please notice that we encourage you to read our tutorials and learn more about
|
60 |
[SpeechBrain](https://speechbrain.github.io).
|
61 |
|
62 |
+
## Extra-dependencies
|
63 |
+
```
|
64 |
+
transformers==4.34.0
|
65 |
+
tokenizers==0.14.1
|
66 |
+
huggingface-hub==0.24.5
|
67 |
+
```
|
68 |
+
|
69 |
### Inference of LTU-AS
|
70 |
|
71 |
```python
|