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
Update vLLM video media I/O arguments
Browse filesRemove the explicit video fps override and retain only num_frames=256 in --media-io-kwargs.
README.md
CHANGED
|
@@ -641,7 +641,7 @@ vllm serve nvidia/Cosmos3-Edge \
|
|
| 641 |
--max-model-len 131072 \
|
| 642 |
--allowed-local-media-path / \
|
| 643 |
--mm-processor-kwargs '{"do_resize": true, "min_pixels": 4096, "max_pixels": 16777216}' \
|
| 644 |
-
--media-io-kwargs '{"video": {"
|
| 645 |
```
|
| 646 |
|
| 647 |
#### Examples
|
|
|
|
| 641 |
--max-model-len 131072 \
|
| 642 |
--allowed-local-media-path / \
|
| 643 |
--mm-processor-kwargs '{"do_resize": true, "min_pixels": 4096, "max_pixels": 16777216}' \
|
| 644 |
+
--media-io-kwargs '{"video": {"num_frames": 256}}'
|
| 645 |
```
|
| 646 |
|
| 647 |
#### Examples
|