Add examples of fintuning Cosmos3#218
Conversation
|
https://github.com/QwenLM/Qwen3-VL/tree/main/qwen-vl-finetune we could mimic this to make the finetune part with a new top level folder? |
- Place SFT recipes under their capability cookbooks: vision recipes ->
cookbooks/cosmos3/generator/audiovisual/finetune/, reasoner recipes ->
cookbooks/cosmos3/reasoner/finetune/ (sibling of existing inference content,
forward-compatible with #214).
- Surface the finetune cookbooks on the repo landing page (README Finetune).
- Trim each README to the happy path; link advanced config + raw torchrun to the
canonical framework docs (training.md, sft_config.md).
- Add the recommended NGC PyTorch base image to Prerequisites.
- Rewrite each launch_sft_*.sh as a simple, self-contained recipe: linear
numbered steps (download -> convert -> train) with hardcoded paths, dropping
the shared launcher helper and all env-var override knobs.
I followed with the #214-style placement. Rather than a separate top-level |
lfengad
left a comment
There was a problem hiding this comment.
LGTM, we need to make sure these recipes have passed locally.
Got, will double check before merge. |

No description provided.