Skip to main content

No project description provided

Project description

Ask DeepWiki

Supported functions

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

Supported platforms

Architecture Android iOS Windows macOS linux HarmonyOS
x64 ✔️ ✔️ ✔️ ✔️ ✔️
x86 ✔️ ✔️
arm64 ✔️ ✔️ ✔️ ✔️ ✔️ ✔️
arm32 ✔️ ✔️ ✔️
riscv64 ✔️

Supported programming languages

1. C++ 2. C 3. Python 4. JavaScript
✔️ ✔️ ✔️ ✔️
5. Java 6. C# 7. Kotlin 8. Swift
✔️ ✔️ ✔️ ✔️
9. Go 10. Dart 11. Rust 12. Pascal
✔️ ✔️ ✔️ ✔️

It also supports WebAssembly.

Supported NPUs

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

Join our discord

Introduction

This repository supports running the following functions locally

  • Speech-to-text (i.e., ASR); both streaming and non-streaming are supported
  • Text-to-speech (i.e., TTS)
  • Speaker diarization
  • Speaker identification
  • Speaker verification
  • Spoken language identification
  • Audio tagging
  • VAD (e.g., silero-vad)
  • Speech enhancement (e.g., gtcrn, DPDFNet)
  • Keyword spotting
  • Source separation (e.g., spleeter, UVR)

on the following platforms and operating systems:

with the following APIs

  • C++, C, Python, Go, C#
  • Java, Kotlin, JavaScript
  • Swift, Rust
  • Dart, Object Pascal

Links for Huggingface Spaces

You can visit the following Huggingface spaces to try sherpa-onnx without installing anything. All you need is a browser.
Description URL 中国镜像
Speaker diarization Click me 镜像
Speech recognition Click me 镜像
Speech recognition with Whisper Click me 镜像
Speech synthesis Click me 镜像
Generate subtitles Click me 镜像
Audio tagging Click me 镜像
Source separation Click me 镜像
Spoken language identification with Whisper Click me 镜像

We also have spaces built using WebAssembly. They are listed below:

Description Huggingface space ModelScope space
Voice activity detection with silero-vad Click me 地址
Real-time speech recognition (Chinese + English) with Zipformer Click me 地址
Real-time speech recognition (Chinese + English) with Paraformer Click me 地址
Real-time speech recognition (Chinese + English + Cantonese) with Paraformer-large Click me 地址
Real-time speech recognition (English) Click me 地址
VAD + speech recognition (Chinese) with Zipformer CTC Click me 地址
VAD + speech recognition (Chinese + English + Korean + Japanese + Cantonese) with SenseVoice Click me 地址
VAD + speech recognition (English) with Whisper tiny.en Click me 地址
VAD + speech recognition (English) with Moonshine tiny Click me 地址
VAD + speech recognition (English) with Zipformer trained with GigaSpeech Click me 地址
VAD + speech recognition (Chinese) with Zipformer trained with WenetSpeech Click me 地址
VAD + speech recognition (Japanese) with Zipformer trained with ReazonSpeech Click me 地址
VAD + speech recognition (Thai) with Zipformer trained with GigaSpeech2 Click me 地址
VAD + speech recognition (Chinese 多种方言) with a TeleSpeech-ASR CTC model Click me 地址
VAD + speech recognition (English + Chinese, 及多种中文方言) with Paraformer-large Click me 地址
VAD + speech recognition (English + Chinese, 及多种中文方言) with Paraformer-small Click me 地址
VAD + speech recognition (多语种及多种中文方言) with Dolphin-base Click me 地址
Speech synthesis (Piper, English) Click me 地址
Speech synthesis (Piper, German) Click me 地址
Speech synthesis (Matcha, Chinese) Click me 地址
Speech synthesis (Matcha, English) Click me 地址
Speech synthesis (Matcha, Chinese+English) Click me 地址
Speaker diarization Click me 地址
Voice cloning with ZipVoice (Chinese+English) Click me 地址
Voice cloning with Pocket TTS (English) Click me 地址

Links for pre-built Android APKs

