dragonSwing commited on
Commit
fdedded
1 Parent(s): d326cd2

Update requirements.txt

Browse files
Files changed (2) hide show
  1. .vscode/settings.json +2 -1
  2. requirements.txt +2 -3
.vscode/settings.json CHANGED
@@ -1,5 +1,6 @@
1
  {
2
  "files.watcherExclude": {
3
  "**/target": true
4
- }
 
5
  }
 
1
  {
2
  "files.watcherExclude": {
3
  "**/target": true
4
+ },
5
+ "python.formatting.provider": "black"
6
  }
requirements.txt CHANGED
@@ -1,7 +1,6 @@
1
  torch==1.9.1
2
  torchaudio==0.9.1
3
- transformers==4.12.5
4
- datasets==1.16.0
5
  pyctcdecode==0.2.0
6
- speechbrain==0.5.11
7
  https://github.com/kpu/kenlm/archive/master.zip
 
1
  torch==1.9.1
2
  torchaudio==0.9.1
3
+ transformers==4.17.0
 
4
  pyctcdecode==0.2.0
5
+ speechbrain==0.5.14
6
  https://github.com/kpu/kenlm/archive/master.zip