#19915 [Fix] SGLANG_USE_CUDA_IPC_TRANSPORT=1 and SGLANG_ENABLE_MM_SPLITTING=1 do not work at the same time.
原始 PR · 作者 wili-65535 · 合并时间 2026-03-30 01:15
修复CUDA IPC传输与多模态分割同时启用时的兼容性问题。
建议工程师精读此PR,重点关注`schedule_batch.py`中的reconstruct方法和from_dict逻辑变更,学习如何优雅处理CUDA IPC代理与多模态分割的交互。同时,review中关于video路径和copy.deepcopy的讨论值得借鉴,以预防类似设计缺陷。
参与讨论