ViperEkura
|
10fec8dca1
|
docs: fix stale docs and align with code
- update cuda_kernels layout, arch flags, and add FP8 section
- fix install docs: kernels auto-build when nvcc + CUDA detected
- mark ignored OpenAI request params and complete KVCache fields
- add docker docs to indexes and astrai.optim to module overview
- refresh document update timestamps
|
2026-08-23 14:23:28 +08:00 |
|
ViperEkura
|
056c1382ff
|
docs: sync all documentation with current codebase
- remove GenerationRequest and generate_with_request references (class deleted)
- document cuda>flash>torch default priority and FlashAttnBackend
- add ASTR_BACKEND env var to backend docs, TorchNativeBackend (default) → (fallback)
- fix JsonlStore transform routing → DatasetFactory ownership
- fix CudaBackend fallback chain description (FlashAttn → TorchNative)
- add FlashAttnBackend to architecture strategy table
- add router_stats to DecoderOutput/FFNOutput TypedDict diagrams
- add decode_o_part/ml_part/decode_out to KVCache diagram
- add --append_eos/--no-append_eos to IFD evaluation parameter table
- update get-started CUDA kernel note (no longer requires explicit attn_backend activation)
- fix python -m scripts.tools.server (no __init__.py) → direct script call
|
2026-08-07 23:52:27 +08:00 |
|
ViperEkura
|
6f09b1d2ee
|
docs : clarify radix cache architecture
- document exact page-aligned radix prefix matching
- explain partial-page ownership and materialized KV boundaries
- remove bilingual wording from project overview
|
2026-08-06 11:50:45 +08:00 |
|
ViperEkura
|
602b5ce216
|
docs : add project capability overview
- summarize the end-to-end model lifecycle
- add matching capability tables in both READMEs
|
2026-08-05 15:47:42 +08:00 |
|
ViperEkura
|
85f0461b3b
|
docs: update license refs from GPL-3.0 to Apache-2.0
|
2026-08-03 20:21:36 +08:00 |
|
ViperEkura
|
288ba20db1
|
docs: audit non-CUDA documentation
- Aligns CLI and strategy metric contracts
- Refreshes architecture, dataflow, preprocessing, distributed, and eval guides
- Corrects links, TOCs, defaults, and repository paths
|
2026-08-02 07:39:24 +08:00 |
|
ViperEkura
|
25c9e81b2b
|
refactor: keep muon_adamw as default optimizer and drop nora docs
- revert CLI/create_optimizer/display defaults to muon_adamw
- revert README, README-zh-CN, params.md to pre-merge state
|
2026-08-01 07:51:51 +08:00 |
|
QueenAmish
|
04899a2b15
|
Make Nora+NAdamW the default optimizer
|
2026-07-31 23:16:39 +08:00 |
|
ViperEkura
|
c8b1e40f71
|
docs: restructure to docs/, add guides and developer docs
- Rename assets/ to docs/, split into guides/ and developer/
- Add get-started.md: installation + 5-step quickstart
- Add guides/evaluation.md: 7 eval scripts with CLI args
- Add guides/distributed.md: DDP/FSDP, gradient accumulation, NCCL
- Add developer/internals.md: loss formulas, RoPE, KV cache math
- Add developer/cuda_kernels.md: build system, benchmarks, file layout
- Fix storage_format doc in preprocessing.md
- Update cross-references in README.md, README-zh-CN.md, Dockerfile
|
2026-07-30 00:49:04 +08:00 |
|