No project description provided
Project description
Supported functions
Speech recognition | Speech synthesis | Speaker verification | Speaker identification |
---|---|---|---|
✔️ | ✔️ | ✔️ | ✔️ |
Spoken Language identification | Audio tagging | Voice activity detection |
---|---|---|
✔️ | ✔️ | ✔️ |
Keyword spotting | Add punctuation |
---|---|
✔️ | ✔️ |
Supported platforms
Architecture | Android | iOS | Windows | macOS | linux |
---|---|---|---|---|---|
x64 | ✔️ | ✔️ | ✔️ | ✔️ | |
x86 | ✔️ | ✔️ | |||
arm64 | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
arm32 | ✔️ | ✔️ | |||
riscv64 | ✔️ |
Supported programming languages
1. C++ | 2. C | 3. Python | 4. JavaScript |
---|---|---|---|
✔️ | ✔️ | ✔️ | ✔️ |
5. Java | 6. C# | 7. Kotlin | 8. Swift |
---|---|---|---|
✔️ | ✔️ | ✔️ | ✔️ |
9. Go | 10. Dart | 11. Rust | 12. Pascal |
---|---|---|---|
✔️ | ✔️ | ✔️ | ✔️ |
For Rust support, please see sherpa-rs
It also supports WebAssembly.
Introduction
This repository supports running the following functions locally
- Speech-to-text (i.e., ASR); both streaming and non-streaming are supported
- Text-to-speech (i.e., TTS)
- Speaker identification
- Speaker verification
- Spoken language identification
- Audio tagging
- VAD (e.g., silero-vad)
- Keyword spotting
on the following platforms and operating systems:
- x86,
x86_64
, 32-bit ARM, 64-bit ARM (arm64, aarch64), RISC-V (riscv64) - Linux, macOS, Windows, openKylin
- Android, WearOS
- iOS
- NodeJS
- WebAssembly
- Raspberry Pi
- RV1126
- LicheePi4A
- VisionFive 2
- 旭日X3派
- 爱芯派
- etc
with the following APIs
- C++, C, Python, Go,
C#
- Java, Kotlin, JavaScript
- Swift, Rust
- Dart, Object Pascal
Links for Huggingface Spaces
You can visit the following Huggingface spaces to try sherpa-onnx
without
installing anything. All you need is a browser.
Description | URL |
---|---|
Speech recognition | Click me |
Speech recognition with Whisper | Click me |
Speech synthesis | Click me |
Generate subtitles | Click me |
Audio tagging | Click me |
Spoken language identification with Whisper | Click me |
We also have spaces built using WebAssembly. They are listed below:
Description | Huggingface space | ModelScope space |
---|---|---|
Voice activity detection with silero-vad | Click me | 地址 |
Real-time speech recognition (Chinese + English) with Zipformer | Click me | 地址 |
Real-time speech recognition (Chinese + English) with Paraformer | Click me | 地址 |
Real-time speech recognition (Chinese + English + Cantonese) with Paraformer-large | Click me | 地址 |
Real-time speech recognition (English) | Click me | 地址 |
VAD + speech recognition (Chinese + English + Korean + Japanese + Cantonese) with SenseVoice | Click me | 地址 |
VAD + speech recognition (English) with Whisper tiny.en | Click me | 地址 |
VAD + speech recognition (English) with Zipformer trained with GigaSpeech | Click me | 地址 |
VAD + speech recognition (Chinese) with Zipformer trained with WenetSpeech | Click me | 地址 |
VAD + speech recognition (Japanese) with Zipformer trained with ReazonSpeech | Click me | 地址 |
VAD + speech recognition (Thai) with Zipformer trained with GigaSpeech2 | Click me | 地址 |
VAD + speech recognition (Chinese 多种方言) with a TeleSpeech-ASR CTC model | Click me | 地址 |
VAD + speech recognition (English + Chinese, 及多种中文方言) with Paraformer-large | Click me | 地址 |
VAD + speech recognition (English + Chinese, 及多种中文方言) with Paraformer-small | Click me | 地址 |
Speech synthesis (English) | Click me | 地址 |
Speech synthesis (German) | Click me | 地址 |
Links for pre-built Android APKs
Description | URL | 中国用户 |
---|---|---|
Streaming speech recognition | Address | 点此 |
Text-to-speech | Address | 点此 |
Voice activity detection (VAD) | Address | 点此 |
VAD + non-streaming speech recognition | Address | 点此 |
Two-pass speech recognition | Address | 点此 |
Audio tagging | Address | 点此 |
Audio tagging (WearOS) | Address | 点此 |
Speaker identification | Address | 点此 |
Spoken language identification | Address | 点此 |
Keyword spotting | Address | 点此 |
Links for pre-built Flutter APPs
Real-time speech recognition
Description | URL | 中国用户 |
---|---|---|
Streaming speech recognition | Address | 点此 |
Text-to-speech
Description | URL | 中国用户 |
---|---|---|
Android (arm64-v8a, armeabi-v7a, x86_64) | Address | 点此 |
Linux (x64) | Address | 点此 |
macOS (x64) | Address | 点此 |
macOS (arm64) | Address | 点此 |
Windows (x64) | Address | 点此 |
Note: You need to build from source for iOS.
Links for pre-built Lazarus APPs
Generating subtitles
Description | URL | 中国用户 |
---|---|---|
Generate subtitles (生成字幕) | Address | 点此 |
Links for pre-trained models
Description | URL |
---|---|
Speech recognition (speech to text, ASR) | Address |
Text-to-speech (TTS) | Address |
VAD | Address |
Keyword spotting | Address |
Audio tagging | Address |
Speaker identification (Speaker ID) | Address |
Spoken language identification (Language ID) | See multi-lingual Whisper ASR models from Speech recognition |
Punctuation | Address |
Useful links
- Documentation: https://k2-fsa.github.io/sherpa/onnx/
- Bilibili 演示视频: https://search.bilibili.com/all?keyword=%E6%96%B0%E4%B8%80%E4%BB%A3Kaldi
How to reach us
Please see https://k2-fsa.github.io/sherpa/social-groups.html for 新一代 Kaldi 微信交流群 and QQ 交流群.
Projects using sherpa-onnx
voiceapi
Streaming ASR and TTS based on FastAPI
It shows how to use the ASR and TTS Python APIs with FastAPI.
TMSpeech
Uses streaming ASR in C# with graphical user interface.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
Hashes for sherpa_onnx-1.10.26-cp312-cp312-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f028c39f8d86ad8cea847e9d61d210564c71b6104c26992fb19ffc9b3ee3d98b |
|
MD5 | 67bc25863d5f055b9f7a565522cb6f5b |
|
BLAKE2b-256 | 7bb4c00b01495a56a00e993e64a0ae74b82569c757e1c0ca6e14c8bb014e5367 |
Hashes for sherpa_onnx-1.10.26-cp312-cp312-win32.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8bd7c446fdd39e00d6afb1b979c56b83a13f3b96b2f7c027dbf7e94cb094a3c9 |
|
MD5 | 22b28462122870254ba36f8f1f53b3e1 |
|
BLAKE2b-256 | c80a6b192e47508af542ec8d8bbe68ce0bdb07b113c78a9998819b9ed4c51d82 |
Hashes for sherpa_onnx-1.10.26-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a197f1e43e0da6f01b8f3ada49aac35eba0317c1c809da9d0f69d2d0aa4aa303 |
|
MD5 | 26ce7aac2dc2e543c465d12541dd2477 |
|
BLAKE2b-256 | b4e3d2e1f09fadc74bb4638a8bb963756a0f9567cb982c4a3341f48fadc3033f |
Hashes for sherpa_onnx-1.10.26-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | cc35b6ab7f13175d62c3c626504fd18d6331a10151768da26839a224d58c28b0 |
|
MD5 | 7741f2aac070db02744e1f6b681f03ca |
|
BLAKE2b-256 | 0365390d94e4d3f54a8befc230605ec280aebb41a893b59df09541ad85af77a8 |
Hashes for sherpa_onnx-1.10.26-cp312-cp312-macosx_11_0_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d5756ef1c0d24727d88692621d0208da096f6b0312db2a00c0b094c304a1db10 |
|
MD5 | 33200c396398aca5c1686e5281805fef |
|
BLAKE2b-256 | 6b29af06360b9dee68432bc7fdedf1738f77fd05b9a1b3aae625777edfec0a8e |
Hashes for sherpa_onnx-1.10.26-cp312-cp312-macosx_11_0_universal2.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 156a121e422e39e1527ce31998e28632564c79ae3918e99a4a66d1a6227a8491 |
|
MD5 | cd29124236cd8daf6927c282d39a0498 |
|
BLAKE2b-256 | 8552a7cfe9f6947c41b20569ce84db179aef209ef7015b3b17df4fa45a79ccee |
Hashes for sherpa_onnx-1.10.26-cp312-cp312-macosx_11_0_arm64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d5aef753fce2e6cdd830fe512e3a0c1d0900bf5ad530a4c803dba44bdbee34ba |
|
MD5 | b2dd97cae8c1042e3f3527630c07b143 |
|
BLAKE2b-256 | a78f79577739302e645224d37b7b1d7b720f539f45eca30e1d9191cc0814f78d |
Hashes for sherpa_onnx-1.10.26-cp311-cp311-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 46f6697b05b0d731c4bbf80757c4d004a64c10fbb614bc06b4e595a812fd877f |
|
MD5 | 6a6e9bc67f601824b86d4c62810cbbf5 |
|
BLAKE2b-256 | 87ce4c1368a99942ded30bd0f28f584b33e8b391ce057451f8193b610010f765 |
Hashes for sherpa_onnx-1.10.26-cp311-cp311-win32.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | bddae88d9ee1447bcc944ea0e6a062644b779b162b11fcb2642ea87950f56edc |
|
MD5 | f1cd21baec8779ea4d32091aa054788f |
|
BLAKE2b-256 | 29f64043bf3538093603555fe9940c2e7bbd839bd00dfea65d64541400f2652f |
Hashes for sherpa_onnx-1.10.26-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5f29df3fa296fc374ebd02cc35134c5326eed86d9827824f982093fce0ff582a |
|
MD5 | 48a36a0a000235ff68b2f795c4e20db4 |
|
BLAKE2b-256 | 3420ee6ad1ab6baba2c9e7d2c93fecc52cba79e52b9e05b6ab98733239ca344b |
Hashes for sherpa_onnx-1.10.26-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e3698d70e1b019cc9ff1d63371d0debf9b29fbcb5ad24cf64b0cb4da46f8de34 |
|
MD5 | 1a46b2672e761952ed1d3334782fca61 |
|
BLAKE2b-256 | 576fc9fdda74a24e1bad8c72be57955bdaae269803c2571e62b8fd3e600e8cdd |
Hashes for sherpa_onnx-1.10.26-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 912ea91ad2ccd63509ac136b0a000a75a72333fd4249c1baa634950123972afd |
|
MD5 | 698af514715c26aa9098a07a336c94f0 |
|
BLAKE2b-256 | 09ca244604f04f91e397b76e1a889d4bbe800f827507b8809e2d11e03154844e |
Hashes for sherpa_onnx-1.10.26-cp311-cp311-macosx_11_0_universal2.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d9cf3a41c99b3484095f400dce74280c334845338a70d4d2b63f49c4e12e9c64 |
|
MD5 | c2a7d0bbbdfcac3048e970ef0a113470 |
|
BLAKE2b-256 | 322147b7a26489ee90b229c1aaec95e8dd5babda9bb826d28205bd9b6ae293e4 |
Hashes for sherpa_onnx-1.10.26-cp311-cp311-macosx_11_0_arm64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 24be9a5e2975a59258fe3892b781127cd6ec6f1ed7c08dca0cd0651d7a932a69 |
|
MD5 | e29a0064c2ad1429edd561c101ce00b7 |
|
BLAKE2b-256 | 6bd3b1381fdfa53c16422236c313ed2c45269f923b86a9a10dda68d09b8426d7 |
Hashes for sherpa_onnx-1.10.26-cp311-cp311-linux_armv7l.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | fe7340db9f0bb8d48b84ab279f24465afb9ade81fc4ac6a99513623eaa0ffbb4 |
|
MD5 | 9fee101a2b49cf8e98d4803c0bf876ea |
|
BLAKE2b-256 | 9d4309156909c2c16358547de1d0e32f4cf258981da4778deedce702d6629d97 |
Hashes for sherpa_onnx-1.10.26-cp310-cp310-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7703bb94fa8fa12272605ca88780bc74d26ecb550235e425168eae87b0f5c507 |
|
MD5 | 2fde5e7522ffa5ff73a503389757aef0 |
|
BLAKE2b-256 | 943b490a759ebd61e6f4db83048a5cf3ba3cab2c6ef6ac7e78ebbc3c2cfccdcb |
Hashes for sherpa_onnx-1.10.26-cp310-cp310-win32.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d5b7b3e58b1118c5e9c114c964c085bc2205f6c9be4797f1aa69b83f43d68d4d |
|
MD5 | 85ce71a86dad0a4654b9aaae30dcda49 |
|
BLAKE2b-256 | 592d5405fa01f077407da326a3c6189f1304eb814cadb36cfd07b9eee319593e |
Hashes for sherpa_onnx-1.10.26-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 19a38447e9684d3800ba0889051438edb91ad0d25323feaf538376ad36384695 |
|
MD5 | 32a90235b69ae7ea1e285f2d82a0a3e3 |
|
BLAKE2b-256 | 152c6262a268837e5704a504bdcb58401c613a062c468e6afb646f81bb783476 |
Hashes for sherpa_onnx-1.10.26-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 400380578f51ceac345f4c4f683ca749c5efd4ad7f4698e02e234f36a76320ab |
|
MD5 | e920593b5dd896e57fa242d65ab23057 |
|
BLAKE2b-256 | 6d4fcd33d1585f2e462023d9080da6dde4c9409f97e8deb854ec248e610a4767 |
Hashes for sherpa_onnx-1.10.26-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2f33c197a1d3a389437db86982d6859d0fd2fb1c5e726b222aaca0038b4737fa |
|
MD5 | 7853c324af793b0a235479c3387738b7 |
|
BLAKE2b-256 | a1cb2b1d9882476db0ea049f2e448310901f46ae939e43ca2ef2528ad1e095da |
Hashes for sherpa_onnx-1.10.26-cp310-cp310-macosx_11_0_universal2.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 21337a676c72d7f38d46507ca684d8dcadfbafa9a95c7b42cfe19f2f26c84ba8 |
|
MD5 | ea7f24b003751778f29d3de02cd89a54 |
|
BLAKE2b-256 | e83e57a1907d47569ff20b58b5291075bebd5239569256d8bfa53db7e9f08d6b |
Hashes for sherpa_onnx-1.10.26-cp310-cp310-macosx_11_0_arm64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e642668d996b6e98076eb3867e75441bcf6c0d200a716b3979a605e8faea2e6e |
|
MD5 | 8cb4a4ea68f12687ea8e731bc43de404 |
|
BLAKE2b-256 | 9bea665a735e146f3e2ce183ae8079812a06b180639d76448c776e0eabd4c9a7 |
Hashes for sherpa_onnx-1.10.26-cp310-cp310-linux_armv7l.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 752c060aaadfa7cb4cfc358a9b5681ae9cb09da060b18c78c2a9558c97d35434 |
|
MD5 | eb817be859b94febd910506dff38258b |
|
BLAKE2b-256 | d2c8bb944b41b412c468790afc4d605ae11f67ae2abfb4877507a646bbe49f89 |
Hashes for sherpa_onnx-1.10.26-cp39-cp39-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3696c439b0efc0acd2bd9f020e629394ac999e6c8b3a612935951895b263eafd |
|
MD5 | ca65caa65ff530ddf6eb18cc514716b6 |
|
BLAKE2b-256 | 610a43f1ec94bd51d321d600449d0822003553ced3fedeec96304a3c7846930d |
Hashes for sherpa_onnx-1.10.26-cp39-cp39-win32.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 92ef6bcf528d0f65d85ca9388d177a19d2b07512797f12a344884d270698e040 |
|
MD5 | b8b243ce60849c9b549061f5b66f340f |
|
BLAKE2b-256 | 3261b6a8b209f7997d41fd6a87632027fb04e625a94b547f8e4e2916c511f146 |
Hashes for sherpa_onnx-1.10.26-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 12fd74b972f6fe99445d0941c5f38b492bded1d6409cc75ad634c082b4429a77 |
|
MD5 | b2bc04864d1dcf9c8925c664aca7d1ce |
|
BLAKE2b-256 | 72bb4e67ce2a922c48db71441048eeb4c81b859485188d9d2218a12c4cef2c41 |
Hashes for sherpa_onnx-1.10.26-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c5914de2c2464a4ae03b42ce640d01ecaf4f84aba3e67253f5c4bdc0fc222462 |
|
MD5 | 84bc627c133071909f866bd52d3743de |
|
BLAKE2b-256 | 94eca5a472031fcfe4c5d61135b7901b73d1fce1309401884a3b096a1fc46ab2 |
Hashes for sherpa_onnx-1.10.26-cp39-cp39-macosx_11_0_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2dddd7ad43888357d597d5831502035b49201d05ada60a1cfa6431e2f0ef89da |
|
MD5 | 5cf996ac676f44de854263bb80c6dc26 |
|
BLAKE2b-256 | 981a326507adb60243c5c28ca560bba24e3ebe1d74a879f373878528ec30061b |
Hashes for sherpa_onnx-1.10.26-cp39-cp39-macosx_11_0_universal2.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 32dac748e816f368ff08b61903f039216840534ec88e389aeaa8c5ebd329ee68 |
|
MD5 | 5d98b7fbd1ca7662396ea24b09d96786 |
|
BLAKE2b-256 | 4ea8a7c1d856683e64cefbc4f0ea1d7d2d4284393615e8b39ebbba78e6845bc4 |
Hashes for sherpa_onnx-1.10.26-cp39-cp39-macosx_11_0_arm64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 206f891a1ac519f6de44c4117fe5563a47802db4b38142b5a3690415b4dfca09 |
|
MD5 | 89e70a58fcc89ca71648461eda3e9ec3 |
|
BLAKE2b-256 | 1652c3fd4a434bd2d6f59568d541b94047422fb9f19430e857889fbadbda32d5 |
Hashes for sherpa_onnx-1.10.26-cp39-cp39-linux_armv7l.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1329c52d490d29653d0d2c8b3eafb65b84fb6f645659635dadfc532f25f51acd |
|
MD5 | 5621f4e15edf86e121a83b366442029b |
|
BLAKE2b-256 | bebf2e0590fb1773a2ca187a8a48ed2b6da7c5264b10ece69dbd1a0b97c88f09 |
Hashes for sherpa_onnx-1.10.26-cp38-cp38-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | db88df424d925640ef8521729bc7e31bf05e5f8c81f6456a964b1c431a2a7a2d |
|
MD5 | 826a2fbbd237bbbe808e18117a79f44f |
|
BLAKE2b-256 | 8619777869b91303262aab8e7e592048b658febdc5c857214838ab16cadf1fb4 |
Hashes for sherpa_onnx-1.10.26-cp38-cp38-win32.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9f541e3ba9a4da68045d29531bb01794dd44d73de09b7aa38a51477046531edd |
|
MD5 | b28e3fbcbb0157d568762e46e927f93e |
|
BLAKE2b-256 | abec48ab2ba049ea7c4bcab16a6ecc99930dd087a1ec39bb423d600188e393ec |
Hashes for sherpa_onnx-1.10.26-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 49c11e067d6d3a1fbb98707b0592804aea3fe9c7634e697c897758302549dd2d |
|
MD5 | a3ba48b34f4f6ecfb4313d73fc9d52ad |
|
BLAKE2b-256 | 07bd7fc208785efa9113c4cdb4d19ca53b2c97e755f37f04f2be7fcb0fa2882f |
Hashes for sherpa_onnx-1.10.26-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 85e40ebc5d695d037a0adfa4bcd948825b2646cb8d37f8bdd6faa656e3152912 |
|
MD5 | 8d5541098882282e97ec6909c3733c2e |
|
BLAKE2b-256 | 3f065728f2c50dce53f3cda065f4102b0c27027e13c6fd8545717dac7231430b |
Hashes for sherpa_onnx-1.10.26-cp38-cp38-macosx_11_0_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6f8e26243a7760c6eb6c55ca81beeed931622a59c4ab48766ff0d0f830e059fe |
|
MD5 | 4d8742c083145503cff6e44a894e0c8f |
|
BLAKE2b-256 | ec98f74bf16bc31a7725b4e4a7312325709a5058eaaa7a0f0b240ae747adaa3d |
Hashes for sherpa_onnx-1.10.26-cp38-cp38-macosx_11_0_universal2.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9403bf76d34ebf22c8321cc14cf85575c7b8c1d05f8e89acae074ffdfff8163f |
|
MD5 | 52f44bc3a805603d23c174dad4671b6d |
|
BLAKE2b-256 | d517b268467cdf36d8f80d5a0eb5b3edd787b1dca0d2a7fe03166cebd3e219af |
Hashes for sherpa_onnx-1.10.26-cp38-cp38-macosx_11_0_arm64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 802bc2771118570e59041200772c024b82d6b607670ca33b06d57ce955373ef5 |
|
MD5 | a8623c59b1adda2a3d3043b13a371656 |
|
BLAKE2b-256 | 6c17a26ef4b9fb11e25cecd6ac7c86332e6b14c44b0db53bb3fd7de44efe41f2 |
Hashes for sherpa_onnx-1.10.26-cp38-cp38-linux_armv7l.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 54825207f8da5523f56e2ba0af1cd2ab383c69a56a7de5132d83a19d9e61786b |
|
MD5 | b647d58f31ec386ee74a7608cb4d6d3e |
|
BLAKE2b-256 | 8521387f4d19605504fec91149d692df4fb76fd63bca5e773f2c8028a29ee189 |
Hashes for sherpa_onnx-1.10.26-cp37-cp37m-win_amd64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9f2e22d59696ce63885800920b4fdbf3f4493bce24fa08b836cf3e49afd68c69 |
|
MD5 | 2a1258b626119a7b9d46693c825b1f5e |
|
BLAKE2b-256 | 50199b038d20672f7127d5ac8f67f1be0a35bc0640655463327fbcc1e58f876d |
Hashes for sherpa_onnx-1.10.26-cp37-cp37m-win32.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | cc5df02cc2f7f54b2a324e2ca68a6ad50f5bc8bbebfea3599ca60566ad675085 |
|
MD5 | 118fa5e3778d24ebe14e6ed89f8afe6a |
|
BLAKE2b-256 | 6b200bed0ed5aff5568795267492b79022a96b5759f77ac8e970e93d51918951 |
Hashes for sherpa_onnx-1.10.26-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 30d37eea4f0d31f586cf3041b30f21425108a762496d718e461ad290e5af5b5b |
|
MD5 | bd5742f3ff54d279c9e80b801e96254d |
|
BLAKE2b-256 | 27ca04697c3a9737e064fb6583b0afffca1a9ae85a38e8256898cbd686c8a863 |
Hashes for sherpa_onnx-1.10.26-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ffcf7d2da8edf5ea860d3de8687926df24a0bc2fb911d1e47a4cf55b88aad9d0 |
|
MD5 | 3848cf7c087b65c3463a74124a90e428 |
|
BLAKE2b-256 | 4276f3ef60329077ba5f32b616b2f1f545353d12ef11788f5e85b3796bff56c2 |
Hashes for sherpa_onnx-1.10.26-cp37-cp37m-macosx_11_0_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e3992d2f9cc9d6461a5147c352217ec648ddc78f8aea93884148fd0d0d4ab7a6 |
|
MD5 | 92a81000ee4fe85ff4ddc51faa8a022f |
|
BLAKE2b-256 | 65c0f20074f7a4eef4de313e35edc2c8d14edfc92f25d778fcf2a54ec144e400 |
Hashes for sherpa_onnx-1.10.26-cp37-cp37m-linux_armv7l.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ca144af4a75abe765f7e5ccd8de7a3762d84a14489ce56745db177f18e04b560 |
|
MD5 | cfb39fe6a6770d42511cffe15868ae54 |
|
BLAKE2b-256 | f197ba782ce582bd15b9a4627d2d9e1d8a2c2d1b3a0c0621c57342ee9d5f989f |