other: switch vllm source to rebellions internal pypi#614
other: switch vllm source to rebellions internal pypi#614rebel-minhopark wants to merge 1 commit into
Conversation
Switch vllm dependency to the rebellions internal index (0.18.1.dev2+g4a5535958.d20260417.cpu).
Note for reviewers — CI failure contextThe CI failure on this PR can't be fixed within the PR itself, so flagging the context here. Why this PR exists: Problem with the current dependency:
This double-install is inconvenient and error-prone. Why bumping is safe: The CI failure appears to be related to the new index/version not being reachable from the CI environment (the |
|
@rebel-minhopark https://rebellions-ai.slack.com/archives/C07DVK01Y8L/p1778653221669799 여기 논의된대로 의존성을 내부 pypi에 걸어버리는게 아직 검토가 완료안된 사항인것으로 알고있습니다.. |
🚀 Summary of Changes
Switches the
vllmdependency from the publicvllm-cpuindex to the internalrebellionsPyPI (https://pypi.rebellions.in/simple), and bumps the pinned version to0.18.1.dev2+g4a5535958.d20260417.cpu.pyproject.tomlvllm==0.18.0+cpu→vllm==0.18.1.dev2+g4a5535958.d20260417.cpu[[tool.uv.index]]entry namedrebellions[tool.uv.sources]updated so thatvllm = { index = "rebellions" }📌 Related Issues / Tickets
✅ Type of Change
release)feature)model)core)fix)perf)refactor)docs)other): dependency / package index change🧪 How to Test
uv syncuv pip show vllmreports0.18.1.dev2+g4a5535958.d20260417.cpu, sourced frompypi.rebellions.in0.18.0-ax-k1-fp8inference path and confirm no regression📸 Screenshots / Logs (if applicable)
N/A
📋 Checklist
💬 Notes
0.18.0-ax-k1-fp8uv.lockis not included in this commit. If needed, it can be regenerated and pushed as a separate commit.rebellionsindex may require internal network / VPN access. Please verify that CI environments can reach it.