Merged
Conversation
- Add CanaryTranscriber class using NeMo SALM architecture - Support multilingual ASR (English, Spanish, French, German) - Add device detection with MPS/CUDA/CPU fallback - Include comprehensive setup documentation - Add example configuration file - Update .gitignore for project artifacts (scripts/archive, sample, storage, .kilocode)
- Add Parakeet TDT (Transducer) transcriber with timestamp support - Add Granite Speech transcriber implementation - Add new transcriber.py CLI tool for easy transcription - Add documentation for Parakeet TDT transcriber - Add config examples and shell scripts for Parakeet TDT - Add unit tests for Parakeet TDT transcriber - Update .gitignore to exclude archive/ and sample/ folders - Update audio_transcriber module to support new transcribers - Update config.py with new transcriber options - Update runner scripts (run.py, run_hf.py) for compatibility - Clean up: Move transcribe_word_segment.py to archive
- Update all GitHub workflows and tox to target Python 3.10 only - Fix Runner._args AttributeError when run() called from tests - Fix analyze_results KeyError for missing workers_per_gpu key - Fix LexiconBuilder create_database skipping table creation - Update test assertions for newer model/library outputs - Remove test_common_voice.py (depends on non-existent matchers module) - Add requirements_test.txt and optimum[onnxruntime] dependency - Expand flake8 ignore list for pre-existing lint issues Co-authored-by: Cursor <cursoragent@cursor.com>
- Pin mkdocs-autorefs==0.5.0 to fix compatibility with mkdocs 1.4.2 - Pin all docs dependencies in workflows to match requirements.txt - Add inflect to requirements.txt (needed by lexikos) - Remove broken ::: autodoc directives from script reference docs Co-authored-by: Cursor <cursoragent@cursor.com>
The docs build uses mkdocstrings autodoc directives that import speechline modules, which depend on torch, datasets, etc. Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.