test(models): Add AutoBridge registration matrix#4542
Conversation
Signed-off-by: yaoyu-33 <yaoyu.094@gmail.com>
|
/ok to test cbece1d |
|
LGTM — clean, well-structured registration matrix test. A couple of minor observations:
Suggested test cases: No perf tests impacted. |
Summary
AutoBridge.list_supported_models(), andAutoBridge.from_hf_config()dispatches to the expected bridge without weights or model construction.Validation
uv run --no-sync ruff check tests/unit_tests/models/test_autobridge_registration_matrix.pyuv run --no-sync ruff format --check tests/unit_tests/models/test_autobridge_registration_matrix.pyuv run --no-sync python -m py_compile tests/unit_tests/models/test_autobridge_registration_matrix.pygit diff --checkuv run --no-sync pre-commit run --all-filesuv run --no-sync python -m pytest tests/unit_tests/models/test_autobridge_registration_matrix.py -q->8 passedLocal targeted pytest was attempted after submodule initialization but the workstation environment cannot resolve
nvidia-resiliency-ext==0.6.0for its platform; the remote container run above is the authoritative pytest validation.