k2-fsa / sherpa

Speech-to-text server framework with next-gen Kaldi
https://k2-fsa.github.io/sherpa
Apache License 2.0
515 stars 103 forks source link

Fix online endpoint for python 3.11 #389

Closed csukuangfj closed 1 year ago

csukuangfj commented 1 year ago

Fixes #388

The issue in #388 exists only in Python 3.11+, I think. See also https://github.com/huggingface/datasets/issues/5230