Instructions to use nvidia/Cosmos3-Edge-Policy-DROID with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Cosmos
How to use nvidia/Cosmos3-Edge-Policy-DROID 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
Fix transformer/config.json for vllm-omni
#14
by mbalaNV - opened
- transformer/config.json +2 -0
transformer/config.json
CHANGED
|
@@ -5,6 +5,7 @@
|
|
| 5 |
"action_gen": true,
|
| 6 |
"attention_bias": false,
|
| 7 |
"attention_dropout": 0.0,
|
|
|
|
| 8 |
"base_fps": 24,
|
| 9 |
"enable_fps_modulation": true,
|
| 10 |
"head_dim": 128,
|
|
@@ -36,6 +37,7 @@
|
|
| 36 |
"sound_dim": null,
|
| 37 |
"sound_gen": false,
|
| 38 |
"sound_latent_fps": 25.0,
|
|
|
|
| 39 |
"timestep_scale": 0.001,
|
| 40 |
"unified_3d_mrope_reset_spatial_ids": true,
|
| 41 |
"unified_3d_mrope_temporal_modality_margin": 15000,
|
|
|
|
| 5 |
"action_gen": true,
|
| 6 |
"attention_bias": false,
|
| 7 |
"attention_dropout": 0.0,
|
| 8 |
+
"backbone_type": "cosmos3_edge_nemotron_dense",
|
| 9 |
"base_fps": 24,
|
| 10 |
"enable_fps_modulation": true,
|
| 11 |
"head_dim": 128,
|
|
|
|
| 37 |
"sound_dim": null,
|
| 38 |
"sound_gen": false,
|
| 39 |
"sound_latent_fps": 25.0,
|
| 40 |
+
"temporal_compression_factor": 4,
|
| 41 |
"timestep_scale": 0.001,
|
| 42 |
"unified_3d_mrope_reset_spatial_ids": true,
|
| 43 |
"unified_3d_mrope_temporal_modality_margin": 15000,
|