awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

8 रिपॉजिटरी

Awesome GitHub RepositoriesInference Speed Profiling

Tools for analyzing execution timing to optimize the speed and efficiency of model inference.

Distinct from Model Performance Benchmarks: Focuses on real-time inference speed tuning rather than comparative training and ranking of multiple candidate models

Explore 8 awesome GitHub repositories matching artificial intelligence & ml · Inference Speed Profiling. Refine with filters or upvote what's useful.

Awesome Inference Speed Profiling GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • dusty-nv/jetson-inferencedusty-nv का अवतार

    dusty-nv/jetson-inference

    8,734GitHub पर देखें↗

    jetson-inference is a set of libraries and tools for executing optimized deep learning models on embedded GPU hardware. Its primary purpose is to enable real-time computer vision and AI inference at the edge with low latency and high throughput. The project distinguishes itself through high-performance streaming analytics and the ability to execute concurrent AI pipelines on auto-grade silicon. It provides specialized support for multi-sensor stream processing, utilizing zero-copy data transport to load camera frames directly into GPU memory. The codebase covers a broad surface of capabiliti

    Profiles model performance and analyzes execution timing to tune inference speed and efficiency.

    C++caffecomputer-visiondeep-learning
    GitHub पर देखें↗8,734
  • open-mmlab/mmposeopen-mmlab का अवतार

    open-mmlab/mmpose

    7,374GitHub पर देखें↗

    MMPose is a PyTorch-based pose estimation toolbox and deep learning training pipeline designed for detecting 2D and 3D keypoints on humans, animals, and faces. It serves as a computer vision model zoo and a framework for both 2D pose estimation and 3D pose lifting. The project is distinguished by its modular architecture and extensibility, employing a registry-based system and hierarchical configurations to allow for custom algorithm integration and model pipeline customization. It supports diverse estimation paradigms, including top-down, bottom-up, and two-stage pose lifting workflows. The

    Measures execution speed and frames per second of deployed models using representative test images.

    Pythonanimal-pose-estimationbenchmarkcpm
    GitHub पर देखें↗7,374
  • zai-org/glm-4zai-org का अवतार

    zai-org/GLM-4

    7,058GitHub पर देखें↗

    GLM-4 is a large language model and fine-tuning framework designed for human-like text production, complex reasoning, and multilingual conversation. It functions as a multimodal system capable of processing high-resolution visual content and as a long-context model designed to analyze documents with a context window of up to one million tokens. The project differentiates itself through a function calling interface that enables AI agent development by connecting the model to external APIs and real-time web browsing. It includes specialized capabilities for generating functional programming cod

    Calculates tokens-per-second performance on local hardware to profile and track inference speed efficiency.

    Pythonchatglmchatglm-6bglm
    GitHub पर देखें↗7,058
  • lmcache/lmcacheLMCache का अवतार

    LMCache/LMCache

    6,909GitHub पर देखें↗

    LMCache is a distributed key-value cache manager and tiering system designed to accelerate large language model inference. It functions as a tiered storage layer that offloads tensors from GPU memory to CPU RAM, local disks, or remote object stores, enabling the reuse of cached prefixes across different inference sessions and serving engines. The system differentiates itself through a disaggregated prefill-decode model, which separates prompt processing from token generation by transferring caches between distributed compute nodes. It utilizes peer-to-peer orchestration to share and retrieve

    Simulates configurable traffic patterns to report speed and throughput metrics for the inference engine.

    Pythonamdcudafast
    GitHub पर देखें↗6,909
  • ai-dynamo/dynamoai-dynamo का अवतार

    ai-dynamo/dynamo

    6,112GitHub पर देखें↗

    Dynamo is a distributed inference orchestration platform designed for large language models. It functions as a system to coordinate prefill and decode phases across GPU nodes, utilizing a multi-backend runtime adapter to connect engines like vLLM and TensorRT-LLM through a unified block-oriented memory interface. An OpenAI-compatible API server provides the frontend for integration with existing tools and clients. The project is distinguished by its disaggregated serving architecture, which separates prompt processing and token generation onto independent GPU pools to optimize throughput and

    Mimics backend API behavior and synthetic traffic patterns to validate routing and infrastructure logic without consuming GPUs.

    Rust
    GitHub पर देखें↗6,112
  • alexcasalboni/aws-lambda-power-tuningalexcasalboni का अवतार

    alexcasalboni/aws-lambda-power-tuning

    6,028GitHub पर देखें↗

    यह प्रोजेक्ट AWS Lambda के लिए एक प्रदर्शन अनुकूलक और संसाधन बेंचमार्कर है। यह सबसे अधिक लागत प्रभावी सेटिंग्स की पहचान करने और परिचालन खर्च को कम करने के लिए विभिन्न मेमोरी कॉन्फ़िगरेशन का परीक्षण करके निष्पादन गति और लागत के बीच के ट्रेड-ऑफ का विश्लेषण करता है। यह टूल विभिन्न पावर स्तरों पर कई फ़ंक्शन टेस्ट रन के निष्पादन और डेटा संग्रह को स्वचालित करने के लिए एक AWS Step Functions ऑर्केस्ट्रेटर का उपयोग करता है। यह कस्टम स्टेटिक या रिमोट डेटा इंजेक्ट करके और वास्तविक दुनिया के ट्रैफ़िक पैटर्न की नकल करने के लिए भारित पेलोड वितरण का उपयोग करके उत्पादन वर्कलोड का अनुकरण करता है।

    Simulates production traffic by distributing test input payloads based on assigned relative probability weights.

    JavaScript
    GitHub पर देखें↗6,028
  • modeltc/lightllmModelTC का अवतार

    ModelTC/LightLLM

    3,901GitHub पर देखें↗

    LightLLM is a high-performance serving framework for deploying and executing large language models. It functions as a multi-GPU inference engine and server capable of handling dense architectures, mixture-of-experts designs, and multimodal models that process both text and images. The system is distinguished by its specialized support for Mixture-of-Experts models using expert parallelism and fused kernels. It implements structured text generation through deterministic state machines and pushdown automata to enforce precise output formats. To optimize throughput, the framework employs specula

    Includes detailed profiling for prefill and decode stage throughput and latency across multi-GPU configurations.

    Pythondeep-learninggptllama
    GitHub पर देखें↗3,901
  • coleam00/local-ai-packagedcoleam00 का अवतार

    coleam00/local-ai-packaged

    3,539GitHub पर देखें↗

    This project is a containerized local AI infrastructure stack designed to deploy large language models and vector databases on private hardware. It functions as an orchestration platform that combines AI runners, knowledge graphs, and a visual workflow builder for creating agentic chatflows and automating tasks via tool integration. The platform distinguishes itself through a low-code approach to agent orchestration, utilizing a visual interface to design complex sequences and connect agents to external tools and search engines. It includes a dedicated local observability stack to track promp

    Optimizes model processing speed by selecting hardware-specific configuration profiles for GPUs or CPUs.

    Python
    GitHub पर देखें↗3,539
  1. Home
  2. Artificial Intelligence & ML
  3. Cross-Model Comparators
  4. Model Performance Benchmarks
  5. Inference Speed Profiling

सब-टैग एक्सप्लोर करें

  • Hardware Configuration ProfilesPredefined performance settings tailored to specific CPU or GPU hardware to optimize inference speed. **Distinct from Inference Speed Profiling:** Focuses on using profiles to set optimization levels rather than just analyzing execution timing.
  • Workload Simulations1 सब-टैगTools for simulating specific traffic patterns to measure inference throughput and speed. **Distinct from Inference Speed Profiling:** Focuses on synthetic traffic generation and load testing rather than just timing profiling.