You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For 910B it's possible to add another RoCE nic, in addition to the npu-side RoCE. It means that openYuanrong RDMA transport can also work if the hardware is capable.
openYuanrong kv client already supports host RDMA transfer based on UCX. Users only need to enable the startup config and pass cpu tensors to mset.
Changes
In config.yaml, consider a new option enable_rdma, false by default. If enabled, add --enable_rdma true to dscli startup cmd and UCX_TLS=rc_x to force rdma transfer.
For debug purpose, users can set UCX_LOG_FILE at higher level (e.g. when ray startup).
Background
mset.Changes
config.yaml, consider a new optionenable_rdma, false by default. If enabled, add--enable_rdma truetodsclistartup cmd andUCX_TLS=rc_xto force rdma transfer.UCX_LOG_FILEat higher level (e.g. when ray startup).