alibaba/GraphScope

[GLE] Explicitly build the training client using the GLE server handle

開放

#2,738 建立於 2023年5月25日

 (1 則留言) (0 個反應) (1 位負責人)HTML (301 個分叉)batch import
component:glegood first issue

倉庫指標

星標
 (2,401 顆星)
PR 合併指標
 (平均合併 1分鐘) (30 天內合併 8 個 PR)

描述

A graph object is returned after the GLE servers are launched, which is further used to build the client that the training worker uses to communicate with the GLE servers. While in distributed training(multiple training workers), we need to first get the handle of the graph (including the schema info, service IP and port), and use these information to build client in the training side. This issue is to add APIs and implementations to ease the process of explicitly building the training client using the GLE server handle.

貢獻者指南