xiaoyunchong.xyc commited on
Commit
a1670fd
·
1 Parent(s): feb23b0

fix: add transformers/sentencepiece deps, upgrade funasr to 1.3.3

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -1
requirements.txt CHANGED
@@ -1,6 +1,8 @@
1
- funasr==1.3.1
2
  torch
3
  torchaudio
 
 
4
  huggingface_hub
5
  pydub
6
  requests
 
1
+ funasr>=1.3.3
2
  torch
3
  torchaudio
4
+ transformers>=4.40
5
+ sentencepiece
6
  huggingface_hub
7
  pydub
8
  requests