Revert camera prompt changes; add NaN guard and CUDA sync; add engineering challenges doc 5a72179 chenbhao commited on 10 days ago
Cast logits to float32 before softmax/sampling to prevent fp16 overflow 23b3234 chenbhao commited on 10 days ago
Fix from_pretrained: use SenseVoice/Siglip encoder wrappers instead of raw models 3a4cdc5 chenbhao commited on 10 days ago
Convert omni-o.pth to HF format + add from_pretrained support 64ccedb chenbhao commited on 10 days ago
Add omni_o_call.py: real-time voice call server for omni-o checkpoint f268594 chenbhao commited on 10 days ago
Fix generate() to return last text tokens instead of (None, audio_frame) tuple 603135f chenbhao commited on 10 days ago
fix VAM: funasr+pyarrow deadlock, librosa+numpy compat, reduce iter_batches batch_size fe5285c chenbhao commited on 10 days ago
feat: add VLM SFT mini configs, resume training, dataset streaming, and eval fixes 9a1a7d2 chenbhao commited on 10 days ago
refactor: rename VLM configs, add VLM SFT configs, and improve model loading 56d3c4a chenbhao Claude Opus 4.6 commited on 11 days ago
refactor: reorganize dataset into lm/vlm/vam subdirectories d9f29d1 chenbhao Claude Opus 4.6 commited on 11 days ago
docs: update README and docs for model_type rename, RoPE guard fix, config paths e14a9b6 chenbhao commited on 11 days ago
rename minimind→omni in model_type, eval/convert scripts, and docs 2c87b68 chenbhao commited on 11 days ago
reorganize configs into subdirs lm/vlm/vam, remove runs/, add interview docs for pretrain & full_sft d58698c chenbhao commited on 11 days ago
cleanup: remove deprecated doc files, update src training utils 64d62ee chenbhao commited on 11 days ago
Add local training logger that writes to {save_dir}/{save_weight}.log 17c552f chenbhao commited on 12 days ago
Add tokenizer training script and save trained tokenizer into checkpoint dir 1909c9c chenbhao commited on 12 days ago
Add modular development docs under docs/ for learning and interviews c6b1b88 chenbhao commited on 12 days ago
Flatten src layout: drop omni namespace, modules live directly under src/ 92c7321 chenbhao commited on 12 days ago
Restructure repo: rename classes, split datasets, organize trainers by modality, add YAML config + root trainer entry points c6bc767 chenbhao commited on 12 days ago
Rename core MiniMindBlock to Block for modality-agnostic naming 57010bc chenbhao opencode commited on 12 days ago
Move LoRA into models/lm to match modality-scoped layout 3d0a2b3 chenbhao opencode commited on 12 days ago
Move MiniMindModel backbone into models/lm, keep core pure-components only 4124522 chenbhao opencode commited on 12 days ago
Restructure models into lm/vlm/vam sub-packages by modality 91a3777 chenbhao opencode commited on 12 days ago
Fuse minimind/minimind-v/minimind-o into omni with layered architecture 45cf443 chenbhao opencode commited on 12 days ago
Initial commit: omni package with src layout and pyproject config 10bcbf6 chenbhao commited on 12 days ago