Revert "Remove native Hunyuan V1 and VL implementations" - #53296
Conversation
|
/ci run |
|
Documentation preview: https://vllm--53296.org.readthedocs.build/en/53296/ |
5b4d4aa to
6a5bbcb
Compare
|
/ci run |
|
✅ Triggered Buildkite CI #85060 for commit |
|
✅ CI is already running for this commit: https://buildkite.com/vllm/ci/builds/85060 |
|
Signed-head exact run is Buildkite #85060. CPU Multimodal Processor shards 1 and 4 are selected and currently waiting behind image prerequisites; awaiting terminal results. |
|
Shouldn't we just remove the tests that depend on the removed model? |
|
Strict signed-head validation is complete: Buildkite #85060 ran at exact commit |
|
/ci run |
|
✅ Triggered Buildkite CI #85108 for commit |
|
@DarkLight1337 agree usually but so many things were breaking we just need to stabilize CI urgently. |
Why
This reverts #53272 because it deterministically breaks the CPU Multimodal Processor test matrix after switching HunyuanOCR to the Transformers
HunYuanVLProcessor:The merged commit
d53b1c2eis the first affected main commit. Main Buildkite #85049 fails CPU Multimodal Processor shards 1 and 4 in three HunyuanOCRtest_processing_correctnesscases.The exact PR-head Buildkite #85016 selected all four CPU Multimodal Processor shards and failed the identical HunyuanOCR cases in shards 1 and 4 while shards 2 and 3 passed. This is deterministic code evidence rather than runner noise.
Duplicate-work check
Searched open PRs for
53272,HunyuanOCR placeholder processor, andrevert Hunyuan native removal; no existing revert or equivalent fix was found.Validation
git diff HEAD^ --checkd53b1c2ewithgit apply --check --reverse6a5bbcbad020a062572c06344c523dae107ac3f6: CPU Multimodal Processor shard 1 passed onip-10-0-34-197at 17:43:16 UTC and shard 4 passed onip-10-0-4-137at 17:39:47 UTCNo model evaluation is applicable because this is an emergency rollback restoring the implementation and test behavior present immediately before the breaking merge.
Merge gate
Keep this draft until human line-by-line review. The incident remains open after pre-merge validation and closes only after merge plus exact post-merge main CPU Multimodal shards 1 and 4 pass.
AI assistance
AI assistance was used to investigate the CI failure, prepare the revert, and draft this PR. The human submitter must review every changed line and can explain and defend the change end-to-end.