Remove deprecated PyNcclConnector (#24151)
Signed-off-by: Peter Pan <Peter.Pan@daocloud.io>
This commit is contained in:
@@ -137,7 +137,7 @@ if __name__ == "__main__":
|
||||
)
|
||||
|
||||
config = KVTransferConfig(
|
||||
kv_connector='PyNcclConnector',
|
||||
kv_connector='P2pNcclConnector',
|
||||
kv_buffer_device='cuda',
|
||||
kv_buffer_size=1e9,
|
||||
kv_rank=my_rank,
|
||||
|
||||
Reference in New Issue
Block a user