You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`_dispatch_full_finetune_run` was building the payload without a
teamId, so every dispatched run landed on the caller's personal
account even when `prime config view` showed a team selected. The
LoRA path (rl.py:1216) already passes `app_config.team_id` — match
that behaviour for the full-FT path.
Backend's `CreateDedicatedRunRequest.team_id` is Optional, so the
prior omission was silently wrong instead of returning a 400.
0 commit comments