[model-gateway] add llava model image processor and tests (#14371)

This commit is contained in:
Simo Lin
2025-12-03 11:18:00 -08:00
committed by GitHub
parent 46d7b35ec7
commit abf6272bdd
14 changed files with 1443 additions and 7 deletions

View File

@@ -115,6 +115,12 @@ jobs:
rustup toolchain install nightly --profile minimal
cargo +nightly fmt -- --check
- name: Generate vision golden fixtures
run: |
pip install transformers pillow numpy
cd sgl-router/
python scripts/generate_vision_golden.py
- name: Run Rust tests
timeout-minutes: 20
run: |