[mm] sglang-mm: server vision pipeline core (fetch/driver/pipeline) + Qwen VL (#32364)
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -130,10 +130,12 @@ repos:
|
||||
pass_filenames: false
|
||||
- id: clippy-rust-workspace
|
||||
name: clippy rust/ workspace (auto-fix)
|
||||
# Two steps: apply machine-applicable fixes, then fail on anything left
|
||||
# (combining --fix with -D warnings can abort the fix phase). protoc is
|
||||
# not required: sglang-grpc's build.rs falls back to a vendored binary.
|
||||
entry: bash -c 'cd rust && cargo clippy --workspace --fix --allow-dirty --allow-staged && cargo clippy --workspace -- -D warnings'
|
||||
# Three steps: apply machine-applicable fixes, then fail on anything
|
||||
# left (combining --fix with -D warnings can abort the fix phase), then
|
||||
# cover sglang-mm's PyO3 bindings + rayon fan-out — both sit behind
|
||||
# non-default features, so `--workspace` alone never compiles them. protoc
|
||||
# is not required: sglang-grpc's build.rs falls back to a vendored binary.
|
||||
entry: bash -c 'cd rust && cargo clippy --workspace --fix --allow-dirty --allow-staged && cargo clippy --workspace -- -D warnings && cargo clippy -p sglang-mm --features python,parallel --lib -- -D warnings'
|
||||
language: system
|
||||
files: ^rust/.*\.rs$
|
||||
pass_filenames: false
|
||||
|
||||
Reference in New Issue
Block a user