Instructions to use nvidia/Cosmos3-Edge with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Cosmos
How to use nvidia/Cosmos3-Edge with Cosmos:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Usage: switch Generation examples to vLLM-Omni (Nano/Super convention)
Aligns the Edge card Generation examples to the Nano/Super ### vLLM-Omni convention, replacing the native-PyTorch examples with vLLM-Omni serving examples.
Changes (Usage β Generation only):
- Native
cosmos_framework.scripts.inferenceexamples (Image-to-video, Action forward-dynamics, Action inverse-dynamics) β### vLLM-Omni(Container + General Invocation + Examples), mirroring Nano/Super. - Removes the cosmos-framework
### Setupsection (siblings have none). - Output assets regenerated on the current
vllm/vllm-omni:cosmos3container. I2V uses the negative prompt; FD/ID follow the sibling convention.
Assets: README.md + 6 regenerated outputs (edge_i2v_output.mp4 [neg-ON], edge_action_fd_umi_2chunk_output.mp4, edge_action_id_av_{0,1}_output.{json,png}).
β οΈ Cross-PR dependency β MUST co-merge: this PR removes ### Setup, which the native ### Reasoning currently depends on. Merge together with the reasoning owner's PR converting ### Reasoning β ### vLLM (its own install). Do not merge this PR alone.
Verification: byte-confined to the Generation region (Reasoning + all other sections byte-identical); example params match the client that produced the embedded outputs; all referenced assets exist in-repo; 3 independent reviews + full mechanical checks passed.