Skip to main content

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.

Fono

Talk to your computer. Fono is an open-source (GPL-3.0), complete voice-AI stack (speech-to-text, text-to-speech, a local LLM, wake word, speaker ID) in one small binary for the Linux, macOS, and Windows desktop. Press a key and speak: it types into any app, answers as a voice assistant, or drives a coding agent.

It uses sherpa-onnx's Supertonic TTS models for text-to-speech, with the Supertonic text frontend ported to Rust. See also #3750, which fixes dropped diacritics in the Supertonic frontend for Romanian, Czech, Polish, Hungarian, Turkish, Vietnamese, and other non-English Latin-script languages.

Domia

Domia is an open-source local AI companion you talk to, living entirely on hardware you own. Each Domia is its own character, with a distinct personality, voice, emotional state, and memory of you and its place — and it acts, not just talks: skills connect it to the real world over MCP, Home Assistant included. Domia nodes form a local peer-to-peer mesh that shares speech and reasoning compute, while room satellites bring each companion into the spaces where you live without giving up its identity. No cloud, no accounts, and no data leaving your network.

Domia runs sherpa-onnx in-process for keyword spotting, voice activity detection, streaming and offline speech recognition, and text-to-speech. Speech engines and models are selected through per-companion configuration, making it easy to match supported sherpa-onnx models to different hardware.

qwen-audio-agent

