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.6.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.6-cp314-cp314-win_arm64.whl (2.3 MB view details)

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14Windows x86

sherpa_onnx-1.13.6-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.6-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.6-cp314-cp314-macosx_11_0_arm64.whl (2.1 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.14

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

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

sherpa_onnx-1.13.6-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.6-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.6-cp313-cp313-macosx_11_0_arm64.whl (2.1 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

sherpa_onnx-1.13.6-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.6-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.6-cp312-cp312-macosx_11_0_arm64.whl (2.1 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

sherpa_onnx-1.13.6-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.6-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.6-cp311-cp311-macosx_11_0_arm64.whl (2.1 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

sherpa_onnx-1.13.6-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.6-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.6-cp311-cp311-linux_armv7l.whl (12.0 MB view details)

Uploaded CPython 3.11

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

sherpa_onnx-1.13.6-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.6-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.6-cp310-cp310-macosx_11_0_arm64.whl (2.1 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

sherpa_onnx-1.13.6-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.6-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.6-cp310-cp310-linux_armv7l.whl (12.0 MB view details)

Uploaded CPython 3.10

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

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9Windows x86

sherpa_onnx-1.13.6-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.6-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.6-cp39-cp39-macosx_11_0_arm64.whl (2.1 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

sherpa_onnx-1.13.6-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.6-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.6-cp39-cp39-linux_armv7l.whl (12.0 MB view details)

Uploaded CPython 3.9

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

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8Windows x86

sherpa_onnx-1.13.6-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.6-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.6-cp38-cp38-macosx_11_0_arm64.whl (2.1 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

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

Uploaded CPython 3.8

sherpa_onnx-1.13.6-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.6.tar.gz.

File metadata

  • Download URL: sherpa_onnx-1.13.6.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.6.tar.gz
Algorithm Hash digest
SHA256 d55a0e769efd9b014c2d3aaa54754288dc39c7261e9334c575d54ba22214ca27
MD5 528c0aff5efe071d1a748331eaed5951
BLAKE2b-256 a612ca1900b2ad6308f76b9f744367748ce81adab2fb70a5665acf0a6f3c34f0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.6-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 6b5861db46d126a6b97b05432e4122ba2b8505f17f2ee16c1b377c9f3251ba36
MD5 e83cd0dc218cb25e10e12cb7c6fa1664
BLAKE2b-256 3f0dcaf428b986911a9027e9e30d2735456557be3e7ea86ab70b8cd2b7fc7514

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.6-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 aa4321c92ec8b12f602664551c72cbe0c920f5002009dc9457d6e092639b0ae2
MD5 e16365e4ffe4a2937b0d329eaa4dcd23
BLAKE2b-256 207cf7f4d89088114a8b861c8b5416f14c67ca3bdae652ea2e9499f438c17dc8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sherpa_onnx-1.13.6-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.6-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 9b0bffb23a428139983c4f42753b924097b0181a74257e2e529bd70f4fb49e9b
MD5 9d851b6b3a2a60ab4291a91291885a2b
BLAKE2b-256 ea12389b69bb78339d498ffee9f2ce40e8c27d55f46f45606aaafa23c9af586f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.6-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 243e8dfb4749b4ded8893f9e6af90615a16c5df1ad7c8aa211f5207911cfe9b2
MD5 4b41e3ae5da12ab8d655bc9998a41a73
BLAKE2b-256 bd92638cb914a924d9039270113c8ecdd419a82a56072141bea85d8a88433ade

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.6-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 370cc39be2613f27640e9fd6e326556109e2202d11d1420c8ba1616fc4eb1b90
MD5 e8baad5ca52e7073e3ed3227c8a4f5e5
BLAKE2b-256 f5a005b594030df8c52e9a89e1615e3b6d59f99db1c884a33f6d5d2782045650

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.6-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 89ca7cd437bf250be60d297ffdb58b77acc5c6beef2d90e84029a0cfaa8783fe
MD5 f3ae78ae35a438a9fe86767dbeb659ca
BLAKE2b-256 b3328889ae5e10eaf1c29d0e9f7ff63ad9b5168dd7304274666d23c4a48aa841

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.6-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 afd08d1337d14d8f27f70802096c237044b3fc9c922d8b40d7f8b12d84566a10
MD5 a4e02aba6336f7da6be5375fa28acd35
BLAKE2b-256 bedeba9022fb7d5b7e7818bb456d10220702468c8be0ecfe3d164347b165439b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.6-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 3105aec59b691ba59c75148261c2d7a64614fbeb7470b8116c04e8ec01aa9514
MD5 bd287f1e0d49514ac3c4cbb961e4d859
BLAKE2b-256 2b7afd4a1b1e1580cbb6623fbb06f1b05afac69a4d84867541f4e653a422d8d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.6-cp314-cp314-linux_armv7l.whl
Algorithm Hash digest
SHA256 a7c05186d279db4e1ef8949d798c88a05b524f95743966667b70f70ea18243e2
MD5 bf93dc25db3281a02565d3603f4a9c88
BLAKE2b-256 41a362a284cba29e3c9307f24794a65167371cca1390c3b690458f15fcbb75e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.6-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 b52143c11ff064a02b80c231ce462eb8e258fc5a7b994c750ee8145ca79c114d
MD5 10e1d8b6201329a52aceabb215e1f6d6
BLAKE2b-256 c3a40e0194e561c6670315a0efc09ec80680ae43d196572974abba624ad9ac90

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.6-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 3387c754668578612aaf7795f894b631faefb71fd7d7df20c2aa41aa2dbc59a2
MD5 292b440a92235629fc89f63b49d41c5c
BLAKE2b-256 cd04a5cd9dd2a6e5073ca5fb8df28a95ecb49df71a8b3ff822aa57f294dec985

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sherpa_onnx-1.13.6-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.6-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 1743cf209361647430d83f44cd2ddd686f74a9a8442699427de4223ed1b17066
MD5 0bdb0031dace6f8aac1f62bcd2feffe3
BLAKE2b-256 a5fe26d6a5aaae30f79e987ca55e482f6a92839e579e1eb0b6dc2987e1390b5d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.6-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 5212391170d5ac2fdd02109b313cc1120393ededc2a06dd9eed731a4ca24f068
MD5 41b9c08749111d228d8c0eeee96f049a
BLAKE2b-256 fe3ec3a60cf13301363210e7a0cc72a901ae6a56e313e1d912df0017e24e6e79

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.6-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 248e3d039dba42ffeb141e7cb914f297e23199fca94e0413259dcdf5fb281960
MD5 b389c2b59bd3ea0f49a90c48c375c708
BLAKE2b-256 bff35d50f5e675d972c39d908f82b554e6e1734c2d165e6573b8b92e7b0f3aaa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.6-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cdb0f9fcaae89f8acd1ee9ce5fe89e77be3aa240cdedab3f48aa7b19800d8b72
MD5 cc77ce677ed674c954e1979a5ef1b7bb
BLAKE2b-256 fc04552c85d7f0b6ba1a1008da0568054d5c834c644f26057a24baf92dcdf876

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.6-cp313-cp313-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 0c357e37fbb958edd93841ba40723b2447d5470fc683329b8eadd32d454320c3
MD5 560007ee6c3b8366068e3c012d573b14
BLAKE2b-256 8e471d1e726b4f15bd66cbe0b73bf81334764d6025e05738d984ebdd96a78e0e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.6-cp313-cp313-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 4438843292ddcff7267e79c032b4711d3f54529434a5e225c820cc0da4c489a4
MD5 b513925799e4e41a3122eb9910547e27
BLAKE2b-256 872a31a94c922813471ef8284658d4dfeae0ceb1d94de08cd8c6728aa95f4e79

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.6-cp313-cp313-linux_armv7l.whl
Algorithm Hash digest
SHA256 788aef27900e15d1bf6482c6f745a26f6ded9b41aaa1fddbacabf6a20366e523
MD5 ccf5b36574bc4e606722cd9e46845a01
BLAKE2b-256 48525ad50062b757b0d99b297594b106173bdcc50480f512dd5ae97cd0d2bc09

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.6-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 9832c2dfbd667bcf426d611e691f87803cafcfd6c3c63230a608f8f0eacafe3a
MD5 419b1e86519e807e1a198d9b561db604
BLAKE2b-256 27600cf893fbca9addb752a90bb0eca9031234df8cfaecdca3ad8210a519a634

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.6-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 1b7b57cfd99767031b9bae9d1007094b6c14f85d4176b422438ae76312840e89
MD5 22eeec462e03bd057e485f03a9e6fa72
BLAKE2b-256 bc8f1510c5b78a933e5ed7caf61001c6018516f9b0c736cc9ffc60cdb252fed3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sherpa_onnx-1.13.6-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.6-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 964e66f35d045354df0ac97d8fb78d7d340b8749679ac918fbaf68b5338007b7
MD5 cccca6b8262a44c6fcd17ae81c304c2a
BLAKE2b-256 4d8cbaa4748cb27a281a9e387e6e2694687fcb92cd653b8b0b6d49728ab5f10c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.6-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 02d0ba3b257e1c74b30c7975ec466cac8e01e1b4599d0657ea4afa076fc49d37
MD5 86ba5bbe9f48b0dc157eb20f2a00838d
BLAKE2b-256 758c3a4bcdc71f9ea22b9ce77e2e562324a010be96b855a4cd4a73f83dc6b646

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.6-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 d33b906651760f36f59cd2399ece8cd619be8c41410733253c7b62d242b7df4a
MD5 1be2790b213a76d92d7777a06cff7c91
BLAKE2b-256 da719fe597931cfcff8c42e4631156bf5a4efb90d6c635f8dd09f1d815f221eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.6-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d6ff1a84ad68fee185f7c5deb6d50e47d5e2e8d964c2a5a994e3495567df5bfd
MD5 608c2e95335793635817f10747c57220
BLAKE2b-256 d2e98df794db2be1c4f50091399f8e5793c3c51454ee3a201e55f5e83e09bda6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.6-cp312-cp312-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 3f425892f2fd1ff7ffaf6b2b20cbaa5d0b0dd59d33dfa47f339ad2953a91f3d2
MD5 cc411a858014cf24921787d83aafc6b3
BLAKE2b-256 397a0b46d5815b7050e6490dc67843426c8561d161733fb07a50fbd4764aa07f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.6-cp312-cp312-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 6329804f59b1718a42be4bc1e146b0643c65ade4ccffd61ad7b0985f3acb1cd8
MD5 ee125b4ff638b3a4e806eb51682ce68f
BLAKE2b-256 5be0b8e760f51284180ba7c48742934f34ad6a07f285159bd1ca1b18fd876846

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.6-cp312-cp312-linux_armv7l.whl
Algorithm Hash digest
SHA256 3a97f92740696a29bc793b8d3ed95572705bcfbd4212abcde28636a72d0412fe
MD5 af77d21ae516d2997c8ddac1bd60e171
BLAKE2b-256 3741242379ed9af259b565d3075b4fa923b305a8ac983897e4f977cd9c339760

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.6-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 5a8ef48175f9bf0631a385236b1cf9476bdd8657edd143ffcfb87b69c4c5427e
MD5 db2d66a91c204b3823442aa7e73941e2
BLAKE2b-256 e148d2b70491859f08eef50dd9adcfbad3431dd02486e3e0f03ccc0136307997

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.6-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 2cfdcff8a6db07afbf929a1468d5fdeb1908c4ce20582746244ede01e9319628
MD5 7fb15ecdc142c97d081672583adbe35a
BLAKE2b-256 371f2bff44104837261ec0683ba28a64a5ab0d8ecce65e30d467216cc9fb9662

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sherpa_onnx-1.13.6-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.6-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 01f86fb0d0a9fe3a0b85135975b3e2652415e87f6630fc239ec97c7bb5ae175a
MD5 3cdb70de2a8c2cc23d2d9e19fea54638
BLAKE2b-256 77f0f3324eb9765d8ff858adb0007c660ea0413f9ffd65672d960d24fd178075

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.6-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 b780bd4c8aae35fff9e5183b982e5594f833138479daf4047a38b06cb75aed26
MD5 eb4c38df083f6931049ad9938dae9c0d
BLAKE2b-256 4d0f2c90dc06bdd75c69ef26ad92cf29754593a3fcd5e9678c06ffab4079f117

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.6-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 74e91e00f0ce2d0a4abe92a8d5231daad7bfc68c2339be7f26b66b588abde131
MD5 619567543c202db1beaceb81ea73379c
BLAKE2b-256 8cc3d92d6422ed3ee5ab647c48142b0d419f84e2fc6bd6ca424035257413c196

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.6-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8d264768feccf66244be3ad850eadc4f0a2a141c72aaf3a8c5579c385735da5a
MD5 769fef98463d1ab6724b335d2aba85cc
BLAKE2b-256 2e04f3eea2f8299d6b3a8874cc57901d59853906483651f7cf88c2f0bd50336a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.6-cp311-cp311-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 8869610b4352da999fa60558c6fa9d5ab36f4bd4419af9ee5b2b9585a17debac
MD5 1e579bd1f83067c6865bb99e890fb114
BLAKE2b-256 98b564a1c6ef62d9e52c605dccd07de5df7b62b499bee33fc117871076645508

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.6-cp311-cp311-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 5bb50b47222e9a53df737a025b9863641a9e5dff21a343520d6402c9c5465dd0
MD5 03ef797b0c45f90bac9da23e35ba9c16
BLAKE2b-256 50461defbb033a89870227a5b04713bcd1cad5ecf9fa5b7e19a95fcf3bc8868d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.6-cp311-cp311-linux_armv7l.whl
Algorithm Hash digest
SHA256 20db4b06b59b0f0127ff97cad6ca7ecfa1e7b52ddf4571fcb1eace6546d25209
MD5 8eafdd65807968b8532405f8b926b51b
BLAKE2b-256 2a84a9c1d1268f011cd508551997e456440c510d07ee05c85aea5d9f31385541

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.6-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 f090d500c65594220ff2b7a9613803bde589d9ec2e18f778cdd2f002c689eb16
MD5 df07bc510176f0f36a4b745e31c98635
BLAKE2b-256 5578db65c11ea646033ddec022649e9533fc04594c57e374f71d9557ae8e4eb6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sherpa_onnx-1.13.6-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.6-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 90cd51eda7b5ea4f8fa46de3ffb9bc2cbab65b76ca476d2d37c9d09b4f65426f
MD5 10e1efdf6c23199627b24fc0b1f79532
BLAKE2b-256 a795ca96af6af1f8e400173f14b72a554f91d11f453945048dd2a02c58b95643

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.6-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 ac9b6aef468098b7afe3a88aa20f3b5eb2b4098f0dbc12329b334250b1896363
MD5 ff66e9e3b18cc1d0eed3c5ddd9a7bd05
BLAKE2b-256 d92b4597a443afff41f70f7cb02fee135cab894877b0415aff5c199223430f73

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.6-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 153b437f5c56e13a065603fd6775b7eeec9a7c63275bd78ca293d080075db6da
MD5 6855f1a01c73fccb7c77352fefdf67df
BLAKE2b-256 a22bbfa4e3baf32961f702f2ab2d3377424b358afa6bdfb4ffbe549a4d561928

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.6-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 047120c1c0b59273cc1ebbf86d2675a63bb56f58d65980c7b941ba5bb97b679f
MD5 94b2619e087ab1d69f8495945715cdb2
BLAKE2b-256 405976de9c4f8a618474ba78a16a8aeaf584386e48d55aa4a9b910e531eedf6a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.6-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 9342613d5d7c6546f1e205c9c8da291e251b2a6d57db6771eab624b38b4c421d
MD5 c0aec22a6e6e33bdcba754b3aa337a57
BLAKE2b-256 9efaba0bf53e2726dcf4e3e4810364e9ae8b33b930a0bb98d1711017d741a02f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.6-cp310-cp310-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 ffced52852fa036b054979e7591ba1f82eed902773398d3b16c6dec3039d06ae
MD5 67c8fa135ed6ca468e43be6162073b69
BLAKE2b-256 726c96f31826947a5835d37f9137df617a3946af41f45e0e4ad5dd119b49ca27

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.6-cp310-cp310-linux_armv7l.whl
Algorithm Hash digest
SHA256 b00ca4f0fc775ada39ea9a731bf2ed7d9d3bcbb1d96ecc1697659098b80d1b9b
MD5 3438b8c4e45095aa95a60280e22c0c62
BLAKE2b-256 b654c8035b7897d0386a887b503ef360dbd32892c15ca1cf34c1dced01e81903

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sherpa_onnx-1.13.6-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.6-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 ce819ac0f86335101dd5b09cf9953babf4f429ac9920963a4605a103ee4f2459
MD5 4132e019da01345f4573c5b4be3f002e
BLAKE2b-256 c1ce4e08f0cb66ae1638d6130b9377823576d99d1f9ddbc461e98b79bef56e5a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sherpa_onnx-1.13.6-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.6-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 8610cf3aed9f9cfa9765153af7d306d2a5752369e4f0bc469c71f1ecc1ccba52
MD5 c8cff90ba1234203030c39afa6f4051a
BLAKE2b-256 69c45c3ff7b856289137616e472027f21a9316447545481714c771f2b4013d1c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.6-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 0120e1a0ac79001bb6b15c73f93ab7609ac9bc5d2e96e324cf74e549a9f7f07f
MD5 14e08aba8da4f5f18895b250b66847e6
BLAKE2b-256 388a2318085d20ce79d0557189560abbe9202e88c224ae19889113a1f302e439

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.6-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 8377cd45af1c468dd53eab07f1591a42f6b12cbdee9a866e2244f94c02692487
MD5 5807597d4c4b9d8d87d6b22d435b77a7
BLAKE2b-256 3fefecb686fa6482a838936c177b135ec08ef013ce0c571ec05d521804eee10b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.6-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e4a5259c508d6d67bfd437e4233e6c4b6cc6d6d90521b3812c81ae9f3cef81b0
MD5 724121a75a206e40d5e5b7cf8d46a7c6
BLAKE2b-256 eb21c14b83d812255637028f35383cb00e347a0adc3518963389264ccb4da26b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.6-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 5d6f0a5746b62b89866c0d924677e842f3d31b55f3b742a8835d83ad790edf2f
MD5 8e68d698aaee12ef51cdf53396178a90
BLAKE2b-256 ba7f34ad7d61c2608c70a84ce3700e6a2fe059fb069cbfbe09d764bd67228e6a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.6-cp39-cp39-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 826b045deb95288b0af163ced8f5145f7c1f4304350179485d985cb1ccf98890
MD5 0e6c9642b8b2cc4a431b4069250dab3b
BLAKE2b-256 98c42c4a3abd007c39d7ee67692893b98899030d0dbe5b8d7e316b7583a14344

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.6-cp39-cp39-linux_armv7l.whl
Algorithm Hash digest
SHA256 ee8bf3c5e3cc53fe242ff5f85a70c92c413e5ba73483810e3bf8f5703d627e01
MD5 90daed64d95e0003c63bd2f99848f4f0
BLAKE2b-256 67efa2d4807fe9e8f1e7a4aa6f7e91c020df665be12e04020b965ca0eb636e1e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sherpa_onnx-1.13.6-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.6-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 5809bf64fed9e981190d78dd488ef1719de17f02a45a23423c12d51ab3e047e4
MD5 b57cea5dccebaffbc933e151f3a0e0e0
BLAKE2b-256 dd631d97a83ea260c09ce707a45df44fb576f7c0c6f795faa75aed6d85671117

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sherpa_onnx-1.13.6-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.6-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 7e999fa3e74e5360bc2541ca18db691768389d209325e1fe2c7542507cab0209
MD5 f7947b1478d9f4c209efbeb2c1bd51bf
BLAKE2b-256 744d5b501f3fd3b9cdd0a8f5833cc5a276b84e1a01c6e5ee780da4b65408ec76

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.6-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 93ded3fa13813b8b92e5e5dc7c30e55417cd8dc44d47f521d336ecc08b8a9a18
MD5 ce0a2bef93a4c3a6a60d416b7637941a
BLAKE2b-256 b8a6aee1f4522fd0a8da9780f00117e1f8987a92f11a5a55aa7d618675e38737

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.6-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 88501e623425d8c1dc32d4caa86c8d9a302be67c72719382fed886fdceeab175
MD5 6ea597bb4a354bd0d1c9338dc3af3899
BLAKE2b-256 f28116a9478f6002826ac7067b25063dacbec3a5a6c6a197f3ca89b466bf721f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.6-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 76f50c4e6a09ac4fceb9bddfecf7c7d4524b2fd12c43dcd4179ff111e9e38ad8
MD5 3e09d38035c75e9f1cb97584df82ed69
BLAKE2b-256 48eafda4ac8bf64dce86d89f9e798aceb2dd725c350791cf46ad1fc927ee7468

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.6-cp38-cp38-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 ef5e7fa342e5016a06e3b9d4808885895bf21a43f66694742d9d745417e349d6
MD5 fc51293af018ec3569f2c4dd7a66ecab
BLAKE2b-256 1bcc9ca6d9b4567b4cb664a229d4476b95863fc858ef5182db4313fb1309e464

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.6-cp38-cp38-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 76a6b7b7a0540fed197d1db759fe9203449ee8fb961389fa934d37daf9835902
MD5 42e8b9ca530cd30e064043dd532687f6
BLAKE2b-256 6c86f8e059fcd2e7c0dcf0483ac40c1b0216fbed1b389538dda97aa39dee01f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.6-cp38-cp38-linux_armv7l.whl
Algorithm Hash digest
SHA256 ec8b73b4dc5b77c09e60018882f255cb19a7c0a87eab5303d4658be29d9d8010
MD5 ee813668f819c6908b9e096e7d30a97a
BLAKE2b-256 c19fb29e4d1d69d429bde6538c5e9db1487b23ec9f9f41ae45e54f0d71c1329a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.6-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 18fbeba000e2555583dc76b9b06ac148bf3527074544c19fb019cc3b2b401ee6
MD5 24099b89670ca7025d3eb07651c4e7ab
BLAKE2b-256 1025731d5809b304321863d09eca6efd14bcac2a4303904ba4c3909e01de128e

See more details on using hashes here.

Release history Release notifications | RSS feed

1.13.8

17 files

1.13.7

66 files

This release

1.13.6 This release

62 files

1.13.5

62 files

1.13.4

58 files

1.13.3

58 files

1.13.2

58 files

1.13.1

58 files

1.13.0

58 files

1.12.40

58 files

1.12.39

58 files

1.12.38

58 files

1.12.37

43 files

1.12.36

58 files

1.12.35

58 files

1.12.34

58 files

1.12.33

58 files

1.12.32

58 files

1.12.31

58 files

1.12.30

58 files

1.12.29

58 files

1.12.28

58 files

1.12.27

58 files

1.12.26

58 files

1.10.46

53 files

1.10.45

51 files

1.9.30

44 files

1.8.11

41 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page