Founding systems campaign
Pinned SmolLM2-135M and WikiText-2. Controlled enrollment while the Internet contribution path is hardened.
Open volunteer model training
Train a model together.
Ordinary machines contribute one bounded update at a time. When compute arrives, training advances. When it leaves, the shared checkpoint waits.
Founding campaign
The first public Coordinator hardens the contribution loop on a pinned, supported workload before the community-selected 7B Campaign opens.
The premise
Distributed training usually assumes stable clusters. CrowdTensor is built around the opposite condition: contributors appear, complete a short local update, and disappear.
The Coordinator admits bounded work, validates LoRA deltas, and commits an auditable checkpoint. No eligible compute means pause, not failure.
One contribution
The Cell checks the pinned model, data shard, limits, and device fit before training.
CPU, CUDA, or JAX/TPU completes a small LoRA update without streaming raw data.
The Coordinator checks the delta contract, aggregates accepted work, and advances lineage.
The checkpoint persists centrally. A different contributor can continue the next round.
Completed 7B proof run
A pinned Qwen2.5-7B LoRA run completed 256 exactly-once steps. Halfway through, all old GPU Miners were deleted, training paused at zero Miners, and fresh runtimes resumed from the central checkpoint.
Read the evidenceCampaign pipeline
The website will remain the public record for proposals, progress, evaluation, and checkpoints.
Pinned SmolLM2-135M and WikiText-2. Controlled enrollment while the Internet contribution path is hardened.
A public 7B instruction or domain LoRA campaign. Model, dataset, benchmark, moderation, and rollback must pass an RFC first.
Contribute compute
Enrollment is controlled during beta. Approved contributors receive a private Campaign invite; identities and credentials never appear in the public dashboard.
crowdtensor volunteer join campaign-invite.json --device auto
CrowdTensor is an engineering beta. It has real checkpointed LoRA training, heterogeneous scheduling, recovery, and retained Kaggle evidence. It does not yet have permissionless admission, poisoning resistance, independent physical multi-host proof, or a production SLA.
Read the threat model