-
I really appreciate the work you have done in generating onnx models!
I would like to try a few, based on the rankings from the Huggingface ASR leaderboard:
https://huggingface.co/spaces/hf-audio/…
-
Is it possible to enable CUDA for diarization? It would mean a sizable speedup for that step.
Trying to set --onnx-provider to cuda gives the following message:
`D:\a\sherpa-onnx\sherpa-onnx\sherp…
-
## Description
After upgrading from v0.4.1 to v0.5.0, we've observed two significant issues in `examples/zipformer.rs`:
1. Significant performance degradation: Response times have increased substa…
-
DO you think we should create a dev function. It would
a) get huggingface JSON
b) generate JSON using createindex.py -
c) merge both JSON and save to the repo. Remove any other json in this repo…
-
I am having a lot of trouble with speaker diarization across lots of different platforms and models.
```toml
[target.'cfg(any(windows, target_os = "linux"))'.dependencies]
sherpa-rs = { version =…
-
在 macos 系统上执行,debug 模式打开,模型内容输出如下,一切正常。
`
/Users/runner/work/sherpa-onnx/sherpa-onnx/sherpa-onnx/c-api/c-api.cc:convertConfig:490 OfflineRecognizerConfig(feat_config=FeatureExtractorConfig(samplin…
-
```console
https://github.com/k2-fsa/sherpa-onnx/releases/download/v1.10.30/sherpa-onnx-v1.10.30-osx-universal2-shared.tar.bz2
tar xf sherpa-onnx-v1.10.30-osx-universal2-shared.tar.bz2
./sherpa-onn…
-
Hi, really like the ProtoXtruder and Protoxtruder v2!
One thing I did notice is that the collet version of Protoxtruder v1 (did not check v2), does not allow for the PTFE tube to be as easily deepl…
-
When using keyword spotter from C-API example
Does it something internal from onnx or something we have control over?
```console
➜ sherpa-onnx git:(v1.10.28) ✗ ./build/bin/keywords-spotter-buffe…
-
Currently, the language ID based whisper outputs only one language with the top probability:
```rust
fn main() {
let file_path = std::env::args().nth(1).expect("Missing file path argument");
…