vllm.config.weight_transfer ¶
Classes:
-
WeightTransferConfig–Configuration for weight transfer during RL training.
WeightTransferConfig ¶
Configuration for weight transfer during RL training.
Attributes:
-
backend(Literal['nccl', 'ipc'] | str) –The backend to use for weight transfer. Validated against the
Source code in vllm/config/weight_transfer.py
backend = 'nccl' class-attribute instance-attribute ¶
The backend to use for weight transfer. Validated against the WeightTransferEngineFactory registry at engine creation time.