Files
nanochat-omni/.gitignore
T
Fam Zheng b585e07dc2
smoke / nanochat-smoke (push) Successful in 2m30s
omni: CI smoke + docs + README preamble
- .gitea/workflows/smoke.yml: gitea CI on ailab gpu runner (manual git
  clone since actions/checkout@v4 mis-resolves subpath gitea); injects
  WANDB_API_KEY + CI_RUN_TAG=smoke-$run_number
- scripts/smoke.sh: in-place smoke (uv sync + 1 shard + tokenizer +
  d=6 50-step base_train); idempotent cache at /data/nanochat-smoke/
- doc/research_feasibility.md: voice-first multimodal feasibility study (mochi)
- doc/todo.md: phase-by-phase roadmap (W1 Whisper smoke → W4 MVP)
- README.md: omni preamble pointing at upstream nanochat README
- .gitignore: exclude .claude/ runtime files
2026-05-05 22:21:31 +01:00

17 lines
141 B
Plaintext

.venv/
__pycache__/
*.pyc
dev-ignore/
report.md
eval_bundle/
# Secrets
.env
# Local setup
CLAUDE.md
wandb/
# Claude Code runtime
.claude/