speechbrain
PyTorch
English
speech-llm
audio-llm
yingzhi commited on
Commit
f556c3f
1 Parent(s): 9b465b2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
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