Skip to content
Merged
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
2 changes: 1 addition & 1 deletion vllm_omni/worker_v2/omni_model_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ def execute_model(
if hasattr(self.model, "_last_captured_layers"):
self.model._last_captured_layers = self._last_aux_output
else:
raise TypeError(f"Unexpected model output type: {type(model_output)}")
hidden_states = model_output

# ★ POST-FORWARD: per-request postprocess
if not dummy_run and isinstance(hidden_states, torch.Tensor):
Expand Down