| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix: use correct hf command for Qwen3-TTS download | soryu | 2026-01-29 | 1 | -2/+2 |
| | | | | | Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> | ||||
| * | Add Qwen3-TTS model download to build process | soryu | 2026-01-28 | 1 | -0/+35 |
| | | | | | | | | | | | | | Fix TTS engine failure due to missing tokenizer by downloading Qwen3-TTS models during Docker build: - Download model.safetensors, config.json, tokenizer.json, and tokenizer_config.json from Qwen/Qwen3-TTS-12Hz-0.6B-Base - Download speech tokenizer from Qwen/Qwen3-TTS-Tokenizer-12Hz - Add QWEN3_TTS_DIR environment variable to Dockerfile - Script supports both env var override and default path Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> | ||||
| * | Add Postgres for persistence and File cabinet | soryu | 2025-12-23 | 1 | -0/+0 |
| | | | | | Migrations are local only currently, and must be run manually by setting POSTGRES_CONNECTION_URI | ||||
| * | Bump diarization version to 2.1 and fix downloading the tokenizer | soryu | 2025-12-23 | 1 | -11/+45 |
| | | |||||
| * | Use hf cli to download models | soryu | 2025-12-23 | 1 | -2/+2 |
| | | |||||
| * | Use HF to download models | soryu | 2025-12-23 | 1 | -18/+42 |
| | | |||||
| * | Create container image and move parakeet fork to vendor dir | soryu | 2025-12-23 | 1 | -0/+60 |
