Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

<img src="assets/slim-arc-readme-cover.png" alt="SLIM-ARC memory-aware MoE inference runtime" width="100%" />

**2026 年全国大学生计算机系统能力大赛操作系统设计赛国家级一等奖(赛题最高奖项)**

[项目官网](https://slim.nexa-lang.com/) ·
[技术报告](reports/Competition_Report_Finals/main.pdf) ·
[最终答辩材料](reports/SLIM-ARC_FINAL.pdf) ·
Expand Down
2 changes: 1 addition & 1 deletion ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

### 变更描述

- 以国家级一等奖最终成果为基线,整理开发入口、文档、Wiki、CI 和发布制品。
- 以决赛最终成果为基线,整理开发入口、文档、Wiki、CI 和发布制品。
- 保留可复现实验、报告源码和完整 Git 历史,清除当前树中的模型、构建产物和内部协作资料。
- 后续工作聚焦论文补充、跨平台复现、正确性修复和有同合同证据的性能优化。

Expand Down
4 changes: 2 additions & 2 deletions docs/guide/release-maintenance.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) 私下报告。
4 changes: 2 additions & 2 deletions docs/wiki/Home.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# SLIM-ARC Wiki

SLIM-ARC 是面向内存受限端侧系统的 MoE 大模型推理运行时,获得 2026 年全国大学生
计算机系统能力大赛操作系统设计赛国家级一等奖(赛题最高奖项)
SLIM-ARC 是面向内存受限端侧系统的 MoE 大模型推理运行时,也是团队参加 2026
全国大学生计算机系统能力大赛操作系统设计赛 Proj59 的最终作品

- [Getting Started](Getting-Started)
- [Architecture](Architecture)
Expand Down
Loading