docs: comprehensive README and CLAUDE.md refresh for 113-crate state
CI / Format Check (push) Failing after 13s
CI / Build (macos-latest) (push) Failing after 28s
CI / Build (ubuntu-latest) (push) Failing after 1m14s
CI / Test (macos-latest) (push) Has been skipped
CI / Test (ubuntu-latest) (push) Has been skipped
CI / Python Bindings (maturin) (macos-latest) (push) Has been skipped
CI / Python Bindings (maturin) (ubuntu-latest) (push) Has been skipped
CI / WASM Build + Size Check (push) Has been skipped
CI / Distributed Training Tests (push) Has been skipped
CI / Clippy Check (push) Failing after 1m25s
Documentation / Build User Guide (push) Successful in 10s
CI / Build CPU-Only (Explicit) (push) Failing after 1m31s
CI / CI Success (push) Failing after 0s
Documentation / Build API Documentation (push) Failing after 44s
Performance Benchmarks / Run Benchmarks (push) Successful in 2m18s
CI / Format Check (push) Failing after 13s
CI / Build (macos-latest) (push) Failing after 28s
CI / Build (ubuntu-latest) (push) Failing after 1m14s
CI / Test (macos-latest) (push) Has been skipped
CI / Test (ubuntu-latest) (push) Has been skipped
CI / Python Bindings (maturin) (macos-latest) (push) Has been skipped
CI / Python Bindings (maturin) (ubuntu-latest) (push) Has been skipped
CI / WASM Build + Size Check (push) Has been skipped
CI / Distributed Training Tests (push) Has been skipped
CI / Clippy Check (push) Failing after 1m25s
Documentation / Build User Guide (push) Successful in 10s
CI / Build CPU-Only (Explicit) (push) Failing after 1m31s
CI / CI Success (push) Failing after 0s
Documentation / Build API Documentation (push) Failing after 44s
Performance Benchmarks / Run Benchmarks (push) Successful in 2m18s
Rewrites README from scratch to accurately reflect: - 113 crates (was "60+"), 3,500+ tests (was "2,100+") - GPU Perf Batches 1–19 complete (Blackwell SM_120) - Full optimizer/loss/training technique inventory - Inference stack with speculative decoding options - Distributed stack with FSDP2/TP/PP/CP/elastic - Vision architecture zoo, specialized domain stacks - JEPA platform section: existing building blocks + roadmap - Accurate CLI, benchmarks, and quick-start examples Updates CLAUDE.md tagline to reflect current goals and batch count. Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
bff27c302f
commit
60e6d05e86
@@ -1,6 +1,6 @@
|
|||||||
# rustytorch
|
# rustytorch
|
||||||
|
|
||||||
> GPU-accelerated ML framework in pure Rust — full PyTorch-equivalent with CUDA/Metal/ROCm/WebGPU backends, Flash Attention, Mixture of Experts, speculative decoding, federated learning, and domain-specific stacks for medical imaging, neuroimaging, and scientific computing.
|
> GPU-accelerated ML framework in pure Rust — full PyTorch-equivalent with CUDA/Metal/ROCm/WebGPU backends, 19 rounds of Blackwell SM_120 optimizations, complete transformer training arsenal (Muon/Shampoo/SOAP/ScheduleFree/DPO/TIES-DARE/MoD), vLLM-class inference (Medusa/EAGLE/Lookahead speculative decoding, paged KV cache, chunked prefill), federated learning, and domain-specific stacks for medical imaging, neuroimaging, and scientific computing. Primary goal: premier JEPA self-supervised learning platform for multi-node cluster.
|
||||||
|
|
||||||
## Problems It Solves
|
## Problems It Solves
|
||||||
|
|
||||||
@@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
## What It's Comprised Of
|
## What It's Comprised Of
|
||||||
|
|
||||||
108 crates organized across 8 layers:
|
113 crates organized across 8 layers (GPU Perf Batches 1–19 complete as of 2026-06-27):
|
||||||
|
|
||||||
### Layer 1: Core Infrastructure (26 crates)
|
### Layer 1: Core Infrastructure (26 crates)
|
||||||
| Crate | Role |
|
| Crate | Role |
|
||||||
|
|||||||
Reference in New Issue
Block a user