omni / README.md

Commit History

Add video call screenshot to README
6918b42

chenbhao commited on

Fix voice clone, path defaults, README rewrite; add pydub dep
bf14804

chenbhao commited on

Rewrite README in English with codev-style layout; add Xet install guide
f2c9122

chenbhao commited on

Update README: add omni-o HF conversion, call server, and frontend
f1549f4

chenbhao commited on

feat: add interactive mode to eval_vlm.py with auto <image> insertion, update README
a4fb8db

chenbhao commited on

feat: add VLM SFT mini configs, resume training, dataset streaming, and eval fixes
9a1a7d2

chenbhao commited on

refactor: rename VLM configs, add VLM SFT configs, and improve model loading
56d3c4a

chenbhao Claude Opus 4.6 commited on

refactor: reorganize dataset into lm/vlm/vam subdirectories
d9f29d1

chenbhao Claude Opus 4.6 commited on

docs: add convert command for native_hf and note about tokenizer compat
89b5891

chenbhao commited on

docs: update README and docs for model_type rename, RoPE guard fix, config paths
e14a9b6

chenbhao commited on

rename minimind→omni in model_type, eval/convert scripts, and docs
2c87b68

chenbhao commited on

fix eval_llm: add --tokenizer_path/--native flags, auto-detect num_hidden_layers from checkpoint; update README with correct inference commands
4020c99

chenbhao commited on

reorganize configs into subdirs lm/vlm/vam, remove runs/, add interview docs for pretrain & full_sft
d58698c

chenbhao commited on

refactor(runs): rename lm/vlm/vam.sh to train_*
ccda01e

chenbhao commited on

refactor(configs): flatten configs/model/ into configs/
615471c

chenbhao commited on

Set base model hidden_size to 512 across all configs for 8G VRAM
2a8cecd

chenbhao commited on

Update docs for tokenizer training script and checkpoint save path
5c62fa9

chenbhao commited on

Replace root trainer/ entry points with runs/ shell scripts
6057304

chenbhao commited on

Flatten src layout: drop omni namespace, modules live directly under src/
92c7321

chenbhao commited on

Move LoRA into models/lm to match modality-scoped layout
3d0a2b3

chenbhao opencode commited on

Move MiniMindModel backbone into models/lm, keep core pure-components only
4124522

chenbhao opencode commited on

Restructure models into lm/vlm/vam sub-packages by modality
91a3777

chenbhao opencode commited on

Fuse minimind/minimind-v/minimind-o into omni with layered architecture
45cf443

chenbhao opencode commited on

Initial commit: omni package with src layout and pyproject config
10bcbf6

chenbhao commited on