-
Notifications
You must be signed in to change notification settings - Fork 0
feat(e2e): add headless pipeline validation tests #285
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
7238b6e
520ea73
8959b2f
4cc3bd5
995175e
c910178
01e3a36
50c738e
37cb827
c96760b
2c9933f
b97660d
ce7b52e
93cb983
e69cb9f
b8f3863
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,57 @@ | ||
| { | ||
| "schema_version": 1, | ||
| "id": "parakeet", | ||
| "name": "Parakeet TDT", | ||
| "version": "0.1.0", | ||
| "node_kind": "parakeet", | ||
| "kind": "native", | ||
| "description": "Fast speech-to-text using NVIDIA Parakeet TDT via sherpa-onnx", | ||
| "license": "MPL-2.0", | ||
| "homepage": "https://huggingface.co/nvidia/parakeet-tdt-0.6b-v2", | ||
| "entrypoint": "libparakeet.so", | ||
| "bundle": { | ||
| "url": "https://github.com/streamer45/streamkit/releases/download/plugin-parakeet-v0.1.0/parakeet-0.1.0-bundle.tar.zst", | ||
| "sha256": "9ca3cd97ba3c665517dd1319f8492c15b6b97549231577b640bbbc0f71aa60c3", | ||
| "size_bytes": 15635462 | ||
| }, | ||
| "models": [ | ||
| { | ||
| "id": "parakeet-tdt-0.6b-v2-int8", | ||
| "name": "Parakeet TDT 0.6B v2 (English, INT8)", | ||
| "default": true, | ||
| "source": "huggingface", | ||
| "repo_id": "streamkit/parakeet-models", | ||
| "revision": "main", | ||
| "files": [ | ||
| "encoder.int8.onnx", | ||
| "decoder.int8.onnx", | ||
| "joiner.int8.onnx", | ||
| "tokens.txt" | ||
| ], | ||
| "expected_size_bytes": 661190513, | ||
| "license": "CC-BY-4.0", | ||
| "license_url": "https://huggingface.co/nvidia/parakeet-tdt-0.6b-v2", | ||
| "file_checksums": { | ||
| "encoder.int8.onnx": "a32b12d17bbbc309d0686fbbcc2987b5e9b8333a7da83fa6b089f0a2acd651ab", | ||
| "decoder.int8.onnx": "b6bb64963457237b900e496ee9994b59294526439fbcc1fecf705b31a15c6b4e", | ||
| "joiner.int8.onnx": "7946164367946e7f9f29a122407c3252b680dbae9a51343eb2488d057c3c43d2", | ||
| "tokens.txt": "ec182b70dd42113aff6c5372c75cac58c952443eb22322f57bbd7f53977d497d" | ||
| } | ||
| }, | ||
| { | ||
| "id": "silero-vad", | ||
| "name": "Silero VAD (v6.2)", | ||
| "default": true, | ||
| "source": "huggingface", | ||
| "repo_id": "streamkit/parakeet-models", | ||
| "revision": "main", | ||
| "files": [ | ||
| "silero_vad.onnx" | ||
| ], | ||
| "expected_size_bytes": 2327524, | ||
| "license": "MIT", | ||
| "license_url": "https://github.com/snakers4/silero-vad/blob/master/LICENSE", | ||
| "sha256": "1a153a22f4509e292a94e67d6f9b85e8deb25b4988682b7e174c65279d8788e3" | ||
| } | ||
|
Comment on lines
+41
to
+55
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🚩 Silero VAD model uses top-level sha256 instead of file_checksums The silero-vad model entry in the parakeet manifest uses a top-level Was this helpful? React with 👍 or 👎 to provide feedback. Debug
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This file is from PR #279's base branch, not from changes in this PR. The schema inconsistency (top-level |
||
| ] | ||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| untrusted comment: signature from minisign secret key | ||
| RUQ/85JEqYXEgb3NHkk8EDvKfvijFiOhUMrmR97Tqb5NEYf3kTZTK+U5IHo10l0lOfInZaLjscG7wQ6OqfgO6gaRAnqlUzMXmgo= | ||
| trusted comment: timestamp:1775850398 file:manifest.json hashed | ||
| BMn5YTOa/ekLGbyRUiXr5cnwpYr8NrU+bQrKORovVYFIUtYDDwUyzvELqGjs/tShSlT8Ws7UVtBDdSVdJlOxAg== |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,57 @@ | ||
| { | ||
| "schema_version": 1, | ||
| "id": "parakeet", | ||
| "name": "Parakeet TDT", | ||
| "version": "0.1.0", | ||
| "node_kind": "parakeet", | ||
| "kind": "native", | ||
| "description": "Fast speech-to-text using NVIDIA Parakeet TDT via sherpa-onnx", | ||
| "license": "MPL-2.0", | ||
| "homepage": "https://huggingface.co/nvidia/parakeet-tdt-0.6b-v2", | ||
| "entrypoint": "libparakeet.so", | ||
| "bundle": { | ||
| "url": "https://github.com/streamer45/streamkit/releases/download/plugin-parakeet-v0.1.0/parakeet-0.1.0-bundle.tar.zst", | ||
| "sha256": "9ca3cd97ba3c665517dd1319f8492c15b6b97549231577b640bbbc0f71aa60c3", | ||
| "size_bytes": 15635462 | ||
| }, | ||
| "models": [ | ||
| { | ||
| "id": "parakeet-tdt-0.6b-v2-int8", | ||
| "name": "Parakeet TDT 0.6B v2 (English, INT8)", | ||
| "default": true, | ||
| "source": "huggingface", | ||
| "repo_id": "streamkit/parakeet-models", | ||
| "revision": "main", | ||
| "files": [ | ||
| "encoder.int8.onnx", | ||
| "decoder.int8.onnx", | ||
| "joiner.int8.onnx", | ||
| "tokens.txt" | ||
| ], | ||
| "expected_size_bytes": 661190513, | ||
| "license": "CC-BY-4.0", | ||
| "license_url": "https://huggingface.co/nvidia/parakeet-tdt-0.6b-v2", | ||
| "file_checksums": { | ||
| "encoder.int8.onnx": "a32b12d17bbbc309d0686fbbcc2987b5e9b8333a7da83fa6b089f0a2acd651ab", | ||
| "decoder.int8.onnx": "b6bb64963457237b900e496ee9994b59294526439fbcc1fecf705b31a15c6b4e", | ||
| "joiner.int8.onnx": "7946164367946e7f9f29a122407c3252b680dbae9a51343eb2488d057c3c43d2", | ||
| "tokens.txt": "ec182b70dd42113aff6c5372c75cac58c952443eb22322f57bbd7f53977d497d" | ||
| } | ||
| }, | ||
| { | ||
| "id": "silero-vad", | ||
| "name": "Silero VAD (v6.2)", | ||
| "default": true, | ||
| "source": "huggingface", | ||
| "repo_id": "streamkit/parakeet-models", | ||
| "revision": "main", | ||
| "files": [ | ||
| "silero_vad.onnx" | ||
| ], | ||
| "expected_size_bytes": 2327524, | ||
| "license": "MIT", | ||
| "license_url": "https://github.com/snakers4/silero-vad/blob/master/LICENSE", | ||
| "sha256": "1a153a22f4509e292a94e67d6f9b85e8deb25b4988682b7e174c65279d8788e3" | ||
| } | ||
| ] | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| untrusted comment: signature from minisign secret key | ||
| RUQ/85JEqYXEgb3NHkk8EDvKfvijFiOhUMrmR97Tqb5NEYf3kTZTK+U5IHo10l0lOfInZaLjscG7wQ6OqfgO6gaRAnqlUzMXmgo= | ||
| trusted comment: timestamp:1775850398 file:manifest.json hashed | ||
| BMn5YTOa/ekLGbyRUiXr5cnwpYr8NrU+bQrKORovVYFIUtYDDwUyzvELqGjs/tShSlT8Ws7UVtBDdSVdJlOxAg== |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| # SPDX-FileCopyrightText: © 2025 StreamKit Contributors | ||
| # | ||
| # SPDX-License-Identifier: MPL-2.0 | ||
|
|
||
| requires_node = "video::dav1d::decoder" | ||
| output_extension = ".webm" | ||
| codec_name = "av1" | ||
| width = 320 | ||
| height = 240 | ||
| container_format = "matroska,webm" | ||
| pix_fmt = "yuv420p" |
Uh oh!
There was an error while loading. Please reload this page.