Skip to content

Commit 8151a2e

Browse files
fix(plugins): update parakeet model download URL to streamkit HF space
Point the justfile download target and README references to streamkit/parakeet-models instead of the external csukuangfj repo. Original export attribution preserved in README. Signed-off-by: StreamKit Devin <devin@streamkit.dev> Co-Authored-By: Claudio Costa <cstcld91@gmail.com>
1 parent 25f28c0 commit 8151a2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -740,7 +740,7 @@ upload-parakeet-plugin: build-plugin-native-parakeet
740740
download-parakeet-models:
741741
@echo "Downloading Parakeet TDT models (~631MB)..."
742742
@mkdir -p models/sherpa-onnx-nemo-parakeet-tdt-0.6b-v2-int8
743-
@HF_BASE="https://huggingface.co/csukuangfj/sherpa-onnx-nemo-parakeet-tdt-0.6b-v2-int8/resolve/main" && \
743+
@HF_BASE="https://huggingface.co/streamkit/parakeet-models/resolve/main" && \
744744
MODEL_DIR="models/sherpa-onnx-nemo-parakeet-tdt-0.6b-v2-int8" && \
745745
for f in encoder.int8.onnx decoder.int8.onnx joiner.int8.onnx tokens.txt; do \
746746
if [ -f "$MODEL_DIR/$f" ]; then \

plugins/native/parakeet/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ just download-parakeet-models
180180
## Model Attribution
181181
182182
- **Parakeet TDT Model**: [NVIDIA NeMo](https://huggingface.co/nvidia/parakeet-tdt-0.6b-v2)
183-
- **sherpa-onnx Export**: [csukuangfj/sherpa-onnx-nemo-parakeet-tdt-0.6b-v2-int8](https://huggingface.co/csukuangfj/sherpa-onnx-nemo-parakeet-tdt-0.6b-v2-int8)
183+
- **Models**: [streamkit/parakeet-models](https://huggingface.co/streamkit/parakeet-models) (hosted from [csukuangfj/sherpa-onnx-nemo-parakeet-tdt-0.6b-v2-int8](https://huggingface.co/csukuangfj/sherpa-onnx-nemo-parakeet-tdt-0.6b-v2-int8))
184184
- **Silero VAD**: [snakers4/silero-vad](https://github.com/snakers4/silero-vad) (MIT)
185185
- **License**: CC-BY-4.0
186186

0 commit comments

Comments
 (0)