oumi-ai/oumi

Easily fine-tune, evaluate and deploy Qwen, Gemma, or any open weight LLM!

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 21 minutes ago
Added to GitGenius on September 7th, 2026
Created on May 7th, 2024
Open Issues & Pull Requests: 31 (+0)
GitHub issues: Enabled
Number of forks: 788
Total Stargazers: 9,382 (+0)
Total Subscribers: 68 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 6.6 hours
Mean response time: 16.4 days
90th percentile: 33.2 days
Tracked items: 106

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Work labelled "bug" is answered fastest, typically in under an hour, while "Multimodal" waits about 8 days. Only 5% of issues opened in the past year have been closed. Three people close 63% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 0
New in 7 days: 0
Closed in 7 days: 0
Avg open age: N/A days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

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

Top labels

  • Feature (60)
  • enhancement (50)
  • bug (34)
  • good first issue (16)
  • help wanted (16)
  • triage (16)
  • Multimodal (13)
  • stale (6)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Oumi is a Python framework for fine-tuning, evaluating, and deploying open-weight large language models including Qwen, Gemma, and Llama variants.

The tool addresses the challenge of building and customizing foundation models by providing an integrated pipeline spanning the entire workflow from data preparation through model training to production deployment. It supports multiple training approaches including supervised fine-tuning and direct preference optimization, with reinforcement learning capabilities for agentic applications. The framework handles inference across different backends and includes evaluation tooling to assess model performance.

Teams should adopt Oumi when they need to customize open-weight models for specific domains or tasks without building infrastructure from scratch. It suits projects requiring end-to-end model development where teams want to move quickly from concept to deployed inference. The tool is particularly valuable for organizations working with smaller models or those preferring open alternatives to proprietary APIs, as it abstracts away much of the complexity in orchestrating training, evaluation, and serving workflows.

The project maintains active development with regular feature additions and dependency updates. The tool has expanded its training capabilities to include reinforcement learning with tool use support. Data synthesis functionality has been enhanced with agentic capabilities and support for simulated and database environments. The framework has added deployment infrastructure through dedicated CLI commands for inference endpoints. Integration with external systems has progressed through MCP server support for IDE and AI assistant integration.