tensorflow/mesh
Mesh TensorFlow: Model Parallelism Made Easier observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: archived
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2904
- days_rel: n/a
- days_push: 1020
- n_releases_24m: 0
Adoption not part of the score
1630 stars · 255 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Mesh TensorFlow is a Python library and embedded language for specifying distributed tensor computations, letting users define how model dimensions are split across a mesh of processors. It is implemented as a layer over TensorFlow and supports model parallelism, data parallelism, and mixed strategies for training and inference.
Use cases
- train a model whose parameters don't fit on a single device
- split a large language model across multiple GPUs or TPUs
- run model parallelism with data parallelism combined
- perform low-latency parallel inference at batch size 1
- train models with activations too large for one device
- specify custom tensor sharding layouts across a processor mesh
When to choose
- you need model parallelism for very large models in TensorFlow
- you want declarative control over how tensors are split across devices
- you are training huge language models on TPU/GPU meshes
When to avoid
- you only need simple data-parallel training
- you use PyTorch or JAX instead of TensorFlow
- you want actively developed tooling - the project is in maintenance mode
Facets
library · maturity maintenance
machine-learning deep-learning llm-training gpu-computing machine-learning deep-learning large-language-models microservices python model-parallelism distributed-training tensorflow tensor-sharding data-parallelism gpu linux
1 source
- readme: https://github.com/tensorflow/mesh · fetched 2026-08-28 · 1f0eab5e283a
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| tensorflow/mesh | main | 10 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem