verl
verl copied to clipboard
fix(vllm): fix typo in async server initialization
What does this PR do?
Fixes typos in async server initialization code.
Changes Made
- Fixed typo in
vllm_async_server.pyinitialization - Fixed
run_unvicorn→run_uvicorntypo in all files:verl/workers/rollout/vllm_rollout/vllm_async_server.pyverl/workers/rollout/utils.pyverl/workers/rollout/sglang_rollout/async_sglang_server.py
- Code formatted with ruff (auto)
Testing
- [x] Code compiles without errors
- [x] No syntax issues detected
- [x] Ruff formatting passes
- [x] Mypy type checking passes
- [x] License headers verified
Checklist
- [x] My code follows the style guidelines of this project
- [x] I have performed a self-review of my own code
- [x] I have commented my code, particularly in hard-to-understand areas
- [x] My changes generate no new warnings
- [x] I have added tests that prove my fix is effective (N/A for typo fixes)
Notes
- Development on Windows; some pre-commit hooks were skipped due to platform differences
- Addressed review feedback from @gemini-code-assist
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.