4 Commits

Author SHA1 Message Date
Fam Zheng f487ffee80 ci: wire wandb logging via WANDB_API_KEY secret
smoke / nanochat-smoke (push) Successful in 25s
When the secret is present, base_train --run=smoke-$run_number gets
logged to wandb (project=nanochat). Without the secret it falls
back to dummy / DummyWandb, so local runs stay offline.
2026-05-05 22:08:13 +01:00
Fam Zheng 94f115094e ci: replace actions/checkout with manual clone
smoke / nanochat-smoke (push) Successful in 18s
actions/checkout@v4 on a subpath-mounted gitea (ROOT_URL=
https://famzheng.me/gitea/) resolves $github.server_url to
https://famzheng.me/ (without /gitea/), so the clone fetches
https://famzheng.me/fam/nanochat-omni and 404s. Clone manually
against the full URL.
2026-05-05 22:04:43 +01:00
Fam Zheng c1108ae01f ci: nanochat smoke on ailab gpu runner
smoke / nanochat-smoke (push) Failing after 7s
- scripts/smoke.sh: end-to-end nanochat pipeline (dataset → tokenizer
  → tiny d=6 base_train, 50 iters); idempotent, caches under
  /data/nanochat-smoke (venv, uv-cache, shards).
- CN mirrors baked in: aliyun PyPI, sjtu pytorch-wheels/cu128, hf-mirror.
- workflow targets gpu label (ailab). drop earlier dummy workflow.
2026-05-05 21:57:22 +01:00
Fam Zheng b33e6af06c ci: add dummy workflow targeting ailab runner
dummy / hello (push) Successful in 1s
2026-05-05 21:37:18 +01:00