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
auth: defer to LoRA dispatch when alias shadows LoRA claim
Bugbot/Codex flagged: if a JWT lists the same string in both
model_aliases and lora (or as a <lora>-... step adapter), the prior
canonical_for_alias would rewrite the request to the base model,
silently swapping a LoRA call for a base-model call.
Fix is to consult the LoRA branch before rewriting — LoRA matches now
take precedence, so the original name reaches vLLM and dispatch works.
Adds tests for both the exact-lora and step-versioned-lora collisions.
0 commit comments