A realtime full-duplex voice runtime for AI coding agents (Claude Code, Codex, OpenCode, and other ACP agents). It uses sherpa-onnx keyword spotting with the 3M-parameter zh-en transducer model to implement a local voice wake word: the app sleeps on idle but keeps the microphone open, and the wake phrase brings the session back with no cloud calls.

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.5.tar.gz (1.0 MB 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.5-cp314-cp314-win_arm64.whl (2.3 MB view details)

Uploaded CPython 3.14Windows ARM64

sherpa_onnx-1.13.5-cp314-cp314-win_amd64.whl (2.3 MB view details)

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14Windows x86

sherpa_onnx-1.13.5-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.5-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (4.2 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.14macOS 11.0+ ARM64

sherpa_onnx-1.13.5-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.5-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.5-cp314-cp314-linux_armv7l.whl (12.0 MB view details)

Uploaded CPython 3.14

sherpa_onnx-1.13.5-cp313-cp313-win_arm64.whl (2.2 MB view details)

Uploaded CPython 3.13Windows ARM64

sherpa_onnx-1.13.5-cp313-cp313-win_amd64.whl (2.3 MB view details)

Uploaded CPython 3.13Windows x86-64

sherpa_onnx-1.13.5-cp313-cp313-win32.whl (2.0 MB view details)

Uploaded CPython 3.13Windows x86

sherpa_onnx-1.13.5-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.5-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (4.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

sherpa_onnx-1.13.5-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.5-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.5-cp313-cp313-linux_armv7l.whl (12.0 MB view details)

Uploaded CPython 3.13

sherpa_onnx-1.13.5-cp312-cp312-win_arm64.whl (2.2 MB view details)

Uploaded CPython 3.12Windows ARM64

sherpa_onnx-1.13.5-cp312-cp312-win_amd64.whl (2.3 MB view details)

Uploaded CPython 3.12Windows x86-64

sherpa_onnx-1.13.5-cp312-cp312-win32.whl (2.0 MB view details)

Uploaded CPython 3.12Windows x86

sherpa_onnx-1.13.5-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.5-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (4.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

sherpa_onnx-1.13.5-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.5-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.5-cp312-cp312-linux_armv7l.whl (12.0 MB view details)

Uploaded CPython 3.12

sherpa_onnx-1.13.5-cp311-cp311-win_arm64.whl (2.2 MB view details)

Uploaded CPython 3.11Windows ARM64

sherpa_onnx-1.13.5-cp311-cp311-win_amd64.whl (2.3 MB view details)

Uploaded CPython 3.11Windows x86-64

sherpa_onnx-1.13.5-cp311-cp311-win32.whl (2.0 MB view details)

Uploaded CPython 3.11Windows x86

sherpa_onnx-1.13.5-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.5-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (4.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

sherpa_onnx-1.13.5-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.5-cp311-cp311-macosx_10_15_universal2.whl (4.4 MB view details)

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

sherpa_onnx-1.13.5-cp311-cp311-linux_armv7l.whl (12.0 MB view details)

Uploaded CPython 3.11

sherpa_onnx-1.13.5-cp310-cp310-win_amd64.whl (2.3 MB view details)

Uploaded CPython 3.10Windows x86-64

sherpa_onnx-1.13.5-cp310-cp310-win32.whl (2.0 MB view details)

Uploaded CPython 3.10Windows x86

sherpa_onnx-1.13.5-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.5-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (4.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.10macOS 11.0+ ARM64

sherpa_onnx-1.13.5-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.5-cp310-cp310-macosx_10_15_universal2.whl (4.4 MB view details)

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

sherpa_onnx-1.13.5-cp310-cp310-linux_armv7l.whl (12.0 MB view details)

Uploaded CPython 3.10

sherpa_onnx-1.13.5-cp39-cp39-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.9Windows x86-64

sherpa_onnx-1.13.5-cp39-cp39-win32.whl (2.0 MB view details)

Uploaded CPython 3.9Windows x86

sherpa_onnx-1.13.5-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.5-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (4.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.9macOS 11.0+ ARM64

sherpa_onnx-1.13.5-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.5-cp39-cp39-macosx_10_15_universal2.whl (4.4 MB view details)

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

sherpa_onnx-1.13.5-cp39-cp39-linux_armv7l.whl (12.0 MB view details)

Uploaded CPython 3.9

sherpa_onnx-1.13.5-cp38-cp38-win_amd64.whl (2.3 MB view details)

Uploaded CPython 3.8Windows x86-64

sherpa_onnx-1.13.5-cp38-cp38-win32.whl (2.0 MB view details)

Uploaded CPython 3.8Windows x86

sherpa_onnx-1.13.5-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.5-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (4.2 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.8macOS 11.0+ ARM64

sherpa_onnx-1.13.5-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.5-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.5-cp38-cp38-linux_armv7l.whl (12.0 MB view details)

Uploaded CPython 3.8

sherpa_onnx-1.13.5-cp37-cp37m-win_amd64.whl (2.3 MB view details)

Uploaded CPython 3.7mWindows x86-64

File details

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

File metadata

  • Download URL: sherpa_onnx-1.13.5.tar.gz
  • Upload date:
  • Size: 1.0 MB
  • 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.5.tar.gz
Algorithm Hash digest
SHA256 14bebfe71365a2c678dd94cd08efa8e79df06318b17fe8e97b2e802a7881fd5a
MD5 88fcddc61f194ae0996300cfd63e2383
BLAKE2b-256 6da18a7d8751bc71a0814f3b9332717909512a5ff919d07ed53e4baa861ef8c7

See more details on using hashes here.

File details

Details for the file sherpa_onnx-1.13.5-cp314-cp314-win_arm64.whl.

File metadata

File hashes

Hashes for sherpa_onnx-1.13.5-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 a7e97d8457a51725ffa3fcb44cb1d57bfdb780bc390a9460a65e05bf3d2851b4
MD5 8ddaffdcf3272765c9b75ad7c0b98713
BLAKE2b-256 285e9a9c63e1dcd646c5f21df6d16e6770fedd956f8a54241f3382343c6289af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.5-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 001e1c3440fe335a589c9283a68105f379ffb63f2d1d7c2878e99a5d72eaf5af
MD5 719763415bbcdb10080ed25fa86b2cbc
BLAKE2b-256 d6c2162840897a528a528bc0f76cf3516d4e3ac1445db9089caf7733df756cfc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sherpa_onnx-1.13.5-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.5-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 64cb492cf8a9751f632685c6f169fef7e5a2f449efb9923bc21b6e783a911dba
MD5 8d7f4acd94a09e6a2d58efc623daf023
BLAKE2b-256 d527cbdfa8bdcf618b28ec5cf383b073be851ff3178ea06d6f1a0fcb3c7532e8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.5-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 eb4d580d959e16c42dbd404cef0f5764ed1c024edf48d3edc43b5e2f1c96f069
MD5 e1b28fd833f45335cc9d379516a7a7d5
BLAKE2b-256 459156a439945713a5cf49080a833fbd0953936fcd50c651c17afe64478c9922

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.5-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 2a51751f6c925c405ef6ebcb2f7c44794810da79d0f2743fe57ee3daa5bc4df5
MD5 2ff20ca452990a926b40d3c83fbd6627
BLAKE2b-256 e68438531f16e2c2a0b077257b25c34c02a1c8f7f1f833d5bb61e2b2f510e260

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.5-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 97471fe025fc1d655a1df2f4ffb5d3fe843c269f2016d5e1cca4b0d168a49169
MD5 2e90eddbfb3f333c8be8259cbc9bd4a9
BLAKE2b-256 849d0cb152e3fd1aa5787ade99c4863cd8cf80d800b879e8ff47f8f99412af78

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.5-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 7582ca42ed2d80bacc984b46904cbdd058ec2b6149a8c8996d7263217a4cc963
MD5 b794e9fd070d62fc7c1679ea27872f65
BLAKE2b-256 fe906d3a1112bc4496b0b918d3a807036912f1f34fb4a4dc506f0cabf398c4a9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.5-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 1a4ea5fa45caf31093ff832ab4d198e097edbeeb2244a0d4f958e96bf888110a
MD5 f69fa54b1f4ca7c75fa30ff310507c01
BLAKE2b-256 02823f5b50f84b9a8571bdfe9939983a8e6dff75110961305315887bbc83f626

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.5-cp314-cp314-linux_armv7l.whl
Algorithm Hash digest
SHA256 a224466e750a435089311d4c763617a4d83478a2f958c311b473ea59f9cce3ae
MD5 bc22d21e2c9d7395de4915172fbee0bd
BLAKE2b-256 21a3ac238819cca1955b6b80ae802671cc7e4d688c673fb98001c21111922045

See more details on using hashes here.

File details

Details for the file sherpa_onnx-1.13.5-cp313-cp313-win_arm64.whl.

File metadata

File hashes

Hashes for sherpa_onnx-1.13.5-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 38de7f31754dfa7212beb4cc773ba05f78d028adb4c0e008920128388657f778
MD5 aea17503894a220263a2b38bd9379abf
BLAKE2b-256 02991aa369391f62a2753b5d97b0b9ecd99475410c51eada10f7079628a58c4f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.5-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 440174433b5d3f855a800d757e66812e998ec9715f5f42690afb27a6ff456586
MD5 3fa870a2e524cbd2945a80e3a3603ed8
BLAKE2b-256 5e28e8644784a897e4ba6cdc7a635d821107ce31567c90e1835a0c008ba2a322

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sherpa_onnx-1.13.5-cp313-cp313-win32.whl
  • Upload date:
  • Size: 2.0 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.5-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 80d9ec3ce2fe8b566285ef92fa2e72b4fa0aee10f73290ac74219fe415806980
MD5 8780e957434471e18f5d7e61d0938f34
BLAKE2b-256 5575b8494e30923a18db144e0035851f0364c32e63d776b62f3d2667f717f499

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.5-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 cb7c1f5ca5455b3ec008f3e09438bca6038d22b4fe5d64adb5c09bb6b84eeb82
MD5 19431d158b241e9ea9ca9b54ecc2b229
BLAKE2b-256 9a3b817cdb5770f8beafd22a04a8eda0c8253a6d07a518a09ce982d6e4152e3c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.5-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 f5a6cc5ac96043670faa0f5c0e56310315a4600cf7b764fee014e7dd75fda00f
MD5 4f7ba0998a7bba08769eb9fbe7ae7e83
BLAKE2b-256 5a77b36cd40906bef1b3a6593200587eea5c4e7c1e94d29c4fd88a876e1cd6ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.5-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 05a3effd8ea5ee78735bc28909c0fce26d9f23bf61db663e6f75f04ec0247ba4
MD5 5a125f531f96fa6e78f86508201d5810
BLAKE2b-256 6e7125f067216edcde5e78cf0d9a7ac053a2b3b17bdf131acac69447daa23356

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.5-cp313-cp313-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 2bdfefa5d16896c90d1685bde43682818e70b95e134dccc95b91dc0819adde1c
MD5 ae63d3140012658a5bcc86a8e2bda4d0
BLAKE2b-256 28582f60eb29db5f41c01ad844be34ed1adfdecce9493b12cc20bbdc6b6ad5a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.5-cp313-cp313-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 371b0eb51caa12f5f3e9c327c440a4aee6f77c163c89666469844eaefb7d5351
MD5 369c394fe51abe3f9236003a04636913
BLAKE2b-256 9eecd471d042cc85c505515e3fbaed55223f54718a9ac3a8f228a8e1b81dab6d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.5-cp313-cp313-linux_armv7l.whl
Algorithm Hash digest
SHA256 15a02d9d74143f336156cb8b4da826bc65c11daa28bd5c9099e9397b3660e7df
MD5 35d76b10d0d033d542f479ef2a1d8d0e
BLAKE2b-256 616fb70ae4c7e367e3d2dca99efc65152d22ad5d942619add19172d24267c14b

See more details on using hashes here.

File details

Details for the file sherpa_onnx-1.13.5-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for sherpa_onnx-1.13.5-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 62fc70617600af6daf355b6ab33d847355c4c316222aba97ae9b5825e77a61f1
MD5 69a9d742853b505d2be6840146b48b72
BLAKE2b-256 951c45d8167a5320464577f623bfa2091c62ce34857e10700b42c4937d701f11

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.5-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 54ff685b14db65de0b84395af8eebbd52c4da9652f20e9bd404dd9994a6673db
MD5 dd2d25981166a91af710a34719b374ad
BLAKE2b-256 8c938a2642da2301803931b50cba0e9de8f84ae419cc042c11ca94f2b12de7c0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sherpa_onnx-1.13.5-cp312-cp312-win32.whl
  • Upload date:
  • Size: 2.0 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.5-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 9bf96e80f8285a45b3ceda1fb38dbb34e0c7077f746657ddecb9a63ff245957b
MD5 cce45eaad257fbefd5ede2436e73c59f
BLAKE2b-256 6f9912a12cc7834a7a006373a9aeef389315126e624586d8aa39f64f9cda680b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.5-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 dabb0b01c39dc2abad612ae6b1394472d4c1fffd775a98ad1d8494d849f73b26
MD5 d2a69a5c7ddf27a5198bd05360029a45
BLAKE2b-256 e16e621e7c30dd1eb399f03905cbf13b50dc49fdceb90775b68a995b0773ba0d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.5-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 c33a0f14c4517b5b4483f289fb91202c218ef0eb522ea3af8d523311552ea6b4
MD5 05d9f3c283129488d8de9fd8c612f0da
BLAKE2b-256 9f13d9bbc87722217f85691ecd089344c7b85e0a4359180e4cf5862e16047e4c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.5-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ad661d93da2d45f21ca6f5cdbcbdd8a8381774e3876422624aee714c08619f06
MD5 c8365a5c67128b73b5cde0d9cec8b930
BLAKE2b-256 e3fc65ea26a48158905951f56ef08b276e1dc87a6d67595b6e1dc5d57232bc87

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.5-cp312-cp312-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 350e059c2b15879ec81775b33067b592bb8ed5c7e69fed17aacb613dd4985227
MD5 0604f5d4e447e44f618b457bd1dab118
BLAKE2b-256 44c0c6e8ed473aafdeb89c7889f23f2518ef1d30e15607f4b7a96599cc572017

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.5-cp312-cp312-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 b9bea147caf6f1cd10a82e36e00d74b9c930e40bf004037322b214897b81ecf2
MD5 61ddc08fa7c894c4e8c2ab33922477e3
BLAKE2b-256 856712fe11ebfb5c36d022e64b5545bb8951aeccc65726383ade5f51c586fe52

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.5-cp312-cp312-linux_armv7l.whl
Algorithm Hash digest
SHA256 d772c4e1b7744fa7749860f819afb8e8b36d47a0cb0202cd43b68724480e1e71
MD5 d6014acc1cc5600debd19fce42901ff1
BLAKE2b-256 23df1efec4f439d16e714f6840defde6998285428b4c882d55ad21d7c6e6e2b2

See more details on using hashes here.

File details

Details for the file sherpa_onnx-1.13.5-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for sherpa_onnx-1.13.5-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 d6e617c4ac54714636641f1cc65f063bdc938e3d0d81a2971c98ba887504cb34
MD5 fabf4eb65b131644ed08cade1de7c62f
BLAKE2b-256 1489e13ec12b2ff5d31312696a739db2a3a5b2e27809e0f9d7d32bcdc8eec82f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.5-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 05727b7db37b79a545d59b4bffc8e23078b2b8e6cb6c0ce2da0299f10628f936
MD5 170a856139c57ab533ead3f19e7d2de4
BLAKE2b-256 da9e59028b3b127057c8b608f1879f5b3c22ba082b91901ba31a70b610f66a19

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sherpa_onnx-1.13.5-cp311-cp311-win32.whl
  • Upload date:
  • Size: 2.0 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.5-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 4ad836d473ceb5a548ebe8f3fa7ee9cbb55e46835bcc6eed3faf263cc64f71c3
MD5 85cb2034d68cb92705fb389c1cf0f882
BLAKE2b-256 30a4187f3ff8083eb52d96c1f3b6fae1a8051e5e2d07ed5f1d0a7806bfd613f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.5-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 452bb53ca6464a6809b1ea338dd869bc05ba6b7a71b4674545b594045501b853
MD5 27af10f0afd45e6056d79c62665f0624
BLAKE2b-256 1793d1e7592a364c694fcb8fbac23e542df2882a35a382c10161b9035f9fcd23

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.5-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 dfedcebfe90d5079b98231e0d8ab008460c52cd44199698b464569c90dfd2124
MD5 b2bf66e46bff7fff95eefc56c2857dbb
BLAKE2b-256 e4b7d2b8671112e26d7c9b61bc8d96d45cb9b9bc8f5ec46bbd475b6420fbceea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.5-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a703ddafd4b6b2a2169bb47c6f334ae0851fdbdfbe85b884afbb31f695f88e2d
MD5 b70cc8962fae7b2d87c3628de3645d76
BLAKE2b-256 8cea9dba2eaf58c118715b4331aabbf6061de73f39806577ea9c60cd86ef325e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.5-cp311-cp311-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 6a5e9b87aa817fa6f32d9e9a6df46b365419429f577242da398a60666f75711c
MD5 1951414dba0d12ab58290263dbc7e7aa
BLAKE2b-256 f87b18175a17e2c7abc687a9c5edb2c3baab50d4a850219addfe7f71081d54ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.5-cp311-cp311-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 71edc8bf212572dedec084d920523bd9f594210bdfb03f610080efdefb88149b
MD5 a6117f9489b6980de1b1ba37520f9f24
BLAKE2b-256 7c41ffeea7fe4c7cd24835e3a487cf3788ebf714f0db4cad1f3a4e81cb298623

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.5-cp311-cp311-linux_armv7l.whl
Algorithm Hash digest
SHA256 64eb5272738fc0c5c3091656fa85f631719d645a7ba2940797fade062f4f3415
MD5 445758aba0f448fa4ef75130edf0a78c
BLAKE2b-256 3ce3ac4ec7a199a27165e8d9fe9707a98e7148382ec8e73443ccb724e65d7e9c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 245a986d1c582435090e52ae2e60d0ad146e623f987a891b7c230addc15a5df2
MD5 f4ba41654b87a23c415ddf27d951bdd9
BLAKE2b-256 5bd97cad1ead1ecf6bcbaba0022e704dcd0087a97c8d15066de665ad347b1a26

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sherpa_onnx-1.13.5-cp310-cp310-win32.whl
  • Upload date:
  • Size: 2.0 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.5-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 794aa43f7e6922ac45f298ada1a31af3e3fe875bf0b35b9e875c4cc2a0553110
MD5 a97e008576b1359db403645de8096e69
BLAKE2b-256 2b9f3e2d5de81ef4ebac9bee695adfd6c81e7342cc185e0e794aaee29f72b228

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.5-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 3fb5474be91a6604583446a650822d2ffa95d25103e851ffd36893d42f99eb93
MD5 e8e2178c4c97f705de12eadc78aaa2d5
BLAKE2b-256 ce62be45850b01500e53cd1fd6e6817f01699a53bed40202bf38de82df3f7475

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.5-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 62a70cadfd189766a7dfd01c8fe24aa0bc5f948be5145cb7e358050bc165a460
MD5 bd4ddcc3f761d4d1004bbdb6a3a743f8
BLAKE2b-256 409e9ddcb520484ca4cd0f008acf147c2e606b609e8edc079f8c0c97d82e7628

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.5-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 98512cd02fc5b1e4c1a2263dacd4f87630951e79083b85fa8e86cd5fa46e4f9e
MD5 5fe6df542a87bc36f8675f7aa742d507
BLAKE2b-256 5e0684843ecafa578385d0eec1f056bd2eec94cd28779b8fe49616bb25ee992f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.5-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 560abe7d067ff77b7b391cb8de0bc1221bd0c97ab83d587bba6f3a6657b4aff8
MD5 394f982ec896923686618fd71af0d9e5
BLAKE2b-256 d4940fdb264e90d4ec367f927cdf92d9dced6fcc6fc0c6d2c6ac58832b77f196

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.5-cp310-cp310-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 a2f1c547deb616568c5be1416013c44c0b96b8e66a4050a9b00f13cecef51d6e
MD5 96195632399d472759a19770412d2f37
BLAKE2b-256 b874dcb0dd4e841c5140bc30dcc51ec3ad0ca41891aba36c85aab839ae9eddc8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.5-cp310-cp310-linux_armv7l.whl
Algorithm Hash digest
SHA256 233b116c432e237bfa5a6c10245e7fc15996414a2bafe27dff8ed46ff518cfdf
MD5 b1f4583338fa34635deebc82b112ccc0
BLAKE2b-256 65a36bc37c77f981101b341f168704fdac1b0f2b22be386c61515783831a3b10

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sherpa_onnx-1.13.5-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.9.13

File hashes

Hashes for sherpa_onnx-1.13.5-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 f616d8a1512cb09d94fe604a23424d4b213d2e10d732987e106116f36ce08bc6
MD5 1644eec38dd3e22e0514974c58750f1a
BLAKE2b-256 7e3628cfd64485ee2eb18eeac4395948c001fae545c087cc0a0888573a1307da

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sherpa_onnx-1.13.5-cp39-cp39-win32.whl
  • Upload date:
  • Size: 2.0 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.5-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 4d6dc243be7aad695d334354fb35848540103fe21c9813d012e290f47307790c
MD5 3d1fc69612426f7867a3f745448d4673
BLAKE2b-256 d4a3ca0f6a07b905edab4f4f9e724a48c9886f152391f9bb690361f6a8a382cf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.5-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 d0ca9f0a271fb8ab2ca3fd5c4f224f4c2d9ae5f8b750262b63d6db343259c255
MD5 754a3ee6c749646792f71c1a7417be95
BLAKE2b-256 5f1e4db46e988647809a2b74014241d2ed03d6b4083759f88ca0296757bc6091

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.5-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 a23328e7c14690bc9b33b6c80c371adeb5474c7aeffb2dad94233041ffc953be
MD5 842596a3156e9ca001f304a1c85f9bc6
BLAKE2b-256 1921e8370dc604c556ed3c85f2885049d2a2b941c7e8aad0af04aa1d4b43d9a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.5-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1f1165392600997c45fd5ad4e1f85ba3809937840e071d6ac518a69c1d1db70c
MD5 c77be2b678565932b926ba3a5c28a642
BLAKE2b-256 457c1c60c105a9b95f70399a7d222ea52ce338b2517ff23e8a1a044a795aa0be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.5-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 bde7a46bc6bf657b7887e676df005676122d05e34823bbe2d0e89e9c3316048d
MD5 4ec9137c7bdbda8ff6e92730dcec63a0
BLAKE2b-256 102d2c3b481fdaa8eb5b7faff345e3e8e19fcdc52c7e04f1948cf5d80ccf7f91

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.5-cp39-cp39-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 0df008c09e744a1fafa15a91427ca8df51fef9ae1f65134cbad4e7c95f0bc1ee
MD5 2bc2a35b5650eec8070e2257be26c94a
BLAKE2b-256 6d30eff40f2884d714886ca7f5261c1ebe3152733a80ebf13402b1d45e3e2926

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.5-cp39-cp39-linux_armv7l.whl
Algorithm Hash digest
SHA256 159462de9e6cf9bccb3c8bc3ac92bd3a6711733b37aa7688182a973fe4c7091c
MD5 911906507627358a0ee84c747d4c56ca
BLAKE2b-256 2b4d0409849bc0ee6f9f1c98ec6b8325f8d6225a3e29627060973f3dadc33616

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sherpa_onnx-1.13.5-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.8.10

File hashes

Hashes for sherpa_onnx-1.13.5-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 a5871fcdbdc2467511c8018f5f58f6cdd94f4f5cc328ba7f161beda03b49dc1d
MD5 86f372c54c11dd989f56ca511f1f3aaa
BLAKE2b-256 36b17ac32bae8698ca284bcea808ea50e34f5a130211f10f6870913b39c50e6a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sherpa_onnx-1.13.5-cp38-cp38-win32.whl
  • Upload date:
  • Size: 2.0 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.5-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 af6a62fea88e605bd739c80954e060d295b35209c2edc59d113ddeba35e9aed7
MD5 bbbade7182c1bfc997b1c7e1ab7c55c3
BLAKE2b-256 6e316f67963168a925d555439583a6ccddd47f7fea716566a2bcf868378e2288

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.5-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 6cf8fae15b8f3a183aba148f3a43315b8495e6674b6040eaf2586c565ad9c6b8
MD5 36d8f58d1f09339b2049bbba959eb267
BLAKE2b-256 674476be6630481ea0149e9a7b748c59562c6d409807f29454a0bf7960987bda

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.5-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 ed76c584c99920e6c26673fad6fe4a4a87f3459254ea5d0d996c4f32537780a0
MD5 5312219f9207b85f81f621ae759b852d
BLAKE2b-256 79f8ba4280d423ef4c4701622280147f6b7f86127a70d7cbdd01782955ba7713

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.5-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 41d8a98dda1dac8155cb3a02d4a120d89fc3b3a88aeb4ac9cf4fd8f17a87733f
MD5 8e727d6fc775497e43f336b3f118a31c
BLAKE2b-256 262c890ac1b14c39792062097cf0b927be55a9399541ba0758ad06f9c5ade897

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.5-cp38-cp38-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 3fd86ac6480589cc9b474b8a00f33ffd1f25ada7e3b3424c6dc829c0fc2c2009
MD5 e1ab1276293ddf424c81a6eaaac90d9a
BLAKE2b-256 50ebb3e7d432acd15ed5e7f58850ee644ec9e58ccb3171e1e99cbee5828d6bb1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.5-cp38-cp38-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 02c140fbdbfd03b4e1d1a6f041b4328bd5e6d1fc2fd4090aca444fe1394b326f
MD5 df9e637cdc259fb2cbdc0b39d44a87b7
BLAKE2b-256 c98feab2701b2272bf271d1cf0616505e97e48a58b88fe1c693c519f81257902

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.5-cp38-cp38-linux_armv7l.whl
Algorithm Hash digest
SHA256 2bf44d6037ac35ae98cf9e3717744c86850003215f97ef8eb4f1f85844028784
MD5 e2f2f4632bdad79f5d073d387cc31541
BLAKE2b-256 f39870324ef66f6932876d232b777b59ac386037256349bf2bc2b227afd19986

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.5-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 231bad73b6b804b266de17d81b9c14fc4e8a1e3533c5d5bede5d0cf43c155a45
MD5 abe830de046e290f8c6f9075946bf184
BLAKE2b-256 82cd934d266cb7cf3be4cacb5e0af9978cae4afda635c07ac47612554153cba0

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 Sentry Error logging StatusPage Status page