Skip to content

Use native collective instead of vllm's in non-colocated #501

@yuki-97

Description

@yuki-97

Currently we use vllm.distributed.device_communicators.pynccl to broadcast and update weights in our non-colocated implementation (#489) since ray.util.collective can't work well when vllm tp-size>1 for now.

It will make our train worker coupled with specific inference backend, so it's better to find how to use a native ray collective to decouple them.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions