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
Engines: add vLLM-Omni and vLLM (listed first) alongside PyTorch
Browse files
README.md
CHANGED
|
@@ -171,6 +171,8 @@ Our AI models are designed and/or optimized to run on NVIDIA GPU-accelerated sys
|
|
| 171 |
|
| 172 |
**Runtime Engine(s):**
|
| 173 |
|
|
|
|
|
|
|
| 174 |
- [PyTorch](https://github.com/nvidia/cosmos3)
|
| 175 |
|
| 176 |
**Supported Hardware Microarchitecture Compatibility:**
|
|
@@ -843,7 +845,7 @@ Cosmos3 outputs should not be treated as physically accurate simulation, reliabl
|
|
| 843 |
|
| 844 |
## Inference
|
| 845 |
|
| 846 |
-
**Acceleration Engine:** [PyTorch](https://pytorch.org/)
|
| 847 |
|
| 848 |
**Test Hardware:** B200, H100, H20, RTX PRO 6000, DGX Station, DGX Spark, Jetson Thor, Jetson AGX Orin
|
| 849 |
|
|
|
|
| 171 |
|
| 172 |
**Runtime Engine(s):**
|
| 173 |
|
| 174 |
+
- [vLLM-Omni](https://github.com/vllm-project/vllm-omni)
|
| 175 |
+
- [vLLM](https://github.com/vllm-project/vllm)
|
| 176 |
- [PyTorch](https://github.com/nvidia/cosmos3)
|
| 177 |
|
| 178 |
**Supported Hardware Microarchitecture Compatibility:**
|
|
|
|
| 845 |
|
| 846 |
## Inference
|
| 847 |
|
| 848 |
+
**Acceleration Engine:** [vLLM-Omni](https://github.com/vllm-project/vllm-omni), [vLLM](https://github.com/vllm-project/vllm), [PyTorch](https://pytorch.org/)
|
| 849 |
|
| 850 |
**Test Hardware:** B200, H100, H20, RTX PRO 6000, DGX Station, DGX Spark, Jetson Thor, Jetson AGX Orin
|
| 851 |
|