Commit Graph

25 Commits

Author SHA1 Message Date
embroede 79c3390d8c
feat: make log rotation settings configurable (#3085)
Signed-off-by: Edward Broeder <eddie.broeder@intel.com>
2024-02-28 16:36:43 +08:00
Gaius 12fc630612
fix: if scheduler has no seed peer, return error in preheating (#2835)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-10-30 16:45:39 +08:00
guangwu a3f2aae26c
chore: remove refs to deprecated io/ioutil (#2754)
Signed-off-by: guoguangwu <guoguangwu@magic-shield.com>
2023-09-26 10:09:57 +08:00
Gaius f3b92900af
feat: peer announces scheduler cluster id to scheduler (#2652)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-08-21 22:00:05 +08:00
Gaius 5b7ea5da2a
Revert "feat: replace fmt.Sprintf with net.JoinHostPort" (#2649)
Revert "feat: replace fmt.Sprintf with net.JoinHostPort (#2642)"

This reverts commit a6863f9b19.
2023-08-17 17:21:50 +08:00
Gaius a6863f9b19
feat: replace fmt.Sprintf with net.JoinHostPort (#2642)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-08-16 16:45:14 +08:00
Gaius 05a66805cc
fix: directories created via os.MkdirAll are not checked for permissions (#2613)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-08-09 13:52:26 +08:00
Gaius bd140f1104
refactor: file close error
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-08-08 12:08:15 +08:00
Jim Ma 342438eae6
chore: optimize unhandled file close error (#2599)
Signed-off-by: Jim Ma <majinjing3@gmail.com>
2023-08-08 11:48:29 +08:00
Gaius b3f23f71a3
feat: update dy7.io/api to v2 (#2558)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-07-20 23:17:57 +08:00
dlut_xz be6d8085c7
feat: add finished piece count element in types (#2557)
Signed-off-by: XZ <834756128@qq.com>
2023-07-19 10:28:24 +08:00
dlut_xz 1cdcf6bc10
test: trainer serivce unit tests (#2545)
Signed-off-by: XZ <834756128@qq.com>
2023-07-13 13:31:00 +08:00
dlut_xz 0490a7b001
fix: if condition judgment of clearing file in trainer service (#2544)
Signed-off-by: XZ <834756128@qq.com>
2023-07-12 21:38:08 +08:00
Gaius c7e43be4e1
feat: add training service (#2543)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-07-12 17:19:25 +08:00
Gaius 9d1e07c3a3
feat: implement Train grpc api in trainer (#2541)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-07-12 15:46:27 +08:00
Gaius a7f3c7c0b9
feat: add GNNModelIDV1 and MLPModelIDV1 in idgen (#2540)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-07-12 14:32:41 +08:00
dlut_xz aa95dfe52d
feat: add pieces element in download record (#2531)
Signed-off-by: XZ <834756128@qq.com>
2023-07-12 10:35:20 +08:00
Gaius 0ffc55b6d4
refactor: trainer server module (#2486)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-06-28 17:35:00 +08:00
dlut_xz e20bb9743e
feat: add trainer cmd and trainer service (#2479)
Signed-off-by: XZ <834756128@qq.com>
2023-06-28 17:34:59 +08:00
fyx 7d03903a21
test: add storage unit tests of trainer (#2437)
Signed-off-by: MIchaelFU0403 <1078537664@qq.com>
2023-06-28 17:34:56 +08:00
Gaius 0d3cc98f25
feat: add storage to trainer (#2431)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-06-28 17:34:56 +08:00
Gaius 2edfca4e5e
feat: change DefaultServerPort to 9090 in trainer (#2348)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-06-28 17:34:50 +08:00
fyx 8b351a6515
feat: add metrics for trainer (#2293)
Signed-off-by: MIchaelFU0403 <1078537664@qq.com>
2023-06-28 17:34:48 +08:00
Gaius aaba9c9f96
feat: rename trainer config package to config (#2283)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-06-28 17:34:46 +08:00
MIchaelFU0403 406545cbbc
feat: add trainer configuration (#2216)
Signed-off-by: MIchaelFU0403 <1078537664@qq.com>
2023-06-28 17:34:43 +08:00