Skip to main content

No project description provided

Project description

Supported functions

Speech recognition Speech synthesis Source separation
✔️ ✔️ ✔️
Speaker identification Speaker diarization Speaker verification
✔️ ✔️ ✔️
Spoken Language identification Audio tagging Voice activity detection
✔️ ✔️ ✔️
Keyword spotting Add punctuation Speech enhancement
✔️ ✔️ ✔️

Supported platforms

Architecture Android iOS Windows macOS linux HarmonyOS
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.

Supported NPUs

1. Rockchip NPU (RKNN) 2. Qualcomm NPU (QNN) 3. Ascend NPU
✔️ ✔️ ✔️
4. Axera NPU
✔️

Join our discord

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 diarization
  • Speaker identification
  • Speaker verification
  • Spoken language identification
  • Audio tagging
  • VAD (e.g., silero-vad)
  • Speech enhancement (e.g., gtcrn)
  • Keyword spotting
  • Source separation (e.g., spleeter, UVR)

on the following platforms and operating systems:

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 中国镜像
Speaker diarization Click me 镜像
Speech recognition Click me 镜像
Speech recognition with Whisper Click me 镜像
Speech synthesis Click me 镜像
Generate subtitles Click me 镜像
Audio tagging Click me 镜像
Source separation 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) with Zipformer CTC 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 Moonshine tiny 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 地址
VAD + speech recognition (多语种及多种中文方言) with Dolphin-base Click me 地址
Speech synthesis (Piper, English) Click me 地址
Speech synthesis (Piper, German) Click me 地址
Speech synthesis (Matcha, Chinese) Click me 地址
Speech synthesis (Matcha, English) Click me 地址
Speech synthesis (Matcha, Chinese+English) Click me 地址
Speaker diarization Click me 地址

Links for pre-built Android APKs

You can find pre-built Android APKs for this repository in the following table
Description URL 中国用户
Speaker diarization Address 点此
Streaming speech recognition Address 点此
Simulated-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
Speaker segmentation Address
Speech enhancement Address
Source separation Address

Some pre-trained ASR models (Streaming)

Please see

for more models. The following table lists only SOME of them.

Name Supported Languages Description
sherpa-onnx-streaming-zipformer-bilingual-zh-en-2023-02-20 Chinese, English See also
sherpa-onnx-streaming-zipformer-small-bilingual-zh-en-2023-02-16 Chinese, English See also
sherpa-onnx-streaming-zipformer-zh-14M-2023-02-23 Chinese Suitable for Cortex A7 CPU. See also
sherpa-onnx-streaming-zipformer-en-20M-2023-02-17 English Suitable for Cortex A7 CPU. See also
sherpa-onnx-streaming-zipformer-korean-2024-06-16 Korean See also
sherpa-onnx-streaming-zipformer-fr-2023-04-14 French See also

Some pre-trained ASR models (Non-Streaming)

Please see

for more models. The following table lists only SOME of them.

Name Supported Languages Description
sherpa-onnx-nemo-parakeet-tdt-0.6b-v2-int8 English It is converted from https://huggingface.co/nvidia/parakeet-tdt-0.6b-v2
Whisper tiny.en English See also
Moonshine tiny English See also
sherpa-onnx-zipformer-ctc-zh-int8-2025-07-03 Chinese A Zipformer CTC model
sherpa-onnx-sense-voice-zh-en-ja-ko-yue-2024-07-17 Chinese, Cantonese, English, Korean, Japanese 支持多种中文方言. See also
sherpa-onnx-paraformer-zh-2024-03-09 Chinese, English 也支持多种中文方言. See also
sherpa-onnx-zipformer-ja-reazonspeech-2024-08-01 Japanese See also
sherpa-onnx-nemo-transducer-giga-am-russian-2024-10-24 Russian See also
sherpa-onnx-nemo-ctc-giga-am-russian-2024-10-24 Russian See also
sherpa-onnx-zipformer-ru-2024-09-18 Russian See also
sherpa-onnx-zipformer-korean-2024-06-24 Korean See also
sherpa-onnx-zipformer-thai-2024-06-20 Thai See also
sherpa-onnx-telespeech-ctc-int8-zh-2024-06-04 Chinese 支持多种方言. See also

Useful links

How to reach us

Please see https://k2-fsa.github.io/sherpa/social-groups.html for 新一代 Kaldi 微信交流群 and QQ 交流群.

Projects using sherpa-onnx

BreezeApp from MediaTek Research

BreezeAPP is a mobile AI application developed for both Android and iOS platforms. Users can download it directly from the App Store and enjoy a variety of features offline, including speech-to-text, text-to-speech, text-based chatbot interactions, and image question-answering

1 2 3

Open-LLM-VTuber

Talk to any LLM with hands-free voice interaction, voice interruption, and Live2D taking face running locally across platforms

See also https://github.com/t41372/Open-LLM-VTuber/pull/50

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.

Video demo in Chinese: 【开源】Windows实时字幕软件(网课/开会必备)

lol互动助手

It uses the JavaScript API of sherpa-onnx along with Electron

Video demo in Chinese: 爆了!炫神教你开打字挂!真正影响胜率的英雄联盟工具!英雄联盟的最后一块拼图!和游戏中的每个人无障碍沟通!

Sherpa-ONNX 语音识别服务器

