diff --git a/CHANGELOG.md b/CHANGELOG.md index a210cd6a..71e295e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ### Added -- National first-prize final report, presentation, evidence index, Wiki source and contributor guidance. +- Final competition report, presentation, evidence index, Wiki source and contributor guidance. - Pinned, idempotent development bootstrap and unified Make targets. - Cross-platform macOS KV mapping resize path and dedicated regression test. diff --git a/README.md b/README.md index e0979804..0b8e6fe7 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,9 @@ [![CI](https://github.com/Nexa-Language/SLIM-ARC/actions/workflows/ci.yml/badge.svg)](https://github.com/Nexa-Language/SLIM-ARC/actions/workflows/ci.yml) [![License](https://img.shields.io/badge/code-Apache--2.0-blue.svg)](LICENSE) -[![Award](https://img.shields.io/badge/2026%20OS%20Challenge-国家级一等奖-gold.svg)](https://gitlab.eduxiji.net/T2026105589911358/project3136859-389100) SLIM-ARC memory-aware MoE inference runtime -**2026 年全国大学生计算机系统能力大赛操作系统设计赛国家级一等奖(赛题最高奖项)** - [项目官网](https://slim.nexa-lang.com/) · [技术报告](reports/Competition_Report_Finals/main.pdf) · [最终答辩材料](reports/SLIM-ARC_FINAL.pdf) · diff --git a/ROADMAP.md b/ROADMAP.md index 21afe659..79cc4f2c 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -7,7 +7,7 @@ ### 变更描述 -- 以国家级一等奖最终成果为基线,整理开发入口、文档、Wiki、CI 和发布制品。 +- 以决赛最终成果为基线,整理开发入口、文档、Wiki、CI 和发布制品。 - 保留可复现实验、报告源码和完整 Git 历史,清除当前树中的模型、构建产物和内部协作资料。 - 后续工作聚焦论文补充、跨平台复现、正确性修复和有同合同证据的性能优化。 diff --git a/docs/guide/release-maintenance.md b/docs/guide/release-maintenance.md index e26e4dd2..473a3cff 100644 --- a/docs/guide/release-maintenance.md +++ b/docs/guide/release-maintenance.md @@ -3,5 +3,5 @@ 发布前必须 rebase 到最新 `main`,通过 CI,并用 fresh clone 执行 bootstrap、build、test。 Release 附件应生成 `SHA256SUMS` 和 manifest,模型不得作为附件发布。 -已发布标签保持不可变。`v1.0.0` 是早期公开版本;全国一等奖后的完整收尾版本从 -`v1.1.0` 起维护。安全问题按 [SECURITY.md](../../SECURITY.md) 私下报告。 +已发布标签保持不可变。`v1.0.0` 是早期公开版本;完整收尾版本从 `v1.1.0` 起维护。 +安全问题按 [SECURITY.md](../../SECURITY.md) 私下报告。 diff --git a/docs/wiki/Home.md b/docs/wiki/Home.md index a38ccb0a..20520459 100644 --- a/docs/wiki/Home.md +++ b/docs/wiki/Home.md @@ -1,7 +1,7 @@ # SLIM-ARC Wiki -SLIM-ARC 是面向内存受限端侧系统的 MoE 大模型推理运行时,获得 2026 年全国大学生 -计算机系统能力大赛操作系统设计赛国家级一等奖(赛题最高奖项)。 +SLIM-ARC 是面向内存受限端侧系统的 MoE 大模型推理运行时,也是团队参加 2026 年 +全国大学生计算机系统能力大赛操作系统设计赛 Proj59 的最终作品。 - [Getting Started](Getting-Started) - [Architecture](Architecture)