• Joined on 2024-05-09
hailin pushed to main at hailin/mysora 2026-03-06 11:23:30 +00:00
3be569a31e fix: increase smoke test samples to 16 for 8-GPU distribution
hailin pushed to main at hailin/mysora 2026-03-06 11:20:05 +00:00
dc1ff288e8 fix: save null vectors as bfloat16 to match training dtype
hailin pushed to main at hailin/mysora 2026-03-06 11:13:36 +00:00
7077ac7129 fix: provide real image files for video key; set load_original_video=True
hailin pushed to main at hailin/it0 2026-03-06 11:12:17 +00:00
a2af76bcd7 feat(agent-service): add voice message endpoint with Whisper STT and async interrupt
hailin pushed to main at hailin/mysora 2026-03-06 11:05:05 +00:00
2cb9a1f29e fix: add num_frames/height/width/fps/id columns to smoke test CSV
hailin pushed to main at hailin/mysora 2026-03-06 10:22:01 +00:00
ae3e448c8a feat: add smoke test config and synthetic data generator
hailin pushed to main at hailin/mysora 2026-03-06 10:00:34 +00:00
bdeb2870d4 feat: add opensora/datasets module and tools/datasets
hailin pushed to main at hailin/gcx 2026-03-06 07:33:25 +00:00
ce9cc5b72e feat(telemetry): 完整实现 presence-service 迁移 + Flutter 遥测接入
hailin pushed to main at hailin/mysora 2026-03-06 06:59:20 +00:00
916ee2126d fix: replace GitHub blob image URLs with raw.githubusercontent.com for Gitea rendering
hailin created branch main in hailin/mysora 2026-03-06 06:55:40 +00:00
hailin pushed to main at hailin/mysora 2026-03-06 06:55:40 +00:00
410c20d4fa feat: init my-sora — merge Open-Sora v2.0 (11B) + v1.3 data pipeline tools
hailin created repository hailin/mysora 2026-03-06 06:52:20 +00:00
hailin pushed to main at hailin/rwadurian 2026-03-06 05:48:44 +00:00
92c71b5e97 fix(presence): 在线判定窗口从 3 分钟调整为 5 分钟(行业标准)
hailin pushed to main at hailin/rwadurian 2026-03-06 05:24:16 +00:00
c9217a85a9 fix(presence-service): JWT guard 用 sub 兼容旧 token 的 userId/accountSequence
hailin pushed to main at hailin/rwadurian 2026-03-06 05:16:05 +00:00
a01355aecc fix(presence-service): JWT guard 向后兼容无 type 字段的旧 token
hailin pushed to main at hailin/rwadurian 2026-03-06 05:09:28 +00:00
330f8c7681 fix(auth-service): JWT access token 加入 type/userId/accountSequence 字段
hailin pushed to main at hailin/rwadurian 2026-03-06 04:36:40 +00:00
38423e7bf0 fix(mining-app): 删除 heartbeat_service 中未声明的 _apiBaseUrl 赋值
hailin pushed to main at hailin/rwadurian 2026-03-06 04:20:00 +00:00
7aa81bc5ab fix(mobile-app): 初始化遥测时传入已登录用户ID,避免session_start丢失userId
hailin pushed to main at hailin/rwadurian 2026-03-06 04:07:15 +00:00
5e6ab25199 fix(mining-app): 前台回来时也上传遥测队列(大厂标准做法)
hailin pushed to main at hailin/rwadurian 2026-03-06 03:31:35 +00:00
893513ad78 feat(presence): 添加设备档案表,实现事件流水+设备快照分离