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
Now, the directory name of dlrover is confused. The folders under dlrover are dlrover/python, dlrover/client, dlrover/trainer, dlrover/go, dlrover/proto. The dlrover/go and dlrover/python are named by the programming language, but the dlrover/trainer, dlrover/proto and dlrover/client are named by the function module. What's more, the dlrover folder is used to build a python package but the dlrover/go is not packaged in the dlrover wheel.
The folders can be re-organized the following structure.
Now, the directory name of dlrover is confused. The folders under
dlrover
aredlrover/python
,dlrover/client
,dlrover/trainer
,dlrover/go
,dlrover/proto
. Thedlrover/go
anddlrover/python
are named by the programming language, but thedlrover/trainer
,dlrover/proto
anddlrover/client
are named by the function module. What's more, thedlrover
folder is used to build a python package but thedlrover/go
is not packaged in the dlrover wheel.The folders can be re-organized the following structure.
The text was updated successfully, but these errors were encountered: