diff --git a/src/lerobot/annotations/steerable_pipeline/config.py b/src/lerobot/annotations/steerable_pipeline/config.py index f6b9204bc..c609cd286 100644 --- a/src/lerobot/annotations/steerable_pipeline/config.py +++ b/src/lerobot/annotations/steerable_pipeline/config.py @@ -102,7 +102,7 @@ class VlmConfig: # ``openai`` talks to a local OpenAI-compatible server; the CLI # auto-spawns one when ``auto_serve=True``. backend: str = "openai" - model_id: str = "Qwen/Qwen2.5-VL-7B-Instruct" + model_id: str = "Qwen/Qwen3.6-35B-A3B-FP8" # OpenAI-compatible server endpoint; ``EMPTY`` works for local servers. api_base: str = "http://localhost:8000/v1"