chore: 初始化 CTI 推理优化项目

- baseline infer.py + requirements.txt + build_env.sh
- GRAB / HSTU 两篇核心论文
- 比赛规则和提交接口说明
- 项目 CLAUDE.md
This commit is contained in:
2026-06-03 13:49:19 +08:00
parent 0b1037b002
commit d0bbb8f3e2
9 changed files with 9267 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
# 模型和数据(不提交)
ckpt.pt
dataset/
*.tar
*.tar.gz
# Python
__pycache__/
*.pyc
.venv/
libraries/
# 提交用 zip(自动生成,不提交)
eval.zip
*.zip
# IDE
.vscode/
.idea/