google-deepmind/gemma

Gemma open-weight LLM library, from Google DeepMind

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 28 minutes ago
Added to GitGenius on September 11th, 2026
Created on February 20th, 2024
Open Issues & Pull Requests: 329 (+0)
GitHub issues: Enabled
Number of forks: 1,021
Total Stargazers: 5,722 (+0)
Total Subscribers: 62 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 2.8 days
Mean response time: 18.1 days
90th percentile: 46.7 days
Tracked items: 155

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. 81% of tracked open issues have had no activity in three months, so the open count overstates what is actively being worked. Only 1% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 129
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 309 days
Stale 30+ days: 120
Stale 90+ days: 111

Recent activity

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

Top labels

  • bug (8)
  • Showcase (5)
  • Other implementations (4)
  • question (3)
  • Documentation / Examples (2)
  • enhancement (2)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Gemma is an open-weight large language model library from Google DeepMind that provides access to pre-trained language models for research and production use.

The library addresses the need for accessible, high-quality language models by offering open-weight variants that researchers and developers can download, fine-tune, and deploy without licensing restrictions. Gemma provides pre-trained models at different scales alongside tooling and documentation to integrate them into applications. The approach centers on making capable models available in a form that supports both research exploration and practical deployment scenarios.

Developers considering adoption should know that Gemma suits projects requiring a foundation model with transparent weights and the ability to customize behavior through fine-tuning. The library is particularly relevant for teams that want to avoid proprietary model dependencies or need to run inference on their own infrastructure. The project includes documentation and examples to guide implementation, though prospective users should evaluate whether the available model scales and capabilities align with their specific performance and accuracy requirements.

The project maintains active development with regular updates to documentation and examples. The codebase receives ongoing refinement to improve usability and integration patterns. The maintainers respond to issues and incorporate feedback from the community using the library.