You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### What this PR does / why we need it?
This PR fixes the RFork native EPLB loader unit test setup.
The test constructed a lightweight `vllm_config` without
`parallel_config`, then set `vllm_config.parallel_config.enable_eplb =
True`, which failed during test setup with `AttributeError` before
exercising the loader fallback path.
The change adds a minimal parallel config helper for RFork loader tests,
uses it in `_vllm_config()`, and makes EP/PP rank tests use keyword-only
parallel settings so the tested dimension is explicit.
### Does this PR introduce _any_ user-facing change?
No. This is test-only.
### How was this patch tested?
- `python -m py_compile
tests\ut\model_loader\rfork\test_rfork_loader.py`
- `python -m ruff check
tests\ut\model_loader\rfork\test_rfork_loader.py`
- `git diff --check -- tests\ut\model_loader\rfork\test_rfork_loader.py`
- vLLM version: v0.23.0
- vLLM main:
vllm-project/vllm@a30addc
Signed-off-by: yangsonglin13 <yangsonglin566@gmail.com>
0 commit comments