tangyue0820 commited on
Commit
f54bf13
·
verified ·
1 Parent(s): 97ce140

Engines: add vLLM-Omni and vLLM (listed first) alongside PyTorch

Browse files
Files changed (1) hide show
  1. README.md +3 -1
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