936 B
936 B
Conversation Checkpoint: Local STT Implementation
Project: local-stt
- Status: In-Progress (Development/Debugging)
- Environment: Dedicated venv in
/home/openclaw/.openclaw/workspace/projects/local-stt/scripts/. - Dependencies:
sherpa-onnx(v1.12.34),numpy,onnx,waveinstalled. - Models:
- STT:
sherpa-onnx-streaming-zipformer-en-2023-06-26-mobile - Punctuation:
sherpa-onnx-punct-ct-transformer-zh-en-vocab272727-2024-04-12-int8
- STT:
- Current Issue: Encountering
RuntimeError: No graph was found in the protobufandRuntimeError: Got invalid dimensions for inputwhen attempting to runtranscribe.py. - Verified:
.onnxmodel files are valid via theonnxlibrary. - Next Steps: Investigate version-specific loading methods for Zipformer in
sherpa-onnx(the API changed significantly). Confirm exact model source version to ensure compatibility with current Python API.