Skip to main content

No project description provided

Project description

Ask DeepWiki

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
✔️ ✔️ ✔️ ✔️

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, DPDFNet)
  • 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 地址
Voice cloning with ZipVoice (Chinese+English) Click me 地址
Voice cloning with Pocket TTS (English) 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

Sherpa Voice / @siteed/sherpa-onnx.rn

React Native wrapper and demo app for validating sherpa-onnx on iOS, Android, and Web, including ASR, TTS, VAD, KWS, speaker ID, diarization, language ID, punctuation, audio tagging, and speech enhancement.

Speed of Sound

A voice-typing application for the Linux desktop (GTK4/Adwaita). It captures microphone audio, transcribes it offline using Sherpa ONNX ASR models, optionally polishes the text with an LLM, and types the result into the active window via XDG Remote Desktop Portal keyboard simulation.

VoxSherpa TTS

VoxSherpa TTS is a 100% offline Android Text-to-Speech app powered by Sherpa-ONNX. It supports Kokoro-82M, Piper, and VITS engines with multilingual support including Hindi, English, British English, Japanese, Chinese and 50+ more languages.

Generate Models Library Settings

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.

fcitx5-vinput

Local offline voice input plugin for Fcitx5 (Linux input method framework). It uses C++ with offline ASR for speech recognition, supporting push-to-talk, command mode, and optional LLM post-processing.

Video demo in Chinese: fcitx5-vinput

Wake Word

A VS Code extension for hands-free voice-activated coding. It uses sherpa-onnx for real-time keyword spotting (KWS) to detect custom wake phrases and trigger VS Code commands by voice. Audio capture is handled by decibri, a cross-platform Node.js microphone streaming library with prebuilt native binaries.

SmartSub

SmartSub is a local-first cross-platform desktop application for the complete subtitle production pipeline: audio/video transcription, subtitle translation, proofreading, and subtitle burning/muxing.

