Ross ROSS = Recommend OSS · open-source software intelligence for agents

EleutherAI/gpt-neox

An implementation of model parallel autoregressive transformers on GPUs, based on the Megatron and DeepSpeed libraries observed · 2026-08-28

github.com/EleutherAI/gpt-neox · homepage · Python · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

62/100

  • Activity 87
  • Release rhythm 8
  • Longevity 100
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: 2080
  • days_rel: n/a
  • days_push: 83
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

7459 stars · 1119 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

GPT-NeoX is EleutherAI's library for training large-scale autoregressive transformer language models on GPUs, built on NVIDIA's Megatron and augmented with DeepSpeed techniques. It supports distributed training with ZeRO and 3D parallelism across diverse hardware and cluster schedulers like Slurm, MPI, and IBM Job Step Manager.

Use cases

  • pretrain a multi-billion parameter GPT-style language model from scratch
  • run distributed LLM training with ZeRO and 3D parallelism on a GPU cluster
  • train a transformer model on a Slurm or MPI supercomputer
  • reproduce or extend the Pythia model training setup
  • experiment with rotary and alibi positional embeddings at scale
  • launch large-scale training runs on AWS, CoreWeave, or national lab supercomputers

When to choose

  • you need to train language models with billions of parameters from scratch
  • you want model/data/pipeline parallelism with DeepSpeed ZeRO optimizations
  • you need to run training across heterogeneous HPC systems and schedulers
  • you want predefined configs for architectures like Pythia, PaLM, Falcon, or LLaMA

When to avoid

  • you only need inference - use Hugging Face transformers instead
  • you are fine-tuning small models or working with limited GPU resources
  • you want a simple high-level training API rather than large-scale distributed training

Facets

library · maturity active

llm-training machine-learning deep-learning gpu-computing transformers large-language-models deep-learning machine-learning artificial-intelligence gpu-computing python cloud megatron deepspeed distributed-training autoregressive-transformers hpc model-parallelism zero-optimizer 3d-parallelism pythia pretraining gpu linux docker

4 sources

Member repositories

RepositoryRoleHealth v2
EleutherAI/gpt-neoxmain62

For agents

markdown · JSON · MCP: product_card(name="EleutherAI/gpt-neox")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem