[MISC] Make GroupCoordinator compatible with out-of-tree devices#16464
Conversation
|
👋 Hi! Thank you for contributing to the vLLM project. 💬 Join our developer Slack at https://slack.vllm.ai to discuss your PR in #pr-reviews, coordinate on features in #feat- channels, or join special interest groups in #sig- channels. Just a reminder: PRs would not trigger full CI run by default. Instead, it would only run Once the PR is approved and ready to go, your PR reviewer(s) can run CI to test the changes comprehensively before merging. To run CI, PR reviewers can either: Add 🚀 |
Signed-off-by: hzji210@gmail.com <hzji210@gmail.com>
DarkLight1337
left a comment
There was a problem hiding this comment.
Can we remove the TODO comment?
Signed-off-by: hzji210@gmail.com <hzji210@gmail.com>
done :) |
This is the first step to support trl vllm serve on Ascend NPU #459. This PR can work properly only when vllm-project/vllm#16464 is merged into vLLM. --------- Signed-off-by: hzji210@gmail.com <hzji210@gmail.com>
…m-project#16464) Signed-off-by: hzji210@gmail.com <hzji210@gmail.com> Signed-off-by: Yang Wang <elainewy@meta.com>
This is the first step to support trl vllm serve on Ascend NPU vllm-project#459. This PR can work properly only when vllm-project/vllm#16464 is merged into vLLM. --------- Signed-off-by: hzji210@gmail.com <hzji210@gmail.com>
…m-project#16464) Signed-off-by: hzji210@gmail.com <hzji210@gmail.com>
…m-project#16464) Signed-off-by: hzji210@gmail.com <hzji210@gmail.com>
…m-project#16464) Signed-off-by: hzji210@gmail.com <hzji210@gmail.com> Signed-off-by: Mu Huai <tianbowen.tbw@antgroup.com>
This is the first step to support trl vllm serve on Ascend NPU vllm-project#459. This PR can work properly only when vllm-project/vllm#16464 is merged into vLLM. --------- Signed-off-by: hzji210@gmail.com <hzji210@gmail.com>
This is the first step to support trl vllm serve on Ascend NPU vllm-project#459. This PR can work properly only when vllm-project/vllm#16464 is merged into vLLM. --------- Signed-off-by: hzji210@gmail.com <hzji210@gmail.com>
This is the first step to support trl vllm serve on Ascend NPU vllm-project#459. This PR can work properly only when vllm-project/vllm#16464 is merged into vLLM. --------- Signed-off-by: hzji210@gmail.com <hzji210@gmail.com> Signed-off-by: nanxing <1014662416@qq.com>
…m-project#16464) Signed-off-by: hzji210@gmail.com <hzji210@gmail.com>
We are working on making vllm-ascend support rlhf-related functions, and a key step is to provide functions similar to PyHcclComunicator. When migrating the test cases related to test_pynccl in vLLM, I found that GroupCoordinator seems incompatible with out-of-tree devices. (see:https://github.com/vllm-project/vllm-ascend/actions/runs/14406599923/job/40404534132?pr=503). This PR has fixed this issue.
cc @youkaichao @DarkLight1337