allenai/OLMo

Modeling, training, eval, and inference code for OLMo

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 33 minutes ago
Added to GitGenius on September 9th, 2026
Created on February 20th, 2023
Open Issues & Pull Requests: 84 (+0)
GitHub issues: Enabled
Number of forks: 797
Total Stargazers: 6,675 (+0)
Total Subscribers: 58 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 4.6 days
Mean response time: 42.6 days
90th percentile: 121.1 days
Tracked items: 150

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 6% of issues opened in the past year have been closed. Three people close 80% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 22
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 358 days
Stale 30+ days: 20
Stale 90+ days: 17

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • type/question (84)
  • type/bug (42)
  • type/feature (10)
  • type/documentation (9)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

OLMo is a repository for training, evaluating, and running inference with open language models. The project provides end-to-end tooling designed to support researchers working with large language models, encompassing the full pipeline from pretraining through deployment.

The repository addresses the need for transparent, reproducible language model development by offering complete implementation code for training and inference. OLMo uses a two-stage pretraining approach: an initial stage on large-scale web-based data followed by a second stage on smaller amounts of high-quality, targeted data. This methodology is supported by publicly available datasets and training checkpoints saved at regular intervals throughout the training process.

Developers considering this project should be aware that the repository is no longer actively maintained, with development having moved to a successor project. The codebase is designed primarily for researchers and scientists rather than production deployment, making it most suitable for those studying language model training methodologies, reproducing published results, or conducting research on model architecture and training procedures. The project provides direct access to training artifacts and intermediate checkpoints, which is valuable for understanding model development trajectories.

The project shows minimal ongoing development activity, with no recent commits or active maintenance indicated in the repository. No regular updates, bug fixes, or feature additions are being made to this codebase.