It natively integrates sherpa-onnx to power three offline ASR engines — FunASR, Qwen3-ASR, and FireRedASR — delivering high-accuracy Chinese and multilingual speech recognition entirely on-device, with no file uploads required.

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.13.4.tar.gz (982.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.13.4-cp314-cp314-win_amd64.whl (2.3 MB view details)

Uploaded CPython 3.14Windows x86-64

sherpa_onnx-1.13.4-cp314-cp314-win32.whl (2.0 MB view details)

Uploaded CPython 3.14Windows x86

sherpa_onnx-1.13.4-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (4.4 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

sherpa_onnx-1.13.4-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

sherpa_onnx-1.13.4-cp314-cp314-macosx_11_0_arm64.whl (2.1 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

sherpa_onnx-1.13.4-cp314-cp314-macosx_10_15_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

sherpa_onnx-1.13.4-cp314-cp314-macosx_10_15_universal2.whl (4.4 MB view details)

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

sherpa_onnx-1.13.4-cp314-cp314-linux_armv7l.whl (11.9 MB view details)

Uploaded CPython 3.14

sherpa_onnx-1.13.4-cp313-cp313-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.13Windows x86-64

sherpa_onnx-1.13.4-cp313-cp313-win32.whl (1.9 MB view details)

Uploaded CPython 3.13Windows x86

sherpa_onnx-1.13.4-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (4.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

sherpa_onnx-1.13.4-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

sherpa_onnx-1.13.4-cp313-cp313-macosx_11_0_arm64.whl (2.1 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

sherpa_onnx-1.13.4-cp313-cp313-macosx_10_15_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.13macOS 10.15+ x86-64

sherpa_onnx-1.13.4-cp313-cp313-macosx_10_15_universal2.whl (4.4 MB view details)

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

sherpa_onnx-1.13.4-cp313-cp313-linux_armv7l.whl (11.9 MB view details)

Uploaded CPython 3.13

sherpa_onnx-1.13.4-cp312-cp312-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.12Windows x86-64

sherpa_onnx-1.13.4-cp312-cp312-win32.whl (1.9 MB view details)

Uploaded CPython 3.12Windows x86

sherpa_onnx-1.13.4-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (4.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

sherpa_onnx-1.13.4-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

sherpa_onnx-1.13.4-cp312-cp312-macosx_11_0_arm64.whl (2.1 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

sherpa_onnx-1.13.4-cp312-cp312-macosx_10_15_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.12macOS 10.15+ x86-64

sherpa_onnx-1.13.4-cp312-cp312-macosx_10_15_universal2.whl (4.4 MB view details)

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

sherpa_onnx-1.13.4-cp312-cp312-linux_armv7l.whl (11.9 MB view details)

Uploaded CPython 3.12

sherpa_onnx-1.13.4-cp311-cp311-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.11Windows x86-64

sherpa_onnx-1.13.4-cp311-cp311-win32.whl (1.9 MB view details)

Uploaded CPython 3.11Windows x86

sherpa_onnx-1.13.4-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (4.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

sherpa_onnx-1.13.4-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

sherpa_onnx-1.13.4-cp311-cp311-macosx_11_0_arm64.whl (2.1 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

sherpa_onnx-1.13.4-cp311-cp311-macosx_10_15_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.11macOS 10.15+ x86-64

sherpa_onnx-1.13.4-cp311-cp311-macosx_10_15_universal2.whl (4.3 MB view details)

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

sherpa_onnx-1.13.4-cp311-cp311-linux_armv7l.whl (11.9 MB view details)

Uploaded CPython 3.11

sherpa_onnx-1.13.4-cp310-cp310-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.10Windows x86-64

sherpa_onnx-1.13.4-cp310-cp310-win32.whl (1.9 MB view details)

Uploaded CPython 3.10Windows x86

sherpa_onnx-1.13.4-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (4.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

sherpa_onnx-1.13.4-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

sherpa_onnx-1.13.4-cp310-cp310-macosx_11_0_arm64.whl (2.1 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

sherpa_onnx-1.13.4-cp310-cp310-macosx_10_15_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.10macOS 10.15+ x86-64

sherpa_onnx-1.13.4-cp310-cp310-macosx_10_15_universal2.whl (4.3 MB view details)

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

sherpa_onnx-1.13.4-cp310-cp310-linux_armv7l.whl (11.9 MB view details)

Uploaded CPython 3.10

sherpa_onnx-1.13.4-cp39-cp39-win_amd64.whl (2.3 MB view details)

Uploaded CPython 3.9Windows x86-64

sherpa_onnx-1.13.4-cp39-cp39-win32.whl (1.9 MB view details)

Uploaded CPython 3.9Windows x86

sherpa_onnx-1.13.4-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (4.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

sherpa_onnx-1.13.4-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

sherpa_onnx-1.13.4-cp39-cp39-macosx_11_0_arm64.whl (2.1 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

sherpa_onnx-1.13.4-cp39-cp39-macosx_10_15_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.9macOS 10.15+ x86-64

sherpa_onnx-1.13.4-cp39-cp39-macosx_10_15_universal2.whl (4.3 MB view details)

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

sherpa_onnx-1.13.4-cp39-cp39-linux_armv7l.whl (11.9 MB view details)

Uploaded CPython 3.9

sherpa_onnx-1.13.4-cp38-cp38-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.8Windows x86-64

sherpa_onnx-1.13.4-cp38-cp38-win32.whl (1.9 MB view details)

Uploaded CPython 3.8Windows x86

sherpa_onnx-1.13.4-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (4.4 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

sherpa_onnx-1.13.4-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

sherpa_onnx-1.13.4-cp38-cp38-macosx_11_0_arm64.whl (2.1 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

sherpa_onnx-1.13.4-cp38-cp38-macosx_10_15_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.8macOS 10.15+ x86-64

sherpa_onnx-1.13.4-cp38-cp38-macosx_10_15_universal2.whl (4.4 MB view details)

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

sherpa_onnx-1.13.4-cp38-cp38-linux_armv7l.whl (11.9 MB view details)

Uploaded CPython 3.8

sherpa_onnx-1.13.4-cp37-cp37m-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.7mWindows x86-64

File details

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

File metadata

  • Download URL: sherpa_onnx-1.13.4.tar.gz
  • Upload date:
  • Size: 982.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.13.4.tar.gz
Algorithm Hash digest
SHA256 29547692418513ad88034c2b5f98985e33042b2351e4ab375469f19a8de18c5f
MD5 9934e9397d62f76211fa3bd5243c81db
BLAKE2b-256 caf8735244770b4bc63f85fabdad0e46d6ec1f4cc24e64f6e082c2e0fea92b8c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.4-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 cb1834182c4047b8edb1dceeed8d5cf7d6e10295a4079e5e0fea674b4314db06
MD5 1b24f6922b679a9d5ce120633c347f99
BLAKE2b-256 89021e10f71be635a3f9ef793b07ab88ddb7afa82ab722f3ea275a4877da1bcb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sherpa_onnx-1.13.4-cp314-cp314-win32.whl
  • Upload date:
  • Size: 2.0 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.13.4-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 39af016b9fb7c053da2270e44182fb8932eeab991dcdc963bbc4366324e9ec51
MD5 70282eea31a0cb6e5af9f18b8351778f
BLAKE2b-256 961ca80bfad89846ccb1da4d18ef46bf364c83cff9514a0e298110c8de480e14

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.4-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 16b046f1c7ceecf666947d652c928278c377847db7f697c9e94af9feaf20ac2c
MD5 dd5612956ca0e33ddbfb8410703c4477
BLAKE2b-256 5a4b49b4be95af2e12bfa8a92a7eba720cc68e4da178847ffa4ddb66479d4e9c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.4-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 7a6bf37e45727b0e94661a29b34927e9edc4b3849411cc38036e30d81df48d31
MD5 6b4c65be9255d06f57a53f12fcd63ce2
BLAKE2b-256 8ce58c601626448358ac8571100db051f35af5ef02c1d12ab1cb026436474a22

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.4-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ff38ac153527fda0f6158e7c097b66e980a6840455d908e037ce09a4a4c1ce14
MD5 aea37240b87e2274af675ccb1d7c9e6e
BLAKE2b-256 1fb529997d7de29cae8e3f54e8a993fcf14d48d5a7960deab10df479fcbc7d64

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.4-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 972137cbf19d501ea6a51857528b340ce1c3d204571e3d56dcc72eded5827418
MD5 22765179ffc9750c0e57035db9055021
BLAKE2b-256 9a90191b3b73af1b54584f9f96e256d9ca9f6f3781cacdb4287c7efea6b25094

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.4-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 ff9237b98c173dabf8f5f6317c4ead54afd4b35179b03be652f65e1e121bee74
MD5 0b6529970e236e3b6fbf43fd36f2f4e0
BLAKE2b-256 cc0f7fbed45ef8437d20967f4577514e8903b7f4a87a8cea9b9fed9e2b18fa45

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.4-cp314-cp314-linux_armv7l.whl
Algorithm Hash digest
SHA256 7ddb3d46fe0d6cc745d222e055844dbb24fd4e66935d4ead67d1315911ea7a46
MD5 5cfc4db6f0f83b06bd5f086e75b05a31
BLAKE2b-256 8e9ecb97cf04c0c4de0a1d43463952e387a938eea8f6ab94e2eb95af21162f57

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.4-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 17050fdfb48d37ae996364f697c554a1399740d18e5a56b143c011d00cfed3e0
MD5 ca94d0254e7e6a80e8af2c6130efb787
BLAKE2b-256 8240ee8a0a8c83fc6d7f5245a5a031e471d3b115e20cce867e7abb2f9d4185c9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sherpa_onnx-1.13.4-cp313-cp313-win32.whl
  • Upload date:
  • Size: 1.9 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.13.4-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 0cabb508a15be22138f9fb7695d7ec5f3893ecd088ee419b9df559fed7e8f649
MD5 d44e357ce1cbf1ec63a498acf9a58626
BLAKE2b-256 449084205ff383ba9335c3821c2cd6d514350f52199cb640ec094517f1f911a0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.4-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 88af596be24eac32982dd64fcac30af99d9130ca498bfa1a0064189c8498195b
MD5 5bc6079330197a8555b6efe711140914
BLAKE2b-256 db47da3ea14ab647a4f6580227853fe29353e1173ff77064d42c0bb31d01b453

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.4-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 a39352ceb2ec6671a1f252fb768fff75bb2f0bc849cca5f66f490e89910a860d
MD5 6b8110f73a699c3a1b7f6b0e98296a37
BLAKE2b-256 6dc2281d84dc9e448ea99d7fb77708cbe1cc7cfd8c7d669727dc94385a9e4ca5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.4-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8ec5394b4ea73bf01e6883cf078348f87350f4eb3567d51d92cae77ea2582403
MD5 e0eed218408c975090d4b68244cf67f3
BLAKE2b-256 21edd07787dd4be4119e6587c840f6b417c2d57c14d694d334af609d68cb5a41

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.4-cp313-cp313-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 b4f54363b264b16148a724b4442f00cda97fcd4e9beeda3d75637753910e8557
MD5 4e2f9210f2d80b8ebe731616e761e38c
BLAKE2b-256 622809aa9461e8bdf894ba8466e047e40fb5da8aaa6d68c19cf1e2aabe01e706

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.4-cp313-cp313-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 083747c2d0362ead0501cc773a618be19862a800b3f8f259d3bd3486f1494af4
MD5 63e8c36dfb9ff996cbfa2eba9b2d0ced
BLAKE2b-256 68d71e9a7dedab2da8af1a8417b4f4d5f496bd7700a71b59c5e085de5e10761b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.4-cp313-cp313-linux_armv7l.whl
Algorithm Hash digest
SHA256 9e98dc5e0559ad953f227fc884958c71b10c65a93667331405e7d4441ed5f76d
MD5 8828175fcceef6806add25e9764ae923
BLAKE2b-256 4b3645b17335f041f1383f6fd142ab57c2d8a337ba2386b7547b125ec9d780af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 b8436ffe2763b3fd522fbac8fe53f47d611721c84819c241acfb65d122403d7d
MD5 f44172e1fe90b0478328b42052096dc5
BLAKE2b-256 bbbb1e723ab703a1e354f390de19981ec0c347576f87be01915d826dc6fc9f41

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sherpa_onnx-1.13.4-cp312-cp312-win32.whl
  • Upload date:
  • Size: 1.9 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.13.4-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 d49928a3455bae1dd4e93f6b013cfbd2c3ccb5cde74aabae3710b656e7d79b6b
MD5 bf3eab1f9c08e8ea9c548e388c74fed6
BLAKE2b-256 d404cfd543933ae24430d124e533847c73a84a5f0efd60f07bbc6403032f9624

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.4-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 5f0158f3513d3adab1ebba0c26f0c815e53ba13b96846d92ef095ae25d648860
MD5 cc0deea79dc26e556f0b8a262eede86b
BLAKE2b-256 ccb18dfe5d1d72c92ea1c95db999a95b61bfbb9769f1c569f06e572eda095c52

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.4-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 f709e6dd02ebf7d37dcb02d5eadc5fb66c9922dd5809df770c1ef5d625ae7a44
MD5 769fabbdb259d4508c262ac244e5a0d2
BLAKE2b-256 f4909b67ed3e7adc79daf0ba49c4936a691521488125b04fe469b64a8b5398ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.4-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 84e58b5a074b97c5307c9b6221d1d20fbf412a1a5dff4960ca9c32bb5184219f
MD5 4c2c1f9ae82f4c31bde2dfc303fbf988
BLAKE2b-256 fc79ee999f0c3b7789077d0939716a38234573d139f851a31409aa028fe2c610

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.4-cp312-cp312-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 02b57dc2c829976eb842e6aee6a0e4ac3b9991aeb5afa89fd44eb71d848a4ecd
MD5 8372dae9777e3acf96f4f0f8412e5a6d
BLAKE2b-256 823707f03e97f157b206f6e62d722ec7c5ff41c7e9dc6aa2dc7de69b57e39b5a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.4-cp312-cp312-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 2257545ea170f58b7977309793979d6d078761b7fdb0528561285f8ead4169db
MD5 5d6495c82c560f00c8cac64075431f1d
BLAKE2b-256 e834b6d3483b08ec8a4a141e978c4b92530fd0a61dd571a575c1fe24bee300d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.4-cp312-cp312-linux_armv7l.whl
Algorithm Hash digest
SHA256 bcf64f2d853a1afe236e9e220df62f2f53ef6ad792ca7e406d6173ec003319b8
MD5 01f91a59d7015a9332f081644458bed6
BLAKE2b-256 8e57179e3a6c1fec33aa6535051feddd5da36e5622d35630b12a67a2805b76b3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 04a82d79c13a4ce2bd9ccf51de93e83cbfc7bc50520c53e5e967565100d0724d
MD5 3e8130353550d9b48d72fc805f603df7
BLAKE2b-256 7eb1ae1c113ac9c67dcabbed559f50950c7220a62e49e6b5acb4c2219ab22409

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sherpa_onnx-1.13.4-cp311-cp311-win32.whl
  • Upload date:
  • Size: 1.9 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.13.4-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 1d746b8c6ed1ce9eb94868d71b5ea9c22274b8cb166420bd1772f7df470b753a
MD5 ae34f8162bf2fbbd1a7682a0952738b4
BLAKE2b-256 b5732fff5d28669e91851e981d223c50aa21f90d712a4551dcb51c231b3a27fe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.4-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 fbfc385b98d730080e1b12dc94c604be3867e4fb7bd6b15b830eb33cbf390111
MD5 3340c40be1a4201fc9ac9c734ca062b6
BLAKE2b-256 e0ac88b4e1ce614ddebe2484e95cad4b19d7db24f3b489d04f9877667cb48ccb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.4-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 7c4a1c178eb801af92f70120128c1f956b5388b9d684f0af2a08614e05dc3047
MD5 c9d29fd774c00a15d3530c0c6c306dd4
BLAKE2b-256 eacbc80832f800719c72fc5805a94fe489e805fc67156e102927609917ad8f67

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.4-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c2d4337b80b54dd68f566cab941a2ad47ab6cfabb68e88002ee0c920493c16d3
MD5 c54c52972f0e2df0ff6872d9a5fe6074
BLAKE2b-256 e8934385fcdb1f197521fe13fa887893cc200d27569d3cbcccf0d7b92d6a9e62

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.4-cp311-cp311-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 c3e9f96a07570faefca8e3aabcfb78690e680d188d5d44d06fd8711185fe37d6
MD5 76dee40f5317ecc5964253ebd537bbdc
BLAKE2b-256 41c8a2ff828ce9a2702b607c25f6303b21d7d41b6ad1520f660b95a0113f4051

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.4-cp311-cp311-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 5d35aeb5ad13b54cea0d6fed681660f6308acb841de981745e33d457255b9134
MD5 4113f89b10913f90520fb4f110367649
BLAKE2b-256 1d41b750ec336f882e75c5e23c9ad5d52b0902be2337cc50d13ce68cde9e4459

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.4-cp311-cp311-linux_armv7l.whl
Algorithm Hash digest
SHA256 8e1cdbd53b432630a81ea479ce5bad6aa8192eb4a458d8c9432c54052cb9cc7d
MD5 7d9d5397b4ed22baec9309a608442bd0
BLAKE2b-256 2a4f6ab541c5b2a4b2a6e9970edc4b558f270f7b6624c861eccb85126ccd279c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 a65ce46181639d8a8273a56f4865b0b5103000ad1e68d7fcafc8ff7c1ba596a5
MD5 a41ae6e1f6f5ed5205a39419f18424e0
BLAKE2b-256 6578ed40a21e7062df970493e13730dc311cb0eac636552bb21552380786ff96

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sherpa_onnx-1.13.4-cp310-cp310-win32.whl
  • Upload date:
  • Size: 1.9 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.13.4-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 ee770825c1883e062599962d81efd954ff1eb12ea1d10371b37ed19aa3424957
MD5 6a1ff52f4b52eed1599107c0bf26ab84
BLAKE2b-256 3045e98cd45164e69bff59ebee87fe962ca688545f0c0482b428f8020a5293c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.4-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 a71a0071312123d9ff5b5126bf41b8f510e09e828c4f24b7d8635bdac51953ef
MD5 3c62f5c0652da620f95975f4a1dcf7fe
BLAKE2b-256 24e126ea38758da5521cd82b59f26f8b9b7a92da89415b33215b8d1781415c5f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.4-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 9c4307d9631a8699d8ef9d7153c99f7726b3a8249642742d21dc48a2cd132c7c
MD5 42fd11e5a1cb5694aa9850bbb0ea4f1a
BLAKE2b-256 5cc5f6c41f145a35cbe39d2a59c0cc2e18779c2991fa242378552862830d07d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.4-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 56b5a45c0858cab70826f28445009f86bf49862a77baaeb5f1ae672fe87bf463
MD5 236c9528e584c3030e8097e3ad43c974
BLAKE2b-256 6424f22d1d8be2edbca36e8246ce1c6ebc44a7bf26b06150b805060a19d9d32d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.4-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 6c1a4ec6dba6f5274b8b2233580c8e376d98c1292a2939a17d6cc7d8f36fd25e
MD5 e354de36c19089b114c87a6db936a8b6
BLAKE2b-256 11c95b895cddb81b86462dca08498bfdd29692957df0e02b2eb1f8baf5fff829

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.4-cp310-cp310-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 68d3f541eea8631664227f0276ecb2debe29c6b766398c4a25dd3bf601b1d7ab
MD5 fdcdf0bad022c46a3e5a2de90004a65d
BLAKE2b-256 d2c789a37cef0f003a3a6a345a04d65a0569be50b1c36397205f83e7e7a95cc4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.4-cp310-cp310-linux_armv7l.whl
Algorithm Hash digest
SHA256 3aeac6d31bed3217fb0d762eeddc5a23713744b903508059a457aada0988fccc
MD5 099b5537d85bcdee831f76a20506f35e
BLAKE2b-256 4faeccdaa700b000f27a1d0dd6cc3cfc4574f545843fe16236e17ee911083a71

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.4-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 37d717a5d1702137eabf8a2454628ca03e51a9fa26da36f2d39adbd38f4d2c16
MD5 4dcbf8a151d6d873ebd004c71b235622
BLAKE2b-256 913fab1a8831b8e798fc30bb9af2156a16a8f43864846634686bdc3f31799f65

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sherpa_onnx-1.13.4-cp39-cp39-win32.whl
  • Upload date:
  • Size: 1.9 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.13.4-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 d6424176b795c50f29a73aa1a1593e83df3c00cb9391cda7ff8b321c40ac34d0
MD5 aa90d78fc005ff2ebc2a0b368dcca894
BLAKE2b-256 83efc5458c222f1e3ecca60aa43cd5005a6203ce3be9593abc54a97a57581adf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.4-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 852ab242dbe4dfae3f2a3baeabfc75a062379b006c92a3f8b4a489fab5c45df2
MD5 9af4f49e822e52b009b543392978a47e
BLAKE2b-256 d2acb0615ca4ba59d94f183c8f96ef621bd29fcff5f79fcf0e292fc79dd72ace

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.4-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 24636a0ab399a15537d119ce030e7cad7d41a203ed02b9d1f14cded7a6dacba1
MD5 206a3201853b743dc978b4cb85aeb229
BLAKE2b-256 3cd5a336fe02982f6a82676d3fb45a68ee52f526c6537f8e7f38a321f63bde4c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.4-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 28471dfec52de604c36eb2180c3877501a478eaf66e3b861c3b3447de22ff6be
MD5 18c8ff35d5f8b408594fcec697734072
BLAKE2b-256 9c646606baa1d9ba715b7ce60b12edf8d5c9c3f29bd2ae461c44416ef9327b2c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.4-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 d2d7e15d89b8e4b79495f225c8d422ba2ecf683a6dedbee271e7cd58b545b497
MD5 0fef6a19deb9341ad6ed9f4d116810d1
BLAKE2b-256 9be05f3f3460a356f265481b14488d728b5affa73ce6007548a5dbef6cee6721

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.4-cp39-cp39-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 0d994250746180a585538df680727920691c09249ce4520aaabe1db5e2604f2a
MD5 7b996aaecdab80582af644cb46518959
BLAKE2b-256 e0d77236f88f6804d6f934b1a204605bb3c8fbec6ed23497f626d269fbfcb773

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.4-cp39-cp39-linux_armv7l.whl
Algorithm Hash digest
SHA256 2c13383b6fa530f622ec48bc4e8c5320f96a09f19376cb9fa09515093a09da2a
MD5 603f256026dfcd1572093633448b3db8
BLAKE2b-256 5829f3b0c5902670389f684220b343b01b9853dfde2eb17f05f2c14e29031439

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.4-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 0f42b625809051080e9b834686ea65eb242e9cfe62366d5153c7141a1b8a5d8e
MD5 d8d7318c156053f631e39348553041db
BLAKE2b-256 1445291b962d1f83bf9a5079905ed40d25bf3c9ff6788560ddcf6f71288b9c98

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sherpa_onnx-1.13.4-cp38-cp38-win32.whl
  • Upload date:
  • Size: 1.9 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.13.4-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 8f94e5f7e924dfde51cc8c0cd8555c225cd6639a9e79a2e6b89efa44ddc69d94
MD5 7471921b61b918408cb08bb154ee8dc1
BLAKE2b-256 83f08b5eea33dbc7cd77390386ab6131a022afb5b0271a5bd712d612b79d53f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.4-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 d4a379feee9aa8a52623188529b7d9b06b56513fb6e66571ad917ebe27b7e750
MD5 7b645b6a8ea8c1e77f5a2c709c5c8eb6
BLAKE2b-256 748cdcb2b7f769612d4a2b5f03b539c2d1e5b9856d7238c01ad3f7017c8ec87d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.4-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 467dd7f66770d6bf8a57d9b1a2a2a53e9eb11b4535636e090dc6c8835a32c3e8
MD5 1e11733338050011e8618fd72f441255
BLAKE2b-256 1e49a849f2361655ac8b20bf67164239bc0f7fc94abb75551662f45094f32181

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.4-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 11ed31021062b2b7cfddf172ba2766f2962884d88bc0ad47284d2d17f1be124e
MD5 fc95e28cd3662c4988f6718cf4c5395a
BLAKE2b-256 94934a52fa07debebbfc2ad70c4f1bc00892174feb6760aa3240a134700b67eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.4-cp38-cp38-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 3d89010ef9272d78130e36408fafc6b2842d52876048fbf9a92d8b9739033941
MD5 a36f9be2e3e75887d8eca0ba9b840f1d
BLAKE2b-256 ef6a30b6bb04d2e07aacce959d8101224fdfec1171f281c4923d8272a9620b0f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.4-cp38-cp38-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 c13f968eccb867466946bcc0f4e1bb1fef2828acf0290a5af2b7e15512b391e7
MD5 e3bc477c2c6c52728f38a43321bf6819
BLAKE2b-256 54d951b1b92c95b26e93dd23636600b75b1b34c04e71e7111ae2e178bedae75a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.4-cp38-cp38-linux_armv7l.whl
Algorithm Hash digest
SHA256 2c726bc9b9a458cfaa94904c78b7925a0cc88dc64b4a1072acc7b36a914477c0
MD5 c2e36eb4de566fd053f6daf24bf238c5
BLAKE2b-256 714432d747bb4e11e6b84c18812e01e8d833c386ee70c2b44a7c9d18d66a8a06

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.4-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 8ed6bcbb3b831452b432873ad61bbab32be82561ce2329e6a2d62884c1c5d868
MD5 55e0ad42ec908f5dc6f38970551fb5e6
BLAKE2b-256 50e5f84f61b1d5167d6900ca2508316120d3805ceb137786ad6f59d855de9024

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