tiiny-ai/powerinfer

High-speed Large Language Model Serving for Local Deployment

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 47 minutes ago
Added to GitGenius on September 6th, 2026
Created on December 15th, 2023
Open Issues & Pull Requests: 129 (+0)
GitHub issues: Enabled
Number of forks: 598
Total Stargazers: 9,772 (+0)
Total Subscribers: 108 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 41.9 hours
Mean response time: 58.6 days
90th percentile: 234.6 days
Tracked items: 38

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 46
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 598 days
Stale 30+ days: 46
Stale 90+ days: 46

Recent activity

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

Top labels

  • question (39)
  • bug-unconfirmed (9)
  • enhancement (4)
  • tracker (3)
  • bug (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

PowerInfer is a C++ framework for high-speed large language model inference on local hardware.

The project addresses the challenge of running large language models efficiently on consumer-grade devices by leveraging GPU acceleration and optimized inference techniques. PowerInfer focuses on reducing latency and memory overhead during model serving, enabling developers to deploy LLMs locally without requiring enterprise-scale infrastructure. The framework handles the computational bottlenecks inherent in transformer-based models through hardware-aware optimization strategies.

PowerInfer suits developers building applications that require low-latency LLM inference on edge devices or personal machines, particularly those prioritizing response speed and resource efficiency over cloud-based solutions. It is well-suited for scenarios where data privacy, offline operation, or reduced network dependency are important constraints. The project targets use cases ranging from local chatbots to embedded AI applications where model serving must occur on limited hardware.

The project shows active development with regular updates to its codebase. The maintainers respond to issues and pull requests, indicating ongoing engagement with the user community. The repository receives contributions that address performance improvements and feature additions, suggesting the project is being actively refined rather than in maintenance mode.