• Joined on 2025-08-20
scott pushed to main at scott/kokoro 2026-04-08 13:27:02 -04:00
dfb907a02b Enable Python 3.13 (#244)
d4ef0569c7 Bugfix/crash loading voice (#248)
f1d129d835 Feat: batch support for onnx and triton compatibility (#239)
d7654ba4e8 Feature/get set voice url (#236)
2760831139 feat: set custom cache directory (#227)
Compare 10 commits »
scott created branch main in scott/kokoro 2026-04-08 13:27:01 -04:00
scott created repository scott/kokoro 2026-04-08 13:26:33 -04:00
scott pushed to main at scott/usb-crash-cart 2026-04-07 12:56:33 -04:00
673d6216ef Add libsdl1.2debian to fix missing libSDL-1.2.so.0
scott pushed to main at scott/usb-crash-cart 2026-04-07 12:54:02 -04:00
e0b435b00f Fix docker-run.sh to use fully-qualified image name
scott pushed to main at scott/usb-crash-cart 2026-04-07 12:43:55 -04:00
12e52124d0 Use dpkg-deb --extract to bypass postinstall scripts
scott pushed to main at scott/usb-crash-cart 2026-04-07 12:42:11 -04:00
9aa722065b Create /etc/udev/rules.d before dpkg install
scott pushed to main at scott/usb-crash-cart 2026-04-07 12:40:54 -04:00
5899ca619a Fix dpkg udev dependency in Docker build
scott pushed to main at scott/usb-crash-cart 2026-04-07 12:38:51 -04:00
40288dfd61 Update README with pull-based workflow
scott pushed to main at scott/usb-crash-cart 2026-04-07 12:36:28 -04:00
7415590fba Add Gitea Actions workflow to build and publish Docker image
scott pushed to main at scott/usb-crash-cart 2026-04-07 12:33:05 -04:00
bf1ce4b70e Add vendor .deb package to packages/
scott pushed to main at scott/usb-crash-cart 2026-04-07 12:31:12 -04:00
5e23e78b51 Add Dockerfile and run scripts for containerized crash cart adapter
1ce321c06f Initial commit
scott created branch main in scott/usb-crash-cart 2026-04-07 12:31:11 -04:00
scott created repository scott/usb-crash-cart 2026-04-07 12:28:50 -04:00
scott pushed to main at scott/rocm-chatterbox-whisper 2026-04-06 21:41:56 -04:00
e7a03b9f0f Switch build trigger from push to workflow_dispatch
scott deleted branch onxx from scott/rocm-chatterbox-whisper 2026-04-06 21:41:32 -04:00
scott pushed to onxx at scott/rocm-chatterbox-whisper 2026-04-06 20:48:20 -04:00
d152ccb9f3 Fall back to CPU — onnxruntime-rocm PyPI build lacks RDNA2 (gfx1031) kernels
scott pushed to onxx at scott/rocm-chatterbox-whisper 2026-04-06 20:11:58 -04:00
dc179ad8c6 Fix input dtype mismatches; drop MIGraphXExecutionProvider
scott pushed to onxx at scott/rocm-chatterbox-whisper 2026-04-06 19:52:35 -04:00
37e7f082fd Switch back to PyPI onnxruntime-rocm — AMD wheel too old for ONNX IR v10
scott pushed to onxx at scott/rocm-chatterbox-whisper 2026-04-06 19:34:31 -04:00
0df6a6cc8f Replace individual ROCm libs with rocm-libs meta-package; graceful provider fallback