A server based on nodejs providing Restful API for speech recognition.

QSmartAssistant

一个模块化,全过程可离线,低占用率的对话机器人/智能音箱

It uses QT. Both ASR and TTS are used.

Flutter-EasySpeechRecognition

It extends ./flutter-examples/streaming_asr by downloading models inside the app to reduce the size of the app.

Note: [Team B] Sherpa AI backend also uses sherpa-onnx in a Flutter APP.

sherpa-onnx-unity

sherpa-onnx in Unity. See also #1695, #1892, and #1859

xiaozhi-esp32-server

本项目为xiaozhi-esp32提供后端服务,帮助您快速搭建ESP32设备控制服务器 Backend service for xiaozhi-esp32, helps you quickly build an ESP32 device control server.

See also

KaithemAutomation

Pure Python, GUI-focused home automation/consumer grade SCADA.

It uses TTS from sherpa-onnx. See also ✨ Speak command that uses the new globally configured TTS model.

Open-XiaoAI KWS

Enable custom wake word for XiaoAi Speakers. 让小爱音箱支持自定义唤醒词。

Video demo in Chinese: 小爱同学启动~˶╹ꇴ╹˶!

C++ WebSocket ASR Server

It provides a WebSocket server based on C++ for ASR using sherpa-onnx.

Go WebSocket Server

It provides a WebSocket server based on the Go programming language for sherpa-onnx.

Making robot Paimon, Ep10 "The AI Part 1"

It is a YouTube video, showing how the author tried to use AI so he can have a conversation with Paimon.

It uses sherpa-onnx for speech-to-text and text-to-speech.

1

TtsReader - Desktop application

A desktop text-to-speech application built using Kotlin Multiplatform.

MentraOS

Smart glasses OS, with dozens of built-in apps. Users get AI assistant, notifications, translation, screen mirror, captions, and more. Devs get to write 1 app that runs on any pair of smart glasses.

It uses sherpa-onnx for real-time speech recognition on iOS and Android devices. See also https://github.com/Mentra-Community/MentraOS/pull/861

It uses Swift for iOS and Java for Android.

flet_sherpa_onnx

Flet ASR/STT component based on sherpa-onnx. Example a chat box agent

achatbot-go

a multimodal chatbot based on go with sherpa-onnx's speech lib api.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sherpa_onnx-1.12.28.tar.gz (766.8 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

sherpa_onnx-1.12.28-cp314-cp314-win_amd64.whl (2.1 MB view details)

Uploaded CPython 3.14Windows x86-64

sherpa_onnx-1.12.28-cp314-cp314-win32.whl (1.7 MB view details)

Uploaded CPython 3.14Windows x86

sherpa_onnx-1.12.28-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

