Commit bc92d67
committed
gemma-4-31B-it: --disable-fast-image-processor to stop engine crash on bad media
sglang gemma4 crashes the whole engine (unhandled RuntimeError in
tokenizer_manager._tokenize_one_request -> gemma4 mm processor ->
base_processor.fast_load_mm_data) when a client sends malformed
multimodal input (base64 video data-URL or broken image URL as an
image). Engine crash-loops under live traffic. Trying the non-fast
image-load path to make these fail per-request instead of crashing.1 parent 950bc96 commit bc92d67
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
519 | 519 | | |
520 | 520 | | |
521 | 521 | | |
| 522 | + | |
522 | 523 | | |
523 | 524 | | |
524 | 525 | | |
| |||
0 commit comments