Skip to content

Commit

Permalink
update espnet (again). (#345)
Browse files Browse the repository at this point in the history
* update espnet - OWSM models

* update the ASR model checkpoint.

* A commit dedicated to CPU runtime.
  • Loading branch information
Vaibhavs10 authored Oct 30, 2023
1 parent 4afede5 commit a7d59a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker_images/espnet/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
api-inference-community==0.0.32
huggingface_hub==0.18.0
espnet==202308
espnet==202310
torch<2.0.1
torchaudio
torch_optimizer
Expand Down
2 changes: 1 addition & 1 deletion tests/test_dockers.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def test_espnet(self):
self.framework_docker_test(
"espnet",
"automatic-speech-recognition",
"espnet/kamo-naoyuki_mini_an4_asr_train_raw_bpe_valid.acc.best",
"pyf98/librispeech_100h_transformer",
)

def test_fairseq(self):
Expand Down

0 comments on commit a7d59a3

Please sign in to comment.