sherpa_onnx-1.12.28-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (4.0 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

sherpa_onnx-1.12.28-cp314-cp314-macosx_11_0_arm64.whl (2.0 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

sherpa_onnx-1.12.28-cp314-cp314-macosx_10_15_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

sherpa_onnx-1.12.28-cp314-cp314-macosx_10_15_universal2.whl (4.2 MB view details)

Uploaded CPython 3.14macOS 10.15+ universal2 (ARM64, x86-64)

sherpa_onnx-1.12.28-cp314-cp314-linux_armv7l.whl (11.1 MB view details)

Uploaded CPython 3.14

sherpa_onnx-1.12.28-cp313-cp313-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.13Windows x86-64

sherpa_onnx-1.12.28-cp313-cp313-win32.whl (1.7 MB view details)

Uploaded CPython 3.13Windows x86

sherpa_onnx-1.12.28-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

sherpa_onnx-1.12.28-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (4.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

sherpa_onnx-1.12.28-cp313-cp313-macosx_11_0_arm64.whl (2.0 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

sherpa_onnx-1.12.28-cp313-cp313-macosx_10_15_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.13macOS 10.15+ x86-64

sherpa_onnx-1.12.28-cp313-cp313-macosx_10_15_universal2.whl (4.2 MB view details)

Uploaded CPython 3.13macOS 10.15+ universal2 (ARM64, x86-64)

sherpa_onnx-1.12.28-cp313-cp313-linux_armv7l.whl (11.1 MB view details)

Uploaded CPython 3.13

sherpa_onnx-1.12.28-cp312-cp312-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.12Windows x86-64

sherpa_onnx-1.12.28-cp312-cp312-win32.whl (1.7 MB view details)

Uploaded CPython 3.12Windows x86

sherpa_onnx-1.12.28-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

sherpa_onnx-1.12.28-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (4.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

sherpa_onnx-1.12.28-cp312-cp312-macosx_11_0_arm64.whl (2.0 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

sherpa_onnx-1.12.28-cp312-cp312-macosx_10_15_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.12macOS 10.15+ x86-64

sherpa_onnx-1.12.28-cp312-cp312-macosx_10_15_universal2.whl (4.2 MB view details)

Uploaded CPython 3.12macOS 10.15+ universal2 (ARM64, x86-64)

sherpa_onnx-1.12.28-cp312-cp312-linux_armv7l.whl (11.1 MB view details)

Uploaded CPython 3.12

sherpa_onnx-1.12.28-cp311-cp311-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.11Windows x86-64

sherpa_onnx-1.12.28-cp311-cp311-win32.whl (1.7 MB view details)

Uploaded CPython 3.11Windows x86

sherpa_onnx-1.12.28-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

sherpa_onnx-1.12.28-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (4.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

sherpa_onnx-1.12.28-cp311-cp311-macosx_11_0_arm64.whl (2.0 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

sherpa_onnx-1.12.28-cp311-cp311-macosx_10_15_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.11macOS 10.15+ x86-64

sherpa_onnx-1.12.28-cp311-cp311-macosx_10_15_universal2.whl (4.2 MB view details)

Uploaded CPython 3.11macOS 10.15+ universal2 (ARM64, x86-64)

sherpa_onnx-1.12.28-cp311-cp311-linux_armv7l.whl (11.1 MB view details)

Uploaded CPython 3.11

sherpa_onnx-1.12.28-cp310-cp310-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.10Windows x86-64

sherpa_onnx-1.12.28-cp310-cp310-win32.whl (1.7 MB view details)

Uploaded CPython 3.10Windows x86

sherpa_onnx-1.12.28-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

sherpa_onnx-1.12.28-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (4.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

sherpa_onnx-1.12.28-cp310-cp310-macosx_11_0_arm64.whl (2.0 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

sherpa_onnx-1.12.28-cp310-cp310-macosx_10_15_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.10macOS 10.15+ x86-64

sherpa_onnx-1.12.28-cp310-cp310-macosx_10_15_universal2.whl (4.2 MB view details)

Uploaded CPython 3.10macOS 10.15+ universal2 (ARM64, x86-64)

sherpa_onnx-1.12.28-cp310-cp310-linux_armv7l.whl (11.1 MB view details)

Uploaded CPython 3.10

sherpa_onnx-1.12.28-cp39-cp39-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.9Windows x86-64

sherpa_onnx-1.12.28-cp39-cp39-win32.whl (1.7 MB view details)

Uploaded CPython 3.9Windows x86

sherpa_onnx-1.12.28-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

sherpa_onnx-1.12.28-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (4.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

sherpa_onnx-1.12.28-cp39-cp39-macosx_11_0_arm64.whl (2.0 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

sherpa_onnx-1.12.28-cp39-cp39-macosx_10_15_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.9macOS 10.15+ x86-64

sherpa_onnx-1.12.28-cp39-cp39-macosx_10_15_universal2.whl (4.2 MB view details)

Uploaded CPython 3.9macOS 10.15+ universal2 (ARM64, x86-64)

sherpa_onnx-1.12.28-cp39-cp39-linux_armv7l.whl (11.1 MB view details)

Uploaded CPython 3.9

sherpa_onnx-1.12.28-cp38-cp38-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.8Windows x86-64

sherpa_onnx-1.12.28-cp38-cp38-win32.whl (1.7 MB view details)

Uploaded CPython 3.8Windows x86

sherpa_onnx-1.12.28-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

sherpa_onnx-1.12.28-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (4.0 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

sherpa_onnx-1.12.28-cp38-cp38-macosx_11_0_arm64.whl (2.0 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

sherpa_onnx-1.12.28-cp38-cp38-macosx_10_15_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.8macOS 10.15+ x86-64

sherpa_onnx-1.12.28-cp38-cp38-macosx_10_15_universal2.whl (4.2 MB view details)

Uploaded CPython 3.8macOS 10.15+ universal2 (ARM64, x86-64)

sherpa_onnx-1.12.28-cp38-cp38-linux_armv7l.whl (11.1 MB view details)

Uploaded CPython 3.8

sherpa_onnx-1.12.28-cp37-cp37m-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.7mWindows x86-64

File details

Details for the file sherpa_onnx-1.12.28.tar.gz.

File metadata

  • Download URL: sherpa_onnx-1.12.28.tar.gz
  • Upload date:
  • Size: 766.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for sherpa_onnx-1.12.28.tar.gz
Algorithm Hash digest
SHA256 76d9ee984d8a8fa3594b50721f59ba66ae72978e12d0a3322a9d02754ed1b71c
MD5 f879b671f9247b68530517cec2ed4ce8
BLAKE2b-256 bfca70e0451423e852313dc22cbeee9095c9c8cfffffe1bcad77bae848af3eb3

See more details on using hashes here.

File details

Details for the file sherpa_onnx-1.12.28-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for sherpa_onnx-1.12.28-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 3337b9cbf40079564aadeb3274b56a2bb8184cb3a4f26b8f33e8a18003afc0e4
MD5 a99e7b9d421358ca1027726604ef3e87
BLAKE2b-256 60433e5890e5c2f4760a7bb0297757acdd1ed97f4a51d81d95b3fce8c21be9cc

See more details on using hashes here.

File details

Details for the file sherpa_onnx-1.12.28-cp314-cp314-win32.whl.

File metadata

  • Download URL: sherpa_onnx-1.12.28-cp314-cp314-win32.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.10

File hashes

Hashes for sherpa_onnx-1.12.28-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 163a41e8eb9b1db303cc3dc0bb0af5a743e40892ab4a634bd4a3c84b604b36bb
MD5 3d4b46acdb8d73db6bc3c2214e8e32cc
BLAKE2b-256 b88f7aaac536b7c81cbded5d9983b0cc9f0f060a01722a02986c2e3d9758bd71

See more details on using hashes here.

File details

Details for the file sherpa_onnx-1.12.28-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for sherpa_onnx-1.12.28-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 46b2af910406f693dd7b33cc591ae8dab02c35eab100bdd2f61d0c5f8c21c6ab
MD5 1127e96c531642a7f722c650275687c2
BLAKE2b-256 d1317fa2545ef322b0a65a6e3a282cad7234c7afc22631bc664123da8c8bc0a5

See more details on using hashes here.

File details

Details for the file sherpa_onnx-1.12.28-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for sherpa_onnx-1.12.28-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 82b10dabdc28553ca860a9792e60576105d81f99337d70868d31e382ffa78fb1
MD5 83d970f0209745cb4eab5604df6b1ab6
BLAKE2b-256 ff7c013546916246ff50784413c7990fdf61c5a2b420ff5c8a9ed48f18844161

See more details on using hashes here.

File details

Details for the file sherpa_onnx-1.12.28-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sherpa_onnx-1.12.28-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dce85bc65057691a72c27e441e42b17cbfaef654a92b273cbb6194d849f9defa
MD5 da0f274e4fd0a7e5e2afaaf1d1511035
BLAKE2b-256 709d82ac77a8b17c28b046995cef18df4553b4b635f7307b690e9365ff29c2c1

See more details on using hashes here.

File details

Details for the file sherpa_onnx-1.12.28-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for sherpa_onnx-1.12.28-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 ac2db9b637c579b27d0524a24d6ceb8b61cec01ca325b5b38815b21b23db6de7
MD5 80694838a020bd3434e1fd9e825ef33d
BLAKE2b-256 d0837adf77100e258a95a0ac68ef80a0d7828df52b6d2a1a0fa79b2a4a795df3

See more details on using hashes here.

File details

Details for the file sherpa_onnx-1.12.28-cp314-cp314-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for sherpa_onnx-1.12.28-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 9b2bee8c96cd07a014510dc809bbb8731be6ca4b347161fbb2eb6c3c7216b719
MD5 9891e00da275cf80ad9eae5c9668ab59
BLAKE2b-256 7b8b8e0f6fde6e88e8a20fb5b06eae38118cd30e46c6bde8909816a20f141405

See more details on using hashes here.

File details

Details for the file sherpa_onnx-1.12.28-cp314-cp314-linux_armv7l.whl.

File metadata

File hashes

Hashes for sherpa_onnx-1.12.28-cp314-cp314-linux_armv7l.whl
Algorithm Hash digest
SHA256 f1c104e3203d4ce7f6459ad2fbe7e21614374a2a0e8635e917ec942e35395ed3
MD5 fdb678be9bf04be9a29e05398baf4bbc
BLAKE2b-256 caa525de391b7cfc61547bd590a5847f3e6b779ffa92cac9811352f85ffff0b3

See more details on using hashes here.

File details

Details for the file sherpa_onnx-1.12.28-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for sherpa_onnx-1.12.28-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 44e3c267ab32787dd32386d4f6a25ad6a17ca1591400ada43b4ffca2fc68edec
MD5 c8c1ccf9531c6ff0d6842137260bf0ca
BLAKE2b-256 e61c513a6deef6625ccc9cd98b461f8920adf70ea77cfb6197e85334dec058f1

See more details on using hashes here.

File details

Details for the file sherpa_onnx-1.12.28-cp313-cp313-win32.whl.

File metadata

  • Download URL: sherpa_onnx-1.12.28-cp313-cp313-win32.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.10

File hashes

Hashes for sherpa_onnx-1.12.28-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 9b1c77c29ad797345449f4681cddfa2ad4d633e5bbf9617c099eb0de984adeb8
MD5 6c611cc0ad44fcb6fd3fef29059bfc3f
BLAKE2b-256 ff0c827273aea8e5b178314291bfeee2e7eaa38059496af071e6d7d13f0757c0

See more details on using hashes here.

File details

Details for the file sherpa_onnx-1.12.28-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for sherpa_onnx-1.12.28-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 30b8e5d8a19c5e28d8e9375d71cced2f399cb5cbfaed32b9a7333b61b2d9e847
MD5 b4421af8c5d3b21b0124e410bace4478
BLAKE2b-256 042ed6d99966e1a4ccf0beac20f7979364212f3c67fc1ed095bd6d5fa145ee82

See more details on using hashes here.

File details

Details for the file sherpa_onnx-1.12.28-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for sherpa_onnx-1.12.28-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 6a7258300ab3754fcd4986284cb610333121218f1bfe3f20e90af2ef1f765d70
MD5 77ad62288b1037940f59b659b9948731
BLAKE2b-256 f0f613f7cc32de6379c9f9d461f97530e2070faf6470a867c4bd969b2a480847

See more details on using hashes here.

File details

Details for the file sherpa_onnx-1.12.28-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sherpa_onnx-1.12.28-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 18df540ebe52119ddc3c3e138ff71cbece56ed53f3bc80610f2787142be0c950
MD5 6458788032d5d67ce913d5cc118d685b
BLAKE2b-256 369174acf1f4ca9620622762edbfded1e301c9c1ddfffea0d9ed4115bc94df80

See more details on using hashes here.

File details

Details for the file sherpa_onnx-1.12.28-cp313-cp313-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for sherpa_onnx-1.12.28-cp313-cp313-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 07ea39ea9aa6ec4a3543fa4cbac78b8266c6484de2c68850b3f0370c3e65a534
MD5 2468a2db02acd3aea21e6aaa162bd9dd
BLAKE2b-256 cf4e5a744e16c9f42be327514efd0747f94d663f4af40fd4bba955cfca92e72c

See more details on using hashes here.

File details

Details for the file sherpa_onnx-1.12.28-cp313-cp313-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for sherpa_onnx-1.12.28-cp313-cp313-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 d5c967db8c3f4ba42d0bb7cffaf10a72db4375cb6a96abd6c0d5d9197222ba27
MD5 5498c19630d3c1768354bbff50c86a10
BLAKE2b-256 da7b8599e566a6ba9e661db4ad6c33753bc8461f4416bb30f82f199f94fead4d

See more details on using hashes here.

File details

Details for the file sherpa_onnx-1.12.28-cp313-cp313-linux_armv7l.whl.

File metadata

File hashes

Hashes for sherpa_onnx-1.12.28-cp313-cp313-linux_armv7l.whl
Algorithm Hash digest
SHA256 ebfbd87c1f54a3c35d38251a3da5625e08e07f0a7d804786abe0b9217c2e3b9b
MD5 7845d2ef11519ce7ce3758b3989458b2
BLAKE2b-256 37890d1460238ed7dd40f42dbd5865dfde342280236eb340dbd787abdd3e500d

See more details on using hashes here.

File details

Details for the file sherpa_onnx-1.12.28-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for sherpa_onnx-1.12.28-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 050eec137d7933ead9c3b2cb9d2e05de47403e4870e56425a97b4be2bf33ddbb
MD5 83f2451ab5dc4c1230812690f66e0273
BLAKE2b-256 6a6c4f15592dde8c32f5f17f45067c5310afb55057b26b5ae95b1345eea38f55

See more details on using hashes here.

File details

Details for the file sherpa_onnx-1.12.28-cp312-cp312-win32.whl.

File metadata

  • Download URL: sherpa_onnx-1.12.28-cp312-cp312-win32.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.10

File hashes

Hashes for sherpa_onnx-1.12.28-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 3f8d0699e598f2999f0b3543a55722f41df76f16a91aea27123074cf4a6ee379
MD5 44b0a850821f52a862809d98a2f64f32
BLAKE2b-256 5e75a48125686a8615d571cdc7da877dc95b555642c407cf4bd0c3dc1b2214b5

See more details on using hashes here.

File details

Details for the file sherpa_onnx-1.12.28-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for sherpa_onnx-1.12.28-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 0261c9552b3c72bfd219887c7d8f2957198d4dfcf4a53693b26a0eee5019b668
MD5 eddac7e32c7e78cdf3f2023c5b473678
BLAKE2b-256 8818f7c34e295e01dd89ef89e82c63e9de2ed1046ac9aeb9125afe5535a4d2f0

See more details on using hashes here.

File details

Details for the file sherpa_onnx-1.12.28-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for sherpa_onnx-1.12.28-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 575780ae3bb6e817c1eaf22981ada5da6880fa7e12143d631bfe0cb2e9dd28eb
MD5 4dfee98e6f2f298dac77784c29919b2f
BLAKE2b-256 d96e12ff1ce10dd8defb0e5ab4fb38450c7b06969c735ee55b872c28d9b500e7

See more details on using hashes here.

File details

Details for the file sherpa_onnx-1.12.28-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sherpa_onnx-1.12.28-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 35163303fc7fda308d9ca94b9e7016a1cc458286c9d499576d79dbeb92549797
MD5 8bc9f0145410e2eb22d2152ec34bbe4c
BLAKE2b-256 90b78c523bf303a9382a1716c8326f9af840f0788f3c6392694e00400132d97b

See more details on using hashes here.

File details

Details for the file sherpa_onnx-1.12.28-cp312-cp312-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for sherpa_onnx-1.12.28-cp312-cp312-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 5b6cf3719dd38e7146b8fdfd701b9e17b72a4ce67b764d5ba5fd3a50e279726e
MD5 12219e7a478ae8714b1461a61c582ae7
BLAKE2b-256 6286214dfc17aae2f97e3b7ba70d5eab483e9d726c45dd1108b505085486d790

See more details on using hashes here.

File details

Details for the file sherpa_onnx-1.12.28-cp312-cp312-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for sherpa_onnx-1.12.28-cp312-cp312-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 544b5e941ed58f4242c5cb18044c67c5aae29258125f0ab15c4b7dbd04b23720
MD5 29f6e9d490654931f0c52f114c75757d
BLAKE2b-256 96d2a7fc5438f30dd6dc7e5d56f9600d355210f9cdaedcf778dbf738d4c46b2f

See more details on using hashes here.

File details

Details for the file sherpa_onnx-1.12.28-cp312-cp312-linux_armv7l.whl.

File metadata

File hashes

Hashes for sherpa_onnx-1.12.28-cp312-cp312-linux_armv7l.whl
Algorithm Hash digest
SHA256 f751dafbf970b1a264f38bbea998d2eb0f7fc8f67e43d6d6723821270e58b457
MD5 ddf12c07a8f276a62f7f96e768d635e0
BLAKE2b-256 858e7e48085d9e842c98934924b77affb4309ab452cf9e7a2075ae0e326bb7f9

See more details on using hashes here.

File details

Details for the file sherpa_onnx-1.12.28-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for sherpa_onnx-1.12.28-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 43c8fc5e8bf4208a1cf4a2ce15dc611ae2e5b93c6a00261af23ec85d3899b85d
MD5 3a0b56261ca44341d5ddb12a89ee22da
BLAKE2b-256 bca8050dcb2b160ceaf5d7dddcf450ff476de18e57875ac040bd65b6c976ab63

See more details on using hashes here.

File details

Details for the file sherpa_onnx-1.12.28-cp311-cp311-win32.whl.

File metadata

  • Download URL: sherpa_onnx-1.12.28-cp311-cp311-win32.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.10

File hashes

Hashes for sherpa_onnx-1.12.28-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 c075161e0a5072ffc7484a980430717b18a6ab67c590dbb5a3b2333330b538cf
MD5 43d2363a1ad913b722a764bb61c464b3
BLAKE2b-256 9bf412cc0a479da4d906cbe221bf42dcf4572af4383243dcf3d3dd1be23b36a4

See more details on using hashes here.

File details

Details for the file sherpa_onnx-1.12.28-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for sherpa_onnx-1.12.28-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 b561f6ed4c250bab449110ddbf2a8280c78891a82ecbae4b925bea3cf4bce325
MD5 a5f35eb83be92e7afd881e6f50ba09cc
BLAKE2b-256 32abe9abb55480a845973aa84caf08ac5c514a51333ab282a30904272e21eef8

See more details on using hashes here.

File details

Details for the file sherpa_onnx-1.12.28-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for sherpa_onnx-1.12.28-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 7b8f3c2fd09e032e3d3467a7c517054b75709e9f0036e521972eb7eee6fdf7a4
MD5 e4bef4fc1a6bccf12b111af740e05037
BLAKE2b-256 2c86bc27ec503bdbf574d5b24dd7133fbbed108823cf8084f1f1f363c9c1f54d

See more details on using hashes here.

File details

Details for the file sherpa_onnx-1.12.28-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sherpa_onnx-1.12.28-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 44e91ecec231198ec5c35c208e4ec7b43a7f1f04a7ece455f5240fe66af05553
MD5 c71b06a6917b12b2fc88a31d0ebb37dd
BLAKE2b-256 f9721cbb0a5a2fff471d6cb7b1518ba8563a4dd680c887d6a7024fa073f1ee16

See more details on using hashes here.

File details

Details for the file sherpa_onnx-1.12.28-cp311-cp311-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for sherpa_onnx-1.12.28-cp311-cp311-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 bd80975a1a89e172ab32868f0b7bfab0bb89829f767f01152c0cbedfc244c395
MD5 3b90ee860b8f52280640c02253a14da9
BLAKE2b-256 c308e3070dec51d6792a452c589ca7b0183e2ef7c5cbd344753d29512302e31a

See more details on using hashes here.

File details

Details for the file sherpa_onnx-1.12.28-cp311-cp311-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for sherpa_onnx-1.12.28-cp311-cp311-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 368e85b8da29983420058b52833a77aeabeefbda5ea1930e9a2a78a26c68d4aa
MD5 d04587868e0e7515a7039a7acf8d2bc0
BLAKE2b-256 cc7650a7906da93912377552540cfbd551c8883a2a4f72ac6f97103f854f5ced

See more details on using hashes here.

File details

Details for the file sherpa_onnx-1.12.28-cp311-cp311-linux_armv7l.whl.

File metadata

File hashes

Hashes for sherpa_onnx-1.12.28-cp311-cp311-linux_armv7l.whl
Algorithm Hash digest
SHA256 75ba0d1ac49cbf34d352f86d49731d052542051661d0ed52bb335fd4aff67674
MD5 48563eb52f34f303171de48970bb36c5
BLAKE2b-256 836c1f6017d5d623eca7496b924fc62aefe4afb2ab6da122414f2291117571ba

See more details on using hashes here.

File details

Details for the file sherpa_onnx-1.12.28-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for sherpa_onnx-1.12.28-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 956930df4b150acdf9b3d076b7aa59e39d9cdc22d35067a1b459443d39fd2717
MD5 4c21d175de9cd244647914b949c694ca
BLAKE2b-256 bbb6645b9b6b76dd980e0658892f6ae7f2329b2b532bb608eedfe5681ea142d5

See more details on using hashes here.

File details

Details for the file sherpa_onnx-1.12.28-cp310-cp310-win32.whl.

File metadata

  • Download URL: sherpa_onnx-1.12.28-cp310-cp310-win32.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.10

File hashes

Hashes for sherpa_onnx-1.12.28-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 690bdf4010fa9a7b91d67e58a19591119aa97b85e0d1371a6b4e0e25406d7da7
MD5 fbe263fdc3ce822d5c94ea20b3d7c8b8
BLAKE2b-256 6a41241f5c4f13206220d25bbaac14d83f1cd562d06e389f89e1f9f0272014ea

See more details on using hashes here.

File details

Details for the file sherpa_onnx-1.12.28-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for sherpa_onnx-1.12.28-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 15560b9a57597dda63ceeb76257180e519d5dd68663651ced753023438a6e0b4
MD5 1f0c33d7256d478e9b4f279a9ab14d3e
BLAKE2b-256 37bd64670eba9fc028e7b0bc214bce5870b91b7fabeb6f4b6e493b52896b8c7f

See more details on using hashes here.

File details

Details for the file sherpa_onnx-1.12.28-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for sherpa_onnx-1.12.28-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 d9983282bd1e20f797873459e7290175f3d571f9a05d74729d11621b642ccd93
MD5 dc684f83e5c26cef312d1fcab78222d8
BLAKE2b-256 14cb5552d9aafd6c9fb5a17653d11ac2e111e7789a43b0f9f258fa23e85adfb3

See more details on using hashes here.

File details

Details for the file sherpa_onnx-1.12.28-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sherpa_onnx-1.12.28-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 20289d1435b9657e42697a9348806375e41c80601039bb49f7677e6f2101490b
MD5 687eb705a30c7613928dd748b9b3e356
BLAKE2b-256 d9ab09001a601b61c272c8a2cfe03c7c3dcf0c9ea252b54d5026aa77ede6b2cb

See more details on using hashes here.

File details

Details for the file sherpa_onnx-1.12.28-cp310-cp310-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for sherpa_onnx-1.12.28-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 028b06cd207246549bcdf14119c7356d2230f575b563e6bd072a29295b700120
MD5 7252f94c3a7131d6365b26ce6a6c93c0
BLAKE2b-256 fe4c83c19fa45a2aecd9be71bb43a7b90150cf1e428631dc66b49de88be18706

See more details on using hashes here.

File details

Details for the file sherpa_onnx-1.12.28-cp310-cp310-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for sherpa_onnx-1.12.28-cp310-cp310-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 be947eeced16493138681f7185c9454f4b5fd42b11ead4c33fffe94eafe4e6a5
MD5 51df2dbc64b3eb2f644b6bd37107b943
BLAKE2b-256 10c7e22fca2370626fbe23a197a9ab6e94cccd9426a5bca6b678bfda27e4fdcf

See more details on using hashes here.

File details

Details for the file sherpa_onnx-1.12.28-cp310-cp310-linux_armv7l.whl.

File metadata

File hashes

Hashes for sherpa_onnx-1.12.28-cp310-cp310-linux_armv7l.whl
Algorithm Hash digest
SHA256 7bd09f315067f9a8f421a3a1b94f37ab276cb07e2b3dcd5c35a9c8e10382ad58
MD5 42e951887a33bce2433f6448e0b2e53b
BLAKE2b-256 54d88054642b6e8e332ce1a270770f08aec819d4a722478b3b43019acfc83e70

See more details on using hashes here.

File details

Details for the file sherpa_onnx-1.12.28-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for sherpa_onnx-1.12.28-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 094dae9b70c9e95858abc552edfe147893b4c135818982596f36b490e7e0782d
MD5 0ebbe21ace4987f2d0de1250c784c637
BLAKE2b-256 1b74613b879b0b9d6a3f730fb1aa31935225ab90729619156c379d6b1989a169

See more details on using hashes here.

File details

Details for the file sherpa_onnx-1.12.28-cp39-cp39-win32.whl.

File metadata

  • Download URL: sherpa_onnx-1.12.28-cp39-cp39-win32.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.10

File hashes

Hashes for sherpa_onnx-1.12.28-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 d896f79483f2699ad069404d1890f8f2f6c076d88bd9ebd9e063d08cc931b78f
MD5 63bc2598dfbf8181d550934d7981c2f5
BLAKE2b-256 2e07f1be1eb17dc512fe029f5be0e759f0609b86f39c547793e1b0d39577d59b

See more details on using hashes here.

File details

Details for the file sherpa_onnx-1.12.28-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for sherpa_onnx-1.12.28-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 19f365599ac702d72894673a8f62a59a77b5172adabac8b632f4458403c5aa8f
MD5 e68a9b9e43a98b51d5a296bfba507d9d
BLAKE2b-256 75e4a45ee70af5d5e3fedd6a94174b298fac765aab3ea9041ed49f19cbb005e9

See more details on using hashes here.

File details

Details for the file sherpa_onnx-1.12.28-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for sherpa_onnx-1.12.28-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 b5c1329700aff96d53a31edb2e661912a7cde09097275035497f55c2a0d0f599
MD5 7def771bee8761a9db7db6bd87d4d3dd
BLAKE2b-256 4683de5b3505ee2321a7a19cc1ca3a8d43b1b1c78dd2f922e2780cf4b68744d0

See more details on using hashes here.

File details

Details for the file sherpa_onnx-1.12.28-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sherpa_onnx-1.12.28-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c4610e0462ccb09ac3b994b7e11b343f0febc6d8163596b69e0e388c788e4ad9
MD5 020aeba0626bd480be478282ca607e57
BLAKE2b-256 e420745cba1c9486b35ea79d1c747744fd0e3261ce992018b0369ec7b75e9d70

See more details on using hashes here.

File details

Details for the file sherpa_onnx-1.12.28-cp39-cp39-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for sherpa_onnx-1.12.28-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 84ef841cc4f8b6c43dff8462e8bf0ec6ab589cb1fe9b37afd3c7a64891852644
MD5 f9993c0c2484cc90a46cbc4c75e17bb8
BLAKE2b-256 1f919c976ff7c7696efde2b357f4de7d13d8209a86fff3ead3fe74695192f11f

See more details on using hashes here.

File details

Details for the file sherpa_onnx-1.12.28-cp39-cp39-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for sherpa_onnx-1.12.28-cp39-cp39-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 34be85779823e76c56cbedbf1dcc722b11dc7594bf8a168b9ac600f5f2e11fcd
MD5 02d5596c529bbb8d1916b07afc7bccd8
BLAKE2b-256 c23f4666bd9e940a2467eeb9356e83f9f334617dbf90aa81eb76ed88bf468f1e

See more details on using hashes here.

File details

Details for the file sherpa_onnx-1.12.28-cp39-cp39-linux_armv7l.whl.

File metadata

File hashes

Hashes for sherpa_onnx-1.12.28-cp39-cp39-linux_armv7l.whl
Algorithm Hash digest
SHA256 526cad93ce841bf1c4a858458d34852039005c2cc6e78822577457c08e096b1b
MD5 1f5c6f1e91e87da84fe7f7b933ff7434
BLAKE2b-256 f4deeec75d439caf9eb4421c4bb427acd91361b6a54c847bbf3945fda22691ac

See more details on using hashes here.

File details

Details for the file sherpa_onnx-1.12.28-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for sherpa_onnx-1.12.28-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 27101f8814450337ca4336e0f37e4f8bfc1d916f66bdf4a0bbf84aa2e30504d4
MD5 f25e84ee3558c49433d1f85f1c3305ca
BLAKE2b-256 572f0259627e0723eff98833d184562bbfca134284c687de04633de34aed7c82

See more details on using hashes here.

File details

Details for the file sherpa_onnx-1.12.28-cp38-cp38-win32.whl.

File metadata

  • Download URL: sherpa_onnx-1.12.28-cp38-cp38-win32.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.10

File hashes

Hashes for sherpa_onnx-1.12.28-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 b166a131dc34f6156db4928d8120ecd1eee443c0a7c91cce51a56478caf419da
MD5 3290ecb0c106f21b3bfa724fe443e7b4
BLAKE2b-256 3339102c77dea1bef88e155358ec92475e4a35124dd41aaa0d4057ea3937af22

See more details on using hashes here.

File details

Details for the file sherpa_onnx-1.12.28-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for sherpa_onnx-1.12.28-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 87bf7cfe8e6a5f1d751b93c154c91996e37cab3e6d04ea5fd274e0c4fb4e0aa4
MD5 87ff71a8dfef042008082ad3291ac791
BLAKE2b-256 5728247ff66298d5b219bbe4dd367400e349dbfb088302da1b2ee491739e5bfd

See more details on using hashes here.

File details

Details for the file sherpa_onnx-1.12.28-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for sherpa_onnx-1.12.28-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 dac5a604ce935fc1ed1c2107b9392e01c5489c4043daac609f5b9c9081c4158c
MD5 84bfe702b565a5245fbc2b5d1ac53c15
BLAKE2b-256 1e5094ea7e81acb673248f946707b8b426f0419c06830ec2676350087f50203d

See more details on using hashes here.

File details

Details for the file sherpa_onnx-1.12.28-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sherpa_onnx-1.12.28-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 aaaf0021e53ec6f3faeae925898c81451f70ab5831bc61d413eea94956595da0
MD5 e45076ad7d06407a09fa5aec92c162fd
BLAKE2b-256 ceb9a9e3ed62dbcf589c89933a262b1f6ac7015efb85a0b211a6fcc8c5d17339

See more details on using hashes here.

File details

Details for the file sherpa_onnx-1.12.28-cp38-cp38-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for sherpa_onnx-1.12.28-cp38-cp38-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 b91ab7a296876e139ca560483a3a9c1de9aa4e437c695e879f3195ae2eaf7aad
MD5 7c618e06f763516abc1633f21ecb60c1
BLAKE2b-256 501338b324689f314ddaa3048128e97c190c24311e67e766369001d644ced22e

See more details on using hashes here.

File details

Details for the file sherpa_onnx-1.12.28-cp38-cp38-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for sherpa_onnx-1.12.28-cp38-cp38-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 dacd544c0673d9f8c4d9ba255040ffa558ad464de02a0e53c14d06494cf253e6
MD5 a4c51b17df76d762eb197fa50dea721f
BLAKE2b-256 f8af55fe775bf83b38eb8e385c4967d3933c427160ebd281566ac793642555e8

See more details on using hashes here.

File details

Details for the file sherpa_onnx-1.12.28-cp38-cp38-linux_armv7l.whl.

File metadata

File hashes

Hashes for sherpa_onnx-1.12.28-cp38-cp38-linux_armv7l.whl
Algorithm Hash digest
SHA256 db5976bf7e7f36e72d1fcd82e110ef08c2bdac1a900f91e20c15069a2a22054c
MD5 f786a2af3f789d09a173d9beefb89083
BLAKE2b-256 4d2c386f1a58b2378e47578882a0d2e9b32fafd4823c9daea06ee447e400f2fe

See more details on using hashes here.

File details

Details for the file sherpa_onnx-1.12.28-cp37-cp37m-win_amd64.whl.

File metadata

File hashes

Hashes for sherpa_onnx-1.12.28-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 2f6da259b97a34a35bcfd854714ebc3f23bd36d964d8f9d82fe8a859c291630a
MD5 7cba38cc605173b339629d5a7714b191
BLAKE2b-256 286dce5bf583c6efe24519ab47ef3b19cf0c9de6703db026ac84e956bd321ffa

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page