diff options
| author | Danny Milosavljevic <dannym@friendly-machines.com> | 2026-03-07 04:12:00 +0100 |
|---|---|---|
| committer | Danny Milosavljevic <dannym@friendly-machines.com> | 2026-03-08 10:40:25 +0100 |
| commit | 53ba4e46467782fca0e0658ee07751f671025b5b (patch) | |
| tree | 291a51fb43955f2cab7cbb56347effa7d4e4978b /gnu/local.mk | |
| parent | b47c9993bc1146050fa6ab83f24c1a7a0baf864f (diff) | |
gnu: Add python-onnx-asr.
* gnu/packages/patches/python-onnx-asr-0.10.2-bundled-parakeet-model.patch:
New file.
* gnu/local.mk (dist_patch_DATA): Add reference to it.
* gnu/packages/speech.scm (%parakeet-hf-base): New variable.
(parakeet-tdt-config): New variable.
(parakeet-tdt-vocab): New variable.
(parakeet-tdt-encoder-int8): New variable.
(parakeet-tdt-decoder-joint-int8): New variable.
(python-onnx-asr): New variable.
Change-Id: Id103dfe51478b68d8332308fa30e12e5f16d1d80
Diffstat (limited to 'gnu/local.mk')
| -rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index beff7a93001..6267e560387 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -2101,6 +2101,7 @@ dist_patch_DATA = \ %D%/packages/patches/python-msal-requests.patch \ %D%/packages/patches/python-norns-nose.patch \ %D%/packages/patches/python-numpy-gcc-14.patch \ + %D%/packages/patches/python-onnx-asr-0.10.2-bundled-parakeet-model.patch \ %D%/packages/patches/python-random2-getrandbits-test.patch \ %D%/packages/patches/python-pillow-use-zlib-1.3.patch \ %D%/packages/patches/python-pydocstyle-add-support-for-pep701.patch \ |
