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

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.2.tar.gz (909.1 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.2-cp314-cp314-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.14Windows x86-64

sherpa_onnx-1.13.2-cp314-cp314-win32.whl (1.9 MB view details)

Uploaded CPython 3.14Windows x86

sherpa_onnx-1.13.2-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (4.3 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.14macOS 11.0+ ARM64

sherpa_onnx-1.13.2-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.2-cp314-cp314-macosx_10_15_universal2.whl (4.3 MB view details)

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

sherpa_onnx-1.13.2-cp314-cp314-linux_armv7l.whl (11.5 MB view details)

Uploaded CPython 3.14

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

sherpa_onnx-1.13.2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (4.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

sherpa_onnx-1.13.2-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.2-cp313-cp313-macosx_10_15_universal2.whl (4.3 MB view details)

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

sherpa_onnx-1.13.2-cp313-cp313-linux_armv7l.whl (11.5 MB view details)

Uploaded CPython 3.13

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

sherpa_onnx-1.13.2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (4.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

sherpa_onnx-1.13.2-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.2-cp312-cp312-macosx_10_15_universal2.whl (4.3 MB view details)

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

sherpa_onnx-1.13.2-cp312-cp312-linux_armv7l.whl (11.5 MB view details)

Uploaded CPython 3.12

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

sherpa_onnx-1.13.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (4.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

sherpa_onnx-1.13.2-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.2-cp311-cp311-macosx_10_15_universal2.whl (4.3 MB view details)

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

sherpa_onnx-1.13.2-cp311-cp311-linux_armv7l.whl (11.5 MB view details)

Uploaded CPython 3.11

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

sherpa_onnx-1.13.2-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (4.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.10macOS 11.0+ ARM64

sherpa_onnx-1.13.2-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.2-cp310-cp310-macosx_10_15_universal2.whl (4.3 MB view details)

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

sherpa_onnx-1.13.2-cp310-cp310-linux_armv7l.whl (11.5 MB view details)

Uploaded CPython 3.10

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

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9Windows x86

sherpa_onnx-1.13.2-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (4.3 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.9macOS 11.0+ ARM64

sherpa_onnx-1.13.2-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.2-cp39-cp39-macosx_10_15_universal2.whl (4.3 MB view details)

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

sherpa_onnx-1.13.2-cp39-cp39-linux_armv7l.whl (11.5 MB view details)

Uploaded CPython 3.9

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

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8Windows x86

sherpa_onnx-1.13.2-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (4.3 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.8macOS 11.0+ ARM64

sherpa_onnx-1.13.2-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.2-cp38-cp38-macosx_10_15_universal2.whl (4.3 MB view details)

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

sherpa_onnx-1.13.2-cp38-cp38-linux_armv7l.whl (11.5 MB view details)

Uploaded CPython 3.8

sherpa_onnx-1.13.2-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.2.tar.gz.

File metadata

  • Download URL: sherpa_onnx-1.13.2.tar.gz
  • Upload date:
  • Size: 909.1 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.2.tar.gz
Algorithm Hash digest
SHA256 faf504b7ce15fd943b5bc8992b5e9aee2cc1ca26f5646e0a15c4de97a76c4425
MD5 337f6f7b6724cec220d7cb3d982656c3
BLAKE2b-256 3aedac719e2f28408e0b1525b474ef46ae70147cbe245cd4cd7eebefb9a47541

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.2-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 38e81796705aa872327848880281d7d57cf08f01b6b1ee41198828811f7d32f9
MD5 d3a1ff5b393f92d6ed01471d85fc491e
BLAKE2b-256 f9e19f0f34e9ee7423001252824c174ee8deb587ce68cc675dfbdd59aa93fd8e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sherpa_onnx-1.13.2-cp314-cp314-win32.whl
  • Upload date:
  • Size: 1.9 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.2-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 1746857c790513d3026a72dff7cb61ee149f462b215ca731bea3f042c891f504
MD5 a500d529b34cd295f34859b697bfdbce
BLAKE2b-256 b303f7ee7e603a73d215aea211718af2ad8961a3c8d032f4cc8cfd522e4aa63a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.2-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 7bbb87806c51547222fab7a352b41d795046a425b87c3fccc84a69532e8a3c54
MD5 a2f3d8f549662014d638a8cd02358c82
BLAKE2b-256 4ec66e2675a0f1eb5de084bd430c732ac399684af9f90a51b46a39987b84d762

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.2-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 5d8153ad77d0add955c025c9444c68df0ad310a34660932fe761b7386623ebc5
MD5 3b438b3647d95117e5f00b1f167d642a
BLAKE2b-256 faa9a432848b62cb9e240e3c0a50915def1c1127a51b45f2cfe21ff5c5d2d29f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.2-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9785e095f07e790635af32208d4f9a19ae18a0e8e7f1e897cc3da89d2b9ba6a2
MD5 34615af85957127f485a438c6c6f09ce
BLAKE2b-256 ed755ba3f9498475591f1478c102ef68a40ba41a93f6f58e7957a2c1b7708932

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.2-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 3b013664d83a4f91beff1c652ff66f395f3379a44be68b843548a40fb263f1ca
MD5 6ae6bcf50c65e0af5e8155adcba04871
BLAKE2b-256 3065629213608f8612c6a58aee54b49524fc25d59d0fad15ca468531a5fceb0f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.2-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 5d1824998210d2f31127ad8b6cf0151db0c14808561d767709f620cd030421b1
MD5 40f7393a44772cf9ab31cad9e6d01040
BLAKE2b-256 b093251e07b7fa0b99e26d133a035c64ca0fe9cbba9862544eb3da14ec405667

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.2-cp314-cp314-linux_armv7l.whl
Algorithm Hash digest
SHA256 10eba096b35e0605160feb97363969d265c9446093a5b1a463e12ad8738de2f3
MD5 5e41ebf09d65ce82e0a147ad4976ec49
BLAKE2b-256 f47e17b9a63a5cf00eaa4b8f58512bba84969ec6695cedd818d1784322391f73

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 702cdfeaf1365d4be6e85797ba4ff39bc28e3d62a567f226f499d295ebae7b78
MD5 d49c899b38fae12afbf812064a64f76c
BLAKE2b-256 f6550833682795e937ebb23b3f6b9706340de3cb9a905ea1205acc8c78dadced

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sherpa_onnx-1.13.2-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.2-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 67b875362b219d484908a2891e1dc806748b826f00bd50e5195b155de6137c84
MD5 28c3541118300cff70343a346dcabfe1
BLAKE2b-256 0370fbf2273c1eff26677a386b18259dbb1088c4de1ea89f2d419fe3ddef2109

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 198312f6d2d2befec14bc387559ca60cf5522c3a7f9e2d24100474ef783d8edc
MD5 bca9048b568e140ccd55d051668aacb3
BLAKE2b-256 f9a12a35324c4c6cdccdfa1b23cb2a9d7263dddfba30c57a7d46bab8fd19160d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.2-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 d390f50271f930fd451de907b6c34a84da88be401e57746c1be1ced8e0f5ca17
MD5 3c47ed1656a922af76b63ea36b4c5a9d
BLAKE2b-256 63d346e354ebe1b2002dceefdee0f15c2fef42249bf467b46bd668f0eb7a7e76

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2e383c5a81dc8801e452095501f37187041d493cce0a57f0e74c7fa9033d7822
MD5 e332e343185ccc99012b0101f5f287ad
BLAKE2b-256 ab509920aed6c13ba012ac9200e8d706284be8ea1da567e961c9c1f1813e25fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.2-cp313-cp313-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 44e50bde3f9c9a9d3a69b0ac408425d1d4ff361a8d547a14699dbc67fa25235f
MD5 b7481f4ca95baa94567be10b58f69b36
BLAKE2b-256 cfe65b33f808ebc7623fb787215e3f174576d58943378a933be76c0a0fd5ca8a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.2-cp313-cp313-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 e00fc24c89dc4ba8b1c4635b157ed374c6ab2aeed7e75e693a2e9119011e0c89
MD5 e8b1b7f3a9be3cfaaaf33e882f3a99c6
BLAKE2b-256 68d7175587d53c75118ebda15bd26467e0b5bb177c9be39c5869d0f39f0fc533

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.2-cp313-cp313-linux_armv7l.whl
Algorithm Hash digest
SHA256 68ca0a5c62b548ccd2bfdc2d2da5212f337b8642dd4ffd1a781d8695667b9a58
MD5 eab129eb8ba8a4ab9ab790f6622374eb
BLAKE2b-256 20a6391490670561163099ae679878f0bc99760d9a7cc2e26a2071c77c9d6dea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 ab89a766d1e2dfaa0e64de12e216446990ba0be624f7976eb61e6134338f7483
MD5 3b55fdecd634dcd2a08539fa395fa49a
BLAKE2b-256 577ea5be45a17b4e1606fd7ddc5fbb8c159b16c3391da8af2fa29b04f81d3737

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sherpa_onnx-1.13.2-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.2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 e73774c222e81e9f67e6f16401020832941aaccb8beef8d669b49edabf652b20
MD5 80e72c29d04e5a7a6605aa30701224e5
BLAKE2b-256 013855a6ad95fa5641afa7a1b9a5c7d06ef85799fb9ab8dc410f96dec7016ed3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 65f40780a7c62388bbe6a7455a493a383e46f2c507ea51db4c90e05dd2cb1657
MD5 4d8aca72c9bf7225a1aa831ffc6be6b2
BLAKE2b-256 19b543994e3f7b92cf046be2dfbf409e59495827612ab625b9d8329b68b8a844

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.2-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 d5739cadfa11eec6b1039427c4c17513831d76f60e12e252b4c2ff0b540f31b0
MD5 46526215fe7ec699112679e58d5a887c
BLAKE2b-256 97f2b501037e06e3f0a75d7e786c1f6c94c90436afc6cb72a16fd8921a857b2d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c4a44bf1787fdde5166bb2bbf6064810be33e87b0cb61a7c4e83b81506287e9a
MD5 54e7e93bed28c4595e27c26d268ccf69
BLAKE2b-256 cb55f20bc9870e113ca99dfe01d3010fb9a07e6b0baf629842d9e70d453e2da9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.2-cp312-cp312-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 c4b2ec893c1ed9e9783b40f42e03b2c04d0b0c3a2da913bd7ef05a2e2ad181e9
MD5 2cae09d5f38fcb2b830f9b0b3e8bc73f
BLAKE2b-256 6bc6d8728fa45d49a0562d19a08cd42f1150b633669a86fc9678a79df8f722db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.2-cp312-cp312-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 6508ee6f33ed9e5c2ddd21927c962455259e1153a5d32d6db46e7ab34a7bdc87
MD5 2651c729a0f88cc9f93cb60eb0ed97c4
BLAKE2b-256 bdbd704ec0557e5683a11331c0ad8e35359ccf6e07d4c2de28524f3787cf1bd5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.2-cp312-cp312-linux_armv7l.whl
Algorithm Hash digest
SHA256 0754ffcb03f05b9ff5590565421ad466e873a7c21aef27e4d23c1f337cc864b9
MD5 d50c4e5d21ff11a186975235aea83c53
BLAKE2b-256 cad38cb659b54f897c04af71697b9ce65068700680393d92b27ebc71b822fc9b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 38e3fb0ded228d46eecd3d34c78bf7ee200c0c2220a58ea621449cdcf606a819
MD5 11051376b06ba4ba943dfeff2c80de1a
BLAKE2b-256 0ee4dacaadc1c1b326914cddb3d0d9f377812b0f864b03ef3c8ba131dc71a48f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sherpa_onnx-1.13.2-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.2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 b1b53ed1d08460260b3342818eeb63548fd3aaf6a763fcd2d970338b1b410599
MD5 57a3c68e780a4a590894a05c06e01937
BLAKE2b-256 94155043efd951039c1202717d8000309707513ba22ee0796de121b28f27be4b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 70628a193285e0b3680246e7383dbe4b433a325b1afcadd25bc9c993a7fb46df
MD5 957c6887d244c6123420ca6394f6df8f
BLAKE2b-256 387ce37cfe2e62bd91279e73ce494b2f37ee7cfde265f44e3361f7355e1e61ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.2-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 56ab5cbfc475e193296bfaa68c7412ec7378daada0188d23eb02ae117c77c83a
MD5 a0592e05c4dcaf074d59989e692d85a7
BLAKE2b-256 0249512f5170790b904a8bf128883931aacaaf3ce6129c97db515a74d0f57b51

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 759cc636e835f0cf45e62ef2d8bc797275e5155c4e6a0bacb519e3935db79de3
MD5 e557c3f91b3fd6f7719b9c09dc5c4eaa
BLAKE2b-256 9da0cfe24526dae45c6e9e76c70708b7d7f42a856f83a30f982efeda04329312

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.2-cp311-cp311-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 68d8975b57e1204f7646ff1562dfd7439b0a06cf3c3db7bcf720ce2da7b59aa6
MD5 8f246e5d254e13a33a425d5d651bfef8
BLAKE2b-256 7b18c3899a7c6eed76e54098369bd0ff756df48b4ea89d84c9d03fc8fab0ff71

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.2-cp311-cp311-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 b6cc5df9c16fd979e809c50f41a28c567cd29928da6000b2d853a05c6867b711
MD5 5d94f2b64c87c7c55146c96e6658c9bd
BLAKE2b-256 87109fcfe45c0af3f5747466973312cce904bf5879b583bc1bb348168952c842

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.2-cp311-cp311-linux_armv7l.whl
Algorithm Hash digest
SHA256 87b2194efe42670217a5b45da04261ddf97e36f839a6905898f1f218d55a8757
MD5 742fa8386a003290aa53a96020a436b8
BLAKE2b-256 1a55e2062715f3fdc4dd0ccded4119bb867ddf45ba913af1f0c6234dbec359c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 6666e48067d31277bbc58df1ef8203346cdd44a6d7a7b0b26e9f3eabf5ae3639
MD5 98ef5d1cb169af3cb4c32f498ad38f64
BLAKE2b-256 5e05d4c96dc9d43d48b8f4f40c18ed4fe7ffc24d7aa6a5172303a5cab8531f6c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sherpa_onnx-1.13.2-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.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 c8236685350cd150337a0115e79fa463c113a67f152e329c209ce497de39002d
MD5 34956499dec23ffbc9ba7b5f51833a8c
BLAKE2b-256 086977ca5a8717d442c760fe7b59877dbb66548ceb6043d440c631753dc92c58

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.2-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 8be96d3d98d8ba4fedf8632b0d51f50cf876c8732fd2e8e3efc6cb26cd50ee7f
MD5 c370d5b684edc6f2703be073b481beaf
BLAKE2b-256 267539c3c5581e54af442aa85e701c37de91966db3807bb855df2f8060284a80

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.2-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 2aec4dda6b127d4b50fca7f23f8a45ebbd26ecd82501992934e8ae49e995e5c9
MD5 f5480c9f5d6ebc48f164f25b0076f470
BLAKE2b-256 861bf89be8b7771f0b7fbe2771e3904d792ee6d51b7910f31f092f5e6cdabf21

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c768704f1ef22905e63049a7d267731e6c581a635c350aeb7a2333b7ec887093
MD5 8e9ca2d16bcca9b7434d81bf7c5288a1
BLAKE2b-256 3d47583e4b2d76366d8e79dadf152be04cdfe72e72702f62fdb297cee57e0720

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.2-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 d08f3a032b38d5df89ccacd0559dd041aade58d5449da32fe1d79542e792cd4d
MD5 be4f870d23f39b2d0c41c1a806b146ff
BLAKE2b-256 d78c542742ad34249fb1226b0c252ad5290a598a012dbfacbbd7ac0c4059840f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.2-cp310-cp310-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 2c96a21f2de25f7fd0e029a87aa5310affc132d54d9e4136d9882ce528f739d1
MD5 d25070884e57f552ac970a9b7c3ed647
BLAKE2b-256 be169d5b4a67073a44a67af72eec451fbd7f4fc95b8ebcd6bb382526dba06bfb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.2-cp310-cp310-linux_armv7l.whl
Algorithm Hash digest
SHA256 43e956480eb3ad578b5cab40cfd69231f1196ecd614c6033be71177636778f65
MD5 4c80e14ab0a18748dc7cc7622816bce1
BLAKE2b-256 fc5bece5edcd53591df2d42433a75384fb8e7c4f07c876e2ba65b936a9384499

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sherpa_onnx-1.13.2-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.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 e3ba00c1355d45ae447c9536e592c548b04da68b24002b62a540554f683d7b58
MD5 516c16820088bd5bf82124f5d982996d
BLAKE2b-256 482cb82a39032f165fe3aa1e1aa24167829ebef389e36eaf64f76c063a7a66d0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sherpa_onnx-1.13.2-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.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 dc2a3409743f7abfb11612b3ae87083704ee76f67dc62df99a936a5beae5249f
MD5 fcb8814f6bf58b497030bdfdc8fe219e
BLAKE2b-256 ee3d093c20eb53f7530621f5b84f39be4e958e0149920a85be9a13ccd4afe320

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.2-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 13eb7f52d446fc02370f88a364d017d99a8c046039729eb4ec82d0ea57149eda
MD5 301ea05715134d4cdfbecf3320fc0f46
BLAKE2b-256 a9dfeed020837ea3aca26be83d33036c3dedba24179bc2b61d921c982f927960

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.2-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 e608c9fe167deb3073ceeb006853bd4fcfcdac04199cf9db79903bfaa0cdd09b
MD5 fb36f0c80ac10adc84f4c271b88534ab
BLAKE2b-256 92c2e44e291bf8740904d199c7cf2cf00806c3d503f47a50b91544611bb927e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f01c5aed01609d12a9429de2ceff98b5fccd5c74bf9d22b3884a349c5a166b93
MD5 9ad687f863fe1be0e4ef4955ff7435d6
BLAKE2b-256 a8c544bd1af66dc264d5a4b07f27a88f630503e14afc55a0e7766099f7e68390

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.2-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 c91406d0810f2228d7e1ec518288c78f6ae99bb3d03a19d93d5aa181bd58d5bd
MD5 7143d2ccede7c81047bae5afae5b7cda
BLAKE2b-256 8aec0e1eacb1944b7f30f5d84cc094aeef430d00ddbe8d52e568a2001a2b33ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.2-cp39-cp39-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 180044b57ec5c3f110ffd61da1f0a8eb1e53aa367ca74b3350a57159a4e84eb9
MD5 b1e0f77e58b5580051dfa35ce15cb32c
BLAKE2b-256 7f104b5a8404eaa20ee52c23cb8b16ab9686f598fae849156b9d5e085561a6b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.2-cp39-cp39-linux_armv7l.whl
Algorithm Hash digest
SHA256 12adb192fd1ea306cf0f8696ddac7de14d6d048069caacb9bf627350e9ad5f87
MD5 75ad003425af22d385e50a2ffaa020c1
BLAKE2b-256 72ba006869c92b59fe749de9fe0f96e6388260d704d6cba1cfa153b7b905959f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sherpa_onnx-1.13.2-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.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 762596100ce40d944371ce98f1d3b9f0d2473399e6ca66a27daca7a4f922215d
MD5 399b6f13cc3237a267c5928f1190cdff
BLAKE2b-256 7ab5803c7f1fe105248fe112010b53a63c66f758910b69a6f45d14a91b1da349

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sherpa_onnx-1.13.2-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.2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 715c6577a30e5582ba8921c10ac0649650e6f2425616011d8055885b79e9cf6b
MD5 512937a8089999ba8c8f66c8e1e4e359
BLAKE2b-256 0cbd1738251f7deb38032bea490742ba0beee1755cc34be5f2f5bc8a53ca5654

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.2-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 df1bb9d924d971c49368094060bf9150f8a0e3e8f2647facc904aa59150a1b96
MD5 32da3f8f77393aba82aeba261815ffb9
BLAKE2b-256 f2d81e18c09ad817595afb5d686df2e004a1d8465b63cea2cf6bd371cd4a509b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.2-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 5d9ddee54f2a8dfcd93af3f15d5c97e4434e67a288493ff60862b9a3fdaa9170
MD5 eca23e7b761c00849ccb74648e642e41
BLAKE2b-256 304dd842480ba10843eead00aab495d54a5a289ce23fc4f4e9e83f0778a1a13e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.2-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3a7de28707be0f3c9e6681fdeeaf223e047716aee66f14c0f5f0381ccfc9319d
MD5 36675d9607a84915c2276cf5d26c6314
BLAKE2b-256 b77339bdf2cf5bad67c5a97746b184a7b672f2e9138d1a8b1c83e68cd0a045c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.2-cp38-cp38-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 5ecf19a807159d9cbf174d865b969e6e8e777c52d3d2a338957520434bb84ba9
MD5 a58c60e98bca88e48e48b7e1dc577e1a
BLAKE2b-256 a63e419e3c7318d9722445683bd97c150dec7b8860a5f9dcf97052ba305db2b7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.2-cp38-cp38-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 96233f761f46ef058b8504d0e275d66eae35466a9ecb442a956a5be54f62ca69
MD5 fe5d2d9a91f9f5dfe25ec9474dbd317b
BLAKE2b-256 3e864955f2c4f4595ec6124f6a85728f39697ac00d1795dbfce204cf4578a55d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.2-cp38-cp38-linux_armv7l.whl
Algorithm Hash digest
SHA256 90e8d6585af272c47914e06dee39ed1faffe8aedf7e76dcfe07bd2da24e7041b
MD5 1c446981666de58ebe1061f4010b1862
BLAKE2b-256 710ac2ae6d102b2905cb0f042910789995570e77c76ecc77b0fea012ba88f831

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sherpa_onnx-1.13.2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 5429de98f981b949610cf804872bdd2a27c237591e188700fc722be9dbe6a195
MD5 018c9fffbb46a9dca518795d2f967b35
BLAKE2b-256 47fccc2ea20ff6ee8f89e417da183d2057cc8eb22bb86293576e24c7bda8691b

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