vllm_omni.diffusion.models.gr00t.pipeline_gr00t ¶
Gr00tN1d7Pipeline ¶
Bases: Module
GR00T N1.7 policy pipeline backed by vLLM-Omni's local GR00T port.
vLLM-Omni owns the serving integration: OpenPI observations arrive through sampling_params.extra_args["robot_obs"], this pipeline runs GR00T policy inference, and actions are returned through DiffusionOutput.output["actions"].
embodiment_tag instance-attribute ¶
embodiment_tag = str(
model_config.get("embodiment_tag")
or "OXE_DROID_RELATIVE_EEF_RELATIVE_JOINT"
)
policy instance-attribute ¶
policy = Gr00tPolicy(
model_path=self.model_path,
embodiment_tag=self.embodiment_tag,
device=self.device,
strict=self.strict,
)