• Joined on 2024-01-04
mozempk pushed to main at mozempk/tonemark 2026-05-11 23:14:33 +02:00
6beb436687 fix(postprocess): drop tiny carry-over text
mozempk pushed to main at mozempk/tonemark 2026-05-11 22:47:04 +02:00
672b161cda fix(transcript): collapse rolling segment echoes
mozempk pushed to main at mozempk/whisper-rtx2080 2026-05-11 22:47:04 +02:00
cb0b07b2ff fix(worker): collapse incremental segments
mozempk pushed to main at mozempk/whisper-rtx2080 2026-05-10 16:28:05 +02:00
d3a67f11b3 fix: four worker.rs bugs found during E2E testing
mozempk pushed to main at mozempk/tonemark 2026-05-10 15:56:07 +02:00
35a2d86dbb test: add beforeEach cleanup in push.test.ts to prevent flaky state leakage
mozempk pushed to main at mozempk/tonemark 2026-05-10 15:52:30 +02:00
470dd1642f fix: clear modelWarming notice when job completes via SSE done event
mozempk pushed to main at mozempk/tonemark 2026-05-10 15:37:08 +02:00
10a3669b42 fix: FormData stream exhausted on retry + undefined segments crash
mozempk pushed to main at mozempk/tonemark 2026-05-09 15:54:33 +02:00
a76625d378 ci: use npm install instead of npm ci to avoid lock file version mismatch
mozempk pushed to main at mozempk/tonemark 2026-05-09 15:51:26 +02:00
76051e52dd ci: add test job before Docker build
mozempk pushed to main at mozempk/tonemark 2026-05-09 15:48:48 +02:00
53f874aec7 feat: proxy POST /model/unload endpoint
mozempk pushed to main at mozempk/trueref 2026-05-09 15:44:37 +02:00
5c6085df99 feat: GPU model lazy-load/unload lifecycle management
mozempk pushed to main at mozempk/tonemark 2026-05-09 00:40:46 +02:00
04142b17a8 feat: whisper-side cancellation + SSE-triggered retry
01845bec25 test: comprehensive coverage for 503 retry loop and getModelStatus
b90d57984c feat: model-on-demand lifecycle — retry on 503, live status pill, warming indicator
Compare 3 commits »
mozempk pushed to main at mozempk/whisper-rtx2080 2026-05-08 23:47:13 +02:00
bcaf8680db docs: add FRONTEND_INTEGRATION.md developer guide
mozempk pushed tag 0.0.2 to mozempk/whisper-rtx2080 2026-05-08 23:45:52 +02:00
mozempk released On demand model loading at mozempk/whisper-rtx2080 2026-05-08 23:45:52 +02:00
mozempk pushed to main at mozempk/whisper-rtx2080 2026-05-08 18:20:58 +02:00
d0148260e3 test: add unit test infrastructure (Docker tester stage + CI)
mozempk pushed to main at mozempk/whisper-rtx2080 2026-05-08 17:57:27 +02:00
b191fbe200 feat: dynamic model loading/unloading with GPU polling
mozempk pushed to master at mozempk/llama-cpp 2026-05-06 23:31:12 +02:00
322364e6fc compose: fix server command structure (critical bug)
mozempk pushed to main at mozempk/tonemark 2026-05-06 19:32:29 +02:00
ffd5d48c0d fix: increase body size limit to 500MB for audio uploads
mozempk pushed to main at mozempk/tonemark 2026-05-06 19:17:19 +02:00
ed5e88f5ca fix: install yt-dlp via pip instead of prebuilt binary