Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion cookbooks/cosmos3/generator/action/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,9 @@ generation (see [`run_fd_with_vllm.ipynb`](./run_fd_with_vllm.ipynb) and
| `flow_shift` | `10.0` |

The notebooks build the full request body for AV, DROID, and UMI examples,
including autoregressive chunked generation for the robotics examples.
including autoregressive chunked generation for the robotics examples. Policy
inference uses async `POST /v1/videos` to retrieve a rollout video plus
top-level `action` metadata.

### VLLM-Omni Notebook Walkthrough

Expand All @@ -126,6 +128,8 @@ write outputs under `outputs/cosmos3_action_vllm/`:
DROID, and UMI robotics examples.
- [`run_id_with_vllm.ipynb`](./run_id_with_vllm.ipynb) — inverse dynamics,
predicting ego-motion trajectories from input AV videos.
- [`run_policy_with_vllm.ipynb`](./run_policy_with_vllm.ipynb) — policy
inference for DROID through the async video API.



Expand Down
Loading