torchtitan is a PyTorch-native platform for rapid experimentation and large-scale training of generative AI models. It provides multi-dimensional composable parallelisms (FSDP2, tensor/pipeline/context parallel), distributed checkpointing, float8 and MXFP8 support, torch.compile integration, and out-of-the-box support for training Llama 3.1 models. It targets both research and production-scale LLM pretraining.
Anthropic Sandbox Runtime (srt) is a lightweight OS-level sandboxing tool that enforces filesystem and network restrictions on arbitrary processes without requiring full containers. It uses native primitives (sandbox-exec on macOS, bubblewrap on Linux) and proxy-based network filtering to limit what processes — including AI agents or MCP servers — can read, write, or connect to.
torchtitan is a minimal, clean-room PyTorch-native platform built to accelerate experimentation and production-scale pretraining of generative AI models. The project emphasizes clarity, extensibility, and composability of parallelism techniques so that researchers and engineers can apply multi-dimensional scaling with minimal changes to model code.