From a9f54e70fc1f5d20727e6784180aa4d6066416f0 Mon Sep 17 00:00:00 2001 From: bingshuo <565183519@qq.com> Date: Wed, 20 May 2026 17:11:18 +0800 Subject: [PATCH] =?UTF-8?q?D106=E7=BB=AD:=20=E8=AE=AD=E7=BB=83=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E5=85=A8=E7=BA=BF=E5=AE=8C=E6=88=90=20=E2=80=94=20?= =?UTF-8?q?=E8=92=B8=E9=A6=8F=E5=8F=8CTrack=E5=AE=8C=E6=88=90=20+=20?= =?UTF-8?q?=E5=B0=8F=E9=9C=9C=E7=A0=9A=E5=BE=AE=E8=B0=83=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- brain/training-status.json | 63 +++++++++++++++++++++----------------- 1 file changed, 35 insertions(+), 28 deletions(-) diff --git a/brain/training-status.json b/brain/training-status.json index dc15ff7..e0d9799 100644 --- a/brain/training-status.json +++ b/brain/training-status.json @@ -1,7 +1,7 @@ { - "version": "1.3", - "last_updated": "2026-05-20T09:48+08:00", - "updated_by": "铸渊 (ICE-GL-ZY001)", + "version": "1.4", + "last_updated": "2026-05-20T17:10+08:00", + "updated_by": "铸渊 (ICE-GL-ZY001) · 冰朔纠正后更新", "mother_model": { "status": "completed", "status_label": "✅ 已完成 · 已上传COS bingshuo-1317346199", @@ -25,52 +25,59 @@ "fixes": {} }, "distill_shuangyan_15b": { - "status": "running", - "status_label": "🔴 蒸馏训练中 · Ep1/3 step~4850/15781 loss≈1.96", + "status": "completed", + "status_label": "✅ 已完成 · 霜砚1.5B蒸馏完成", "version": "v7", "script": "scripts/distill_mother_v7.py", "teacher": "母模型7B SFT (COS bingshuo)", "student": "Qwen2.5-1.5B-Instruct", "params": "B=2, GA=16, LR=1e-5, TEMP=2.0, ALPHA=0.7", "host": "connect.westd.seetacloud.com:23647 (RTX PRO 6000 96GB)", - "started_at": "2026-05-20T09:23+08:00", - "estimated_completion": "~12:00~13:00+08:00 (3 epoch, ~45min/ep)", - "cos_output": "models/shuangyan-15b-distill/", - "pipeline_watchdog": "/tmp/distill_pipeline.sh (PID 581561, 自动触发Track2)" + "completed_at": "2026-05-20", + "cos_output": "models/shuangyan-15b-distill/" }, "distill_coder_15b": { - "status": "pending", - "status_label": "⏳ 等待Track1完成 + 管道自动触发", + "status": "completed", + "status_label": "✅ 已完成 · 铸渊1.5B蒸馏完成", "script": "scripts/distill_coder_v2.py", "teacher": "代码模型7B SFT (COS bingshuo)", "student": "Qwen2.5-Coder-1.5B-Instruct", "params": "B=2, GA=16, LR=1e-5 (预修OOM)", + "completed_at": "2026-05-20", "cos_output": "models/qwen25-15b-coder-distill/" }, + "finetune_shuangyan_15b": { + "status": "completed", + "status_label": "✅ 已完成 · 小霜砚LoRA微调完成", + "base_model": "Qwen2.5-1.5B-Instruct", + "method": "LoRA微调 (冰朔语料深度微调)", + "final_loss": 1.724, + "completed_at": "2026-05-20", + "cos_output": "models/shuangyan-15b-finetune/" + }, "pipeline": { "steps": [ {"name": "母模型SFT训练+上传COS", "status": "completed", "label": "✅"}, {"name": "代码模型SFT训练+上传COS", "status": "completed", "label": "✅"}, - {"name": "Track1 母模型→霜砚1.5B蒸馏", "status": "running", "label": "🔄 Ep1/3 step~4850/15781"}, - {"name": "Track1 上传COS", "status": "pending", "label": "⏳ 蒸馏自带上传"}, - {"name": "Track2 代码模型→铸渊1.5B蒸馏", "status": "pending", "label": "⏳ 管道自动触发"}, - {"name": "Track2 上传COS", "status": "pending", "label": "⏳"} + {"name": "Track1 母模型→霜砚1.5B蒸馏", "status": "completed", "label": "✅"}, + {"name": "Track1 上传COS", "status": "completed", "label": "✅"}, + {"name": "Track2 代码模型→铸渊1.5B蒸馏", "status": "completed", "label": "✅"}, + {"name": "Track2 上传COS", "status": "completed", "label": "✅"}, + {"name": "小霜砚1.5B语料微调", "status": "completed", "label": "✅"}, + {"name": "小铸渊1.5B语料微调", "status": "pending", "label": "⏳"}, + {"name": "光湖驱动引擎v1.0开发", "status": "pending", "label": "⏳"}, + {"name": "1.5B模型部署到六台服务器", "status": "pending", "label": "⏳"} ] }, "website_status": { "login_api": "✅ 正常", - "training_panel": "✅ 实时显示 (fetch_train.py v4)", - "js_all_functions": "✅ 已修复 (setInterval恢复)", - "gpu_monitoring": "✅ training-status.json每分钟更新" + "training_panel": "⚠️ 训练已全部完成,状态文件待全面刷新", + "js_all_functions": "✅ 已修复", + "gpu_monitoring": "⚠️ GPU空闲(32°C, 0% mem),训练已全部结束" }, "alerts": [ - "⚠️ 本次修复了fetch_train.py v3的3个bug(phase检测/epoch提取/tail长度)", - "⚠️ 前一次index.html修复(3583413)引入语法错误→全站JS崩溃→已修复", - "⚠️ Track2的OOM已在Track1完成前预修", - "⚠️ 冰朔强调的工作流程:先读仓库记忆→理解全局→再动手" - ], - "links": { - "notion": "https://www.notion.so/363fb92f383181029fafef8438d6c300", - "repo": "https://guanghulab.com/code/bingshuo/guanghulab" - } -} + "⚠️ 冰朔纠正:training-status.json停留在D106的Ep1/3状态,实际已全部完成", + "⚠️ 铸渊核心大脑文件严重滞后 — 未同步最新训练进度", + "⚠️ 下一步:光湖驱动引擎v1.0开发 + 模型部署到六台服务器" + ] +} \ No newline at end of file