Simplify voice_args: remove redundant fallback chain, require explicit name 276d80f chenbhao Claude Opus 4.6 commited on 14 days ago
Remove silence-generated default voice; use cloned voice as default when available aa3f48c chenbhao commited on 14 days ago
Generate default voice from silence on startup; fix voice fallback priority 764189b chenbhao commited on 14 days ago
Revert "Generate default voice from silence when no voices available" e75ae33 chenbhao commited on 14 days ago
Voice selector: inline popup with groups (builtin/unseen/manual), delete cloned voices, outside-click close 38498df chenbhao commited on 14 days ago
Generate default voice from silence when no voices available 6fb1e3e chenbhao commited on 14 days ago
Fix voice clone, path defaults, README rewrite; add pydub dep bf14804 chenbhao commited on 14 days ago
Rewrite README in English with codev-style layout; add Xet install guide f2c9122 chenbhao commited on 14 days ago
Update docs: challenges.md (training bias + scene text approach), vam/multimodal/trainers docs sync 2460459 chenbhao commited on 14 days ago
Revert "Remove '请描述这张图片' from camera prompt; img_tokens before user text" ef84b16 chenbhao commited on 14 days ago
Revert "Camera: inject scene text instead of raw img_tokens to avoid description mode" 0389f23 chenbhao commited on 14 days ago
Revert "Fix scene refresh starving conversation: non-blocking lock + SCENE_LOCK guard" a1e8c3d chenbhao commited on 14 days ago
Fix scene refresh starving conversation: non-blocking lock + SCENE_LOCK guard 28843e3 chenbhao commited on 14 days ago
Camera: inject scene text instead of raw img_tokens to avoid description mode 0375745 chenbhao commited on 14 days ago
Remove '请描述这张图片' from camera prompt; img_tokens before user text 22518dd chenbhao commited on 14 days ago
Revert camera prompt changes; add NaN guard and CUDA sync; add engineering challenges doc 5a72179 chenbhao commited on 14 days ago
Camera context improvements: image tokens before user text + system prompt ad61556 chenbhao commited on 14 days ago
Cast logits to float32 before softmax/sampling to prevent fp16 overflow 23b3234 chenbhao commited on 14 days ago
Fix camera: don't force 'describe this image' when user has text input 8c47b2e chenbhao commited on 14 days ago
Update README: add omni-o HF conversion, call server, and frontend f1549f4 chenbhao commited on 14 days ago
Move audio/vision encoder .to(device) after model init for both HF and .pth paths 5eccaad chenbhao commited on 14 days ago
Fix from_pretrained: use SenseVoice/Siglip encoder wrappers instead of raw models 3a4cdc5 chenbhao commited on 14 days ago
Convert omni-o.pth to HF format + add from_pretrained support 64ccedb chenbhao commited on 14 days ago
Replace web_demo.html with omni_o_web.html: self-contained frontend for omni-o call 9a9a9e0 chenbhao commited on 14 days ago
Rewrite omni_o_terminal.py: add real-time interrupt/barge-in f53960b chenbhao commited on 14 days ago
Add omni_o_call.py: real-time voice call server for omni-o checkpoint f268594 chenbhao commited on 15 days ago
Fix eval_vam.py: update paths to checkpoint/ dirs, fix VAMConfig attn heads, remove open_thinking kwarg cecc5b1 chenbhao commited on 15 days ago
Fix generate() to return last text tokens instead of (None, audio_frame) tuple 603135f chenbhao commited on 15 days ago
fix VAM: funasr+pyarrow deadlock, librosa+numpy compat, reduce iter_batches batch_size fe5285c chenbhao commited on 15 days ago
feat: add VAM T2A config variant using omni-v initialization 75ec370 chenbhao commited on 15 days ago
feat: add interactive mode to eval_vlm.py with auto <image> insertion, update README a4fb8db chenbhao commited on 15 days ago
feat: add VLM SFT mini configs, resume training, dataset streaming, and eval fixes 9a1a7d2 chenbhao commited on 15 days ago
refactor: rename VLM configs, add VLM SFT configs, and improve model loading 56d3c4a chenbhao Claude Opus 4.6 commited on 15 days ago
refactor: reorganize dataset into lm/vlm/vam subdirectories d9f29d1 chenbhao Claude Opus 4.6 commited on 15 days ago