Skip to content

Commit cc8007c

Browse files
chore(docker): 更新docker配置,增加qwen3.5模型并优化健康检查参数
- 在docker-compose.yml中添加qwen3.5:9b模型的拉取命令 - 更新健康检查命令,确保同时检测qwen3-embedding和qwen3.5模型运行状态 - 增加健康检查重试次数至60次,启动等待时间延长至120秒 - 在Dockerfile中添加curl依赖安装以支持后续操作 - 新增MedBench VLM一键启动PowerShell脚本,支持断点续跑和日志管理 - 更新提交数据清单manifest.json,修正文件大小及校验和 - 添加多Judge交叉验证报告文件,提高模型评估透明度及一致性分析
1 parent 12dfd12 commit cc8007c

169 files changed

Lines changed: 243209 additions & 6765 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ WORKDIR /app
55
RUN apt-get update && apt-get install -y --no-install-recommends \
66
gcc \
77
g++ \
8+
curl \
89
&& rm -rf /var/lib/apt/lists/*
910

1011
RUN pip install --no-cache-dir --upgrade pip

_final_submission_by_track/track1_sci_align/data_trace_bundle/manifest.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"generated_at": "2026-05-25T15:04:19+08:00",
2+
"generated_at": "2026-05-31T01:57:29+08:00",
33
"generator": "final_bundle_manifest_rebuild",
44
"copy_mode": "track_specific_existing_files",
55
"root": "data_trace_bundle",
66
"file_count": 94,
7-
"total_size_bytes": 39678931,
7+
"total_size_bytes": 39679877,
88
"total_size_mb": 37.84,
99
"files": [
1010
{
@@ -269,9 +269,9 @@
269269
{
270270
"bundle_path": "10_charts/manifest.json",
271271
"source_path": "build/submission_experiment_figures/manifest.json",
272-
"size_bytes": 3006,
272+
"size_bytes": 3000,
273273
"size_mb": 0.0,
274-
"sha256": "7e9592609cdfc50e87176409d88a553bcd2134dd13bd32d17f72bd95e1a122f9"
274+
"sha256": "94e3d1a669a118fccd70023792bde4f46bdb3933e3a5263d6162d8cb0e98f256"
275275
},
276276
{
277277
"bundle_path": "11_throughput/gpu_throughput.json",
@@ -299,7 +299,7 @@
299299
"source_path": "docs/evidence/final_supplemental_experiments/minimal_acceptance/SUMMARY.md",
300300
"size_bytes": 1135,
301301
"size_mb": 0.0,
302-
"sha256": "5007eb08359e4610a91b429d5d35d0f1917fe28b8639872734f3219d66341bfd"
302+
"sha256": "4c24199649e2762511f8814ea607863aceb2c1f5d5c056fb7030e71c7035c219"
303303
},
304304
{
305305
"bundle_path": "12_final_supplemental_experiments/minimal_acceptance/track1_acceptance_demo.log",
@@ -346,9 +346,9 @@
346346
{
347347
"bundle_path": "12_final_supplemental_experiments/track1_sci_align_reliability/SUMMARY.md",
348348
"source_path": "docs/submissions/data_trace_bundle/12_final_supplemental_experiments/track1_sci_align_reliability/SUMMARY.md",
349-
"size_bytes": 2473,
349+
"size_bytes": 2456,
350350
"size_mb": 0.0,
351-
"sha256": "e808bebce6ea9b8c78574786ad4047312838655e58dbabb227255d16894c3856"
351+
"sha256": "e25d53054fd1b6b7866a33dd105a60cdbb462b48a1bd5b07ef4c26b9914e6b87"
352352
},
353353
{
354354
"bundle_path": "12_final_supplemental_experiments/track1_sci_align_reliability/track1_ai_ready_smoke.json",
@@ -661,9 +661,9 @@
661661
{
662662
"bundle_path": "README.md",
663663
"source_path": "docs/submissions/data_trace_bundle/README.md",
664-
"size_bytes": 1643,
664+
"size_bytes": 2612,
665665
"size_mb": 0.0,
666-
"sha256": "349ef711fb0c7fd316b5f6063d21a9c783c26851325ee49baa7ff26ef98786c0"
666+
"sha256": "edae0a2735e59d4f4df693eca345346325eaf5d0e59db64fe4d9b9e0e0824913"
667667
}
668668
]
669669
}

0 commit comments

Comments
 (0)