You can find pre-built Android APKs for this repository in the following table
Description URL 中国用户
Speaker diarization Address 点此
Streaming speech recognition Address 点此
Simulated-streaming speech recognition Address 点此
Text-to-speech Address 点此
Voice activity detection (VAD) Address 点此
VAD + non-streaming speech recognition Address 点此
Two-pass speech recognition Address 点此
Audio tagging Address 点此
Audio tagging (WearOS) Address 点此
Speaker identification Address 点此
Spoken language identification Address 点此
Keyword spotting Address 点此

Links for pre-built Flutter APPs

Real-time speech recognition

Description URL 中国用户
Streaming speech recognition Address 点此

Text-to-speech

Description URL 中国用户
Android (arm64-v8a, armeabi-v7a, x86_64) Address 点此
Linux (x64) Address 点此
macOS (x64) Address 点此
macOS (arm64) Address 点此
Windows (x64) Address 点此

Note: You need to build from source for iOS.

Links for pre-built Lazarus APPs

Generating subtitles

Description URL 中国用户
Generate subtitles (生成字幕) Address 点此

Links for pre-trained models

Description URL
Speech recognition (speech to text, ASR) Address
Text-to-speech (TTS) Address
VAD Address
Keyword spotting Address
Audio tagging Address
Speaker identification (Speaker ID) Address
Spoken language identification (Language ID) See multi-lingual Whisper ASR models from Speech recognition
Punctuation Address
Speaker segmentation Address
Speech enhancement Address
Source separation Address

Some pre-trained ASR models (Streaming)

Please see

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

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

Some pre-trained ASR models (Non-Streaming)

Please see

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

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

Useful links

How to reach us

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

Projects using sherpa-onnx

Sherpa Voice / @siteed/sherpa-onnx.rn

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

Speed of Sound

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

VoxSherpa TTS

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

Generate Models Library Settings

BreezeApp from MediaTek Research

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

1 2 3

Open-LLM-VTuber

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

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

voiceapi

Streaming ASR and TTS based on FastAPI

It shows how to use the ASR and TTS Python APIs with FastAPI.

腾讯会议摸鱼工具 TMSpeech

Uses streaming ASR in C# with graphical user interface.

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

lol互动助手

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

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

Sherpa-ONNX 语音识别服务器

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

QSmartAssistant

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

It uses QT. Both ASR and TTS are used.

Flutter-EasySpeechRecognition

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

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

sherpa-onnx-unity

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

xiaozhi-esp32-server

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

See also

KaithemAutomation

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

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

Open-XiaoAI KWS

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

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

C++ WebSocket ASR Server

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

Go WebSocket Server

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

Making robot Paimon, Ep10 "The AI Part 1"

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

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

1

TtsReader - Desktop application

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

MentraOS

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

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

It uses Swift for iOS and Java for Android.

flet_sherpa_onnx

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

achatbot-go

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

fcitx5-vinput

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

Video demo in Chinese: fcitx5-vinput

Wake Word

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

Project details


Download files

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

Source Distribution

sherpa_onnx-1.13.3.tar.gz (963.2 kB view details)

Uploaded Source

Built Distributions

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

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14Windows x86

sherpa_onnx-1.13.3-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.3-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.14macOS 11.0+ ARM64

sherpa_onnx-1.13.3-cp314-cp314-macosx_10_15_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

sherpa_onnx-1.13.3-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.3-cp314-cp314-linux_armv7l.whl (11.6 MB view details)

Uploaded CPython 3.14

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

sherpa_onnx-1.13.3-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.3-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

sherpa_onnx-1.13.3-cp313-cp313-macosx_10_15_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.13macOS 10.15+ x86-64

sherpa_onnx-1.13.3-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.3-cp313-cp313-linux_armv7l.whl (11.6 MB view details)

Uploaded CPython 3.13

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

sherpa_onnx-1.13.3-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.3-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

sherpa_onnx-1.13.3-cp312-cp312-macosx_10_15_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.12macOS 10.15+ x86-64

sherpa_onnx-1.13.3-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.3-cp312-cp312-linux_armv7l.whl (11.6 MB view details)

Uploaded CPython 3.12

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

sherpa_onnx-1.13.3-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.3-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

sherpa_onnx-1.13.3-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.3-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.3-cp311-cp311-linux_armv7l.whl (11.6 MB view details)

Uploaded CPython 3.11

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

sherpa_onnx-1.13.3-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.3-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.10macOS 11.0+ ARM64

sherpa_onnx-1.13.3-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.3-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.3-cp310-cp310-linux_armv7l.whl (11.6 MB view details)

Uploaded CPython 3.10

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

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9Windows x86

sherpa_onnx-1.13.3-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.3-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.9macOS 11.0+ ARM64

sherpa_onnx-1.13.3-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.3-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.3-cp39-cp39-linux_armv7l.whl (11.6 MB view details)

Uploaded CPython 3.9

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

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8Windows x86

sherpa_onnx-1.13.3-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.3-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (4.1 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.8macOS 11.0+ ARM64

sherpa_onnx-1.13.3-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.3-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.3-cp38-cp38-linux_armv7l.whl (11.6 MB view details)

Uploaded CPython 3.8

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

Uploaded CPython 3.7mWindows x86-64

File details

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

File metadata

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

File hashes

Hashes for sherpa_onnx-1.13.3.tar.gz
Algorithm Hash digest
SHA256 c69449efa1841c823098fb658cbd55f632b511d39457869e5d8447ab1e0903e0
MD5 50353d13030f562897714c91d438a3f3
BLAKE2b-256 c9ed09eab65801ae251777674d47e31ebcfc68632c4d0ffde87aa04b2f265f88

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.3-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 9c9d9459ed916b43cd4c21b2c4e433a77010e16299d6511bc8c4bb7562a1fb28
MD5 cc56746cbbf686cddf70d71800f1ee1a
BLAKE2b-256 96dd57196e377f387cdde53cc72c47456053900392d506559741dee0f8be71a9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sherpa_onnx-1.13.3-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.3-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 2b3324f2ad8f76de08dec9070822e01d4ad8ab86cae23ff82e37d7b87327e6fc
MD5 7cfc152b20e2b5b161c39398ae9bb19e
BLAKE2b-256 edd53d063fbb90d54e46d809f7dc994c479226e7533f9335bcbc3a64b5102053

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.3-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 f81744142f4b6800ebd1aac0fd37f4e88f6e64b45d4c48c7c3ece49535ae8d66
MD5 2d9220424c056eb5d6de6ded307dc033
BLAKE2b-256 2093e9f442d37d7df923d9420e2db624090be34e2ae845ff2cfda41ca20906ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.3-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 7cd61cd8565c76eec195173b67721495fe6411baf08fbca400f86cf782851676
MD5 6647557d4f97f8ea543351c31823f1a3
BLAKE2b-256 34403fb8df8e1315da2df5504c1aefc41eff8a9abbc7ebded6e991daf2da28d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.3-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9d0065d016535f285c9772cf89200d169362cd12a4762ad510645754cd2a7ccd
MD5 b01bdcb419ad6895e4ca2f87567169e8
BLAKE2b-256 47ae942f28d0d6c0d71a7b9ccdd64727b4424587f88940bfbcd7a9ea1df88ba8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.3-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 3c9f31658c8435713d04384f265de8ec668bc332c47033c155daa43d9017aed4
MD5 6f5ecf648d7b6504e743b8c7c2c9e892
BLAKE2b-256 2e5195a4a98760169daaf3a926fe04a6882709b8a1e54f533dd11e6c2bad55b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.3-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 4dc9fb2fa6a8cf0fdffbb3adf86c030c6ebe22ca7a501f386e363e887a9b73b1
MD5 60178729a75ea32fdb325accea77be74
BLAKE2b-256 806f30a511f755e015148cce502b18b06b5953942d35668ee706fdb98097f32e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.3-cp314-cp314-linux_armv7l.whl
Algorithm Hash digest
SHA256 7706f03ea2c61d25880202c227a52b4bc71fec4a355cf81e8df5e6a9fbf9722d
MD5 4e9a9b4779963237972890e4109d0b15
BLAKE2b-256 8e2c765435112957dd9ec95803400bf7129d6974f11dc71c372323f56102f99c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 1a22c18d7b2d46abb15af609b0fe1cc150c5718d6bb7782c12669abf96f79ece
MD5 f0f420679a4c4687b0c58d94b5d4926b
BLAKE2b-256 9cc77b38eca0d329d11b8a0d95ff391ed14b310c1956ff72754438d6b9229b1f

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for sherpa_onnx-1.13.3-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 51c0a91cf471c6514241dcb4e27102074e79212c053e22a18ae0a0e461880152
MD5 a160f52816844377964070c020a00f13
BLAKE2b-256 d3f400da9df800d1630936bd010792131c0020035ef4ac39a0538b3ebf1444ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.3-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 880ad624dd22fe9cc6d2aac99013fa4ac293eaafe3467771593f97ad6bcedb21
MD5 5fc60fa683dd1585b46d4289bff39985
BLAKE2b-256 2f51541f4611631213ad7d701c23877519286df86da0dca1158dcbe9c9cd5caa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.3-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 427b282082cc84486b9da9ab7c34f7697ca4ab07767dc0de3b2706b54b842bf1
MD5 f7aeb0cc03c5aee091f9a942e5e44da5
BLAKE2b-256 ccf9b5b1ba5bae8aa88244709ec69a7c5c31c00158dad37ee84d3d6c3e1a1a2b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.3-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 be57b1599b65dfa3ccc1ee6750c865b23f43556325a853e2e7827aa6be180023
MD5 07a87ee21cd45d4d075e276431aba9a6
BLAKE2b-256 8ef543071a8120532a57bceb4f3ccd3cc7fb1bd6e17d9465b56e58f3c9b16876

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.3-cp313-cp313-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 2d0d93f4c4df5bb930d850d658a3d92762b26d94812a383384b101c46d643d9f
MD5 8890b5177f28f0f3c6f4acfa685a5bd4
BLAKE2b-256 7807bc33e219810a890bb67427b665a52b7ec2e47973a08e2fbc699ceb47ff2c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.3-cp313-cp313-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 4571c149f1c2a196ad0e3fa5c82546eade7a393b78b34c243f82b8670983a4ec
MD5 6aef74067e6fd1be9075939a8ab7dcd7
BLAKE2b-256 9d3b246a8c71c3c89697952c10fd9f9d6be7cdab7fbfb78d8c3707a93876e957

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.3-cp313-cp313-linux_armv7l.whl
Algorithm Hash digest
SHA256 ba05e7a701cb292d7737b8e0a4de1e10faf53cf00e4b949d498ed31a303fdb47
MD5 4e9ad77804dc3080b6a62715bbbc920d
BLAKE2b-256 76bfa15173869b744672e774078c5de6152b128d0af7022cdf1885879e00c917

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 aac2e4a7e8691656595df10bd1894c0bc61d5418647c695c157dc6e0a0f816ac
MD5 0f41b0b238fba91b4ac96b3056001c57
BLAKE2b-256 e349fd55ed81516f64c6c42d83a785a32ddbb2c3b39803e7d54139f0ebe9b02f

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for sherpa_onnx-1.13.3-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 2edfad57805740ac17d1c3f961e9148cab1ca4a1e8e76821945ea0eb475ac828
MD5 45df980d006711678ee3196bd93356d3
BLAKE2b-256 2317e1130e6b8565805f192e06048febc64c9e3a0d0f3482a29a3739a2d6b353

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.3-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 f3636caaad41547bff28ff01f2d890021a693e67391168ef9b575abbc5275ea5
MD5 e82fadbd257a77f8a48b3cbe89689efa
BLAKE2b-256 1df9b3d4d78c6b5c1b3ac5a9f0ba6b2e1acd97c510ea10dc600df8b54dcd54f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.3-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 9cac189cb38512adbb2ddd100a59ba108443e287abae6e75faad25cf632471f2
MD5 573f6b96bd67074068b299640ad4ac15
BLAKE2b-256 f4eb89d96c60b3e2de1fd3bba7314c65c01e20fc8207e6012c843092e58a3ce6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 68ed17ced6852a084f9eb10843e1cbf790f8e64a0c6c7147f7195e4790acc291
MD5 fa588b5054c5a22ecaf280d4e8694c04
BLAKE2b-256 cb9a1b910152c38e19c1a1c52c77cb1d5041ac0ae75aaf6973c4299b6b7c8d4d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.3-cp312-cp312-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 0a2eb6dd471ca1cac1394dda9f688784edf4bd045308808ff20451ba06cb3e59
MD5 20b04cbb0f03553be43f343169b11d28
BLAKE2b-256 03d5f9c27b6d0979b2148fe0f68a59312e2b1254eb3ef2a3f7e74d8f1da6614d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.3-cp312-cp312-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 8b4c6f417d50ae5fbe0948b96574ae1bb8da82e0f10bc9c225164a0d16696da6
MD5 e87a051cceacf0373dd979c72a4047fe
BLAKE2b-256 a95210f068e8f2958d609fb7e9b2f7d6865a02929c698da0b1171d075270af98

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.3-cp312-cp312-linux_armv7l.whl
Algorithm Hash digest
SHA256 6a782c1c577bd9e87b17933679c7fd25f1a269b0b195d35fb81e48b918dfab76
MD5 9d77963ac0c44f91a7879f63cfccec2e
BLAKE2b-256 86115bdb69b0520ca8b1c8a4e05e1c6175c159eb32113ba76183f42f2ca15942

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 84cffcf1fc534d15fbcfe0274ca1c484b4f0bdc9a8a4615a9dd20b60fde0120a
MD5 0b4c283eda8ca38426ccfc02313bc69a
BLAKE2b-256 dd1d1f68369d1aeceffccdeeb0459ae56406cb1702d0efd7db7fba2df2778e37

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for sherpa_onnx-1.13.3-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 3b7fdaf62ff59fe1b4e0feb2c91540e908e1b2656379708fe3893649f9bccb7b
MD5 a23dc6eb6e35894873bd0377448cb0cf
BLAKE2b-256 3bd9b695a0dc7871b6aa3c0c9ef24c2a42dde14989d11b95552446517564bde4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.3-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 8f5e403138b7cbe2bc6c676ccf5b73d5b7a52ff57416c851fe9604203f7b4a7e
MD5 3515e05fdb0de3e5eda1b4712475cb64
BLAKE2b-256 cd5923916294036ecd2fa6b0c8c8b441b0d33961a4887653dee15fb4321cfafd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.3-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 8ccef66d305509622daaae3e175509d3f048325193a7e483f94137ee89ebdcb5
MD5 09d4940efab07242c01489b91fdc382a
BLAKE2b-256 12ada2b96c3e21c5e5957528e0c35a10f47f89c028f64f4f0bbd75fa6b99fd36

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cf02cf14f77cfaa85368227bbbc3ec3e04249c0b80ea9ed34bf15abe88b19076
MD5 520e9356dd7f421da77e480e46b87629
BLAKE2b-256 80ebf55c7aceda850c81bd7b27b84099620b7fc80dd62bd93302fd1c9c7747e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.3-cp311-cp311-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 5f860cb89a0f9aa9da9d132e05b7602559012e007e5cfcdb171576f895e2fff6
MD5 7b60f4fc011ffc5cb977f68fd9cba28c
BLAKE2b-256 663092cfe6ee99a58cde40ab0841215fac0428893066009e5673fe6c35f77ab2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.3-cp311-cp311-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 0347ddfd258613d0a5dbc0d59d713aa4b39b7b74de093e99500ddaf774cf6fb1
MD5 93139f87db6aefcf2deb62536b45ef85
BLAKE2b-256 0c58851985affbfee395344b2b50f8e68f5cd839985fe69e79fc02f5e1ae5f61

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.3-cp311-cp311-linux_armv7l.whl
Algorithm Hash digest
SHA256 5360e3b14c3416fbf6a70fde4a889b590cc2a16fa664a9c72bd972024decd605
MD5 07702edab3d9141e7049900d956ea41a
BLAKE2b-256 2efc1c21d2675b66ad1850dbcb43687d53985f29c4657478becceadd495d7983

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 d413310bad3decdf58561df13269224716ccc74ac29634d9b5b6f1b86649f1a8
MD5 4c639d279fda625c83d6119757b5dc3d
BLAKE2b-256 5f9d220f88c597200a30256d3a9a7181adc46ebbea939460aa0ecc170f8d6058

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for sherpa_onnx-1.13.3-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 427aa13b72f1b73a96068a44e5d6949fa776eff82357c73cdf6f348c463ae0ad
MD5 0318e05b51e0180eb2c9deb9aaa88954
BLAKE2b-256 c20c27da08aae4fb3528ee6ad95f211dca8c735d3d562bfdcb4c9f10998c3c6a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.3-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 a59f9601742b2e5d8bfd805d7cbdc8e9238190adeb389070ef0621dff44e945e
MD5 5a4bf0fff01936df0cef66d84854dd36
BLAKE2b-256 9442ad5e46e17c9605e1c618c1b3106058944ac27211a8ea2f1bb86b86dcee12

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.3-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 8e23384b32309b2828a8f16736ddeed3a3ac9449621e3d5bc957a599403067f0
MD5 87672192b659d6482f6176c2d0fa4e54
BLAKE2b-256 2c990535ba50edffea6b007050b40748a4bfacf6a03c95f19c30cbbcafb11f22

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.3-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a81a7cef39ac715412fc5a31eee6bfc5d1fafca1cf81facbf9b58388b11aac4c
MD5 f804f7ed225553dfb3cfc041c23bbf46
BLAKE2b-256 4e172eb8f82c1dada6c0c2edbc0023ae6cca7055cbb6c289c61ab125a40bbb56

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.3-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 645362c924ecc2171bbac7e1fd881d564c2aa321735f046f5b0750c3cc9ccfaa
MD5 725a08c3b3f93a95fa7018050fb66ab4
BLAKE2b-256 d5e534a0c176b547a98cb11848c879d1481333313d3ca056891a6fa89c1873d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.3-cp310-cp310-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 bcbab9071af3b5df5d8bded2f41bf2dd0ef071fb309e3a1a8f9ed898c43365c6
MD5 ae7d7de1fdfee20396acbb0af49bfa69
BLAKE2b-256 8cd1189f3ca3bfd33e4dbf1ebee93eac02db0a8eacdb79b0fbdffc08e062379d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.3-cp310-cp310-linux_armv7l.whl
Algorithm Hash digest
SHA256 49a38c8a12f52020bdd04f1b948175a3f4a6aa8ac6f62b24283ae46006bcd20a
MD5 9e02383e692f0c691fb6ab465a6d0428
BLAKE2b-256 269165d2aa1f788adc572c80d1debd2f7edd79daa9cf7223d34f668372999ce3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sherpa_onnx-1.13.3-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 2.3 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.3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 2dcf66e1592ea2f8229226ebeb1bc44c492cad345a09d2ba71ba1f5a3b323c76
MD5 00c66d4a71a43b1ca4b9adfbe7374b1b
BLAKE2b-256 42870ba8704d792560db20ea186e5da3eed5e1896665cfca4407b0552a407616

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for sherpa_onnx-1.13.3-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 9aa9e96a421ab506f92f84f9cdd0cc1379ac39eaec446d7f40b92cfb47b11402
MD5 0e0aa401871c83ce19f8f316a780cfd8
BLAKE2b-256 53acad99ddabd855f012a4c6ec2f17f37fc725c524f5983bc4d769c04df4e3db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.3-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 3a148fddd00836ee4d07ab2994af648367d15f6e52c5a15e25bae93a1b9cfdbb
MD5 1c7e7120595dc2fc0aa40ed1fb22e9a5
BLAKE2b-256 aae7cf04b0386b1a10a2fc8ef79364a92b0c4430ed2d3527299f762f852e7e73

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.3-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 7ef8d38e802b84b6245cc90f032524a0c9bb45b3ef05e885ee747fbb0f9267c6
MD5 8d0ca804b6990644b31d3899f81ff642
BLAKE2b-256 b04fbe8f86d8d9efe9701fa3178b181220a87e48905ab66e9d882704d127a763

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.3-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0110e15d711111df376a15e87c89ed81fc455eb2080ceadb761f91994acd713a
MD5 e39af1dca7f79b11cac463687d04498a
BLAKE2b-256 aa4e0b9cbfd1f86f6664a60ef2b0cb88e31b0a63c0cf6f320b7ee4ab47a3cd63

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.3-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 7bd999f67653f7e9d3e5f7aa17ed7f9ea73d877ebbb8e61d1c9afa8392fe3acc
MD5 5a83f04269088887716e103630825bb2
BLAKE2b-256 12e05a16eaaecaec67177d5075d3a8dcdeb665606e6970712c98e286b2181825

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.3-cp39-cp39-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 085d6921784b9b5d148081b605e5da83e757993a8c1b736d1950d117bd0d70cd
MD5 ae345aade4f4aea9c25291ac5a026ca2
BLAKE2b-256 b456ff2df6053668ffb4d22355006305633ee158e4308f807170b9b029ff14b3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.3-cp39-cp39-linux_armv7l.whl
Algorithm Hash digest
SHA256 ff2dce028bb5f8fa4ed941a0bba35ec1cd9337e675046381067a2ecf03376ab5
MD5 c1e18c59ec51ed218027771dc9990b0e
BLAKE2b-256 a3f88a0a470239d7cbdead9024d19f341c83947bf84a76ac7992e8cb15dde3ca

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sherpa_onnx-1.13.3-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 2.2 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.3-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 c5ac89257bb53dd3b025887a16102463c93af47dbaa89c93bb11b8de6c39da62
MD5 fe91f973cce86beaed27dd747295e005
BLAKE2b-256 8633a5ab23716465470d3893c7401b991f91787330ace83698191cebfcc1d5b0

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for sherpa_onnx-1.13.3-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 320db6a195b8f215686fdaad66773ca379d35f3b3182bab3f0ccb44779b2ee2f
MD5 8c1e839ac7451a71c94277b015a7660f
BLAKE2b-256 fa3ef595078739b265d9761cea7480a381f4ef4b630fe87c95992f836835e6b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.3-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 8543d6737f5e7a1b720a0e5a407c91a0935e8b35fa4690cd8272912dc1469ab0
MD5 5b8d9757389df9b94b697c8c631935c2
BLAKE2b-256 9cedb1da1b89684cabe6889962369b8bb834e125d7704238a7d8696b6f55bd55

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.3-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 57555709337ba5e8e108fc1aee07976617419bcc2b669064bd023d0a8932e76b
MD5 77e816e30cf61161f01f56ae3bd98ef5
BLAKE2b-256 d6f3ee4aa37ec08d0c7716aa74013cc7f28e3bd510e90cc82e102948a1516446

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.3-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2cc607d6061b020e61d9a735274e87734e55d336071a2dcfe70a9b8db42b0bf9
MD5 f2f972fc295966a9d93c1dd335360643
BLAKE2b-256 8a3ea73a6e7bcb32c045298fc3204c567b1b31c5fb8c25cf3a7e7c58a42ecec9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.3-cp38-cp38-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 313838cd666bfbb5d5c800558e0bc880340d79511527771e8496f1c3d7f504e1
MD5 df45b40cbf6ce84195da42280c738c4f
BLAKE2b-256 b02a56a50fbb4ff5f264e4e085d4e99183b37727557ed3532be5e9032ff37ca3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.3-cp38-cp38-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 24724e0f59805ef3b5654892d20b2d14ce8ad2bf354deec5edcf6799d44e906d
MD5 8d0323bd324fc9706aff4cc7d9d199ee
BLAKE2b-256 363d747cb2020bb57ca349cdeb41fe03189b2d4057b7bd226a9fc6cbab484409

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.3-cp38-cp38-linux_armv7l.whl
Algorithm Hash digest
SHA256 57174cd0e93295ff50c9f75b3320baf99c664ace094db476afc3e0281781426d
MD5 36730c2eea4be6548078a3106914c5ad
BLAKE2b-256 02607b44e2e7ceecc2cb0fab803668ba99e2ff14efdb380d3d134f224f6ae1d0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.3-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 b81afb0cd2dcd0c691cbac7237853728de65535e100a44da0a85d6f35330530b
MD5 f69c696c7cb26d25584bf98d9e406974
BLAKE2b-256 f5caa6ff805954d5c7b69aaa5097136ded17ee7bc75e42a4a4445c9007188ce8

See more details on using hashes here.

Supported by

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