Checklist
Motivation
Creating an issue to track this TODO for myself (or anyone else who wants to help):
Currently when users call SGLang with a non-existing lora_path, SGLang server/engine would crash due to failed assertions in prepare_lora_batch. This is unideal as it imposes unnecessary burden for server owner to validate request params before they are passed to the SGLang backend.
Ideally, SGLang should have gracefully handled the exception and respond 4xx errors without crashing the server.
Related resources
No response