awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
L

Lizonghang/prima.cpp

0
View on GitHub↗
0 نجوم·0 تفرعات·4 مشاهدات

Prima.cpp

Features

  • Inference and Serving - Distributed implementation for running large models on consumer hardware.
  • Inference Frameworks - Optimized inference for large models on low-resource home clusters.

سجل النجوم

مخطط تاريخ النجوم لـ lizonghang/prima.cppمخطط تاريخ النجوم لـ lizonghang/prima.cpp

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Prima.cpp

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Prima.cpp.
  • internlm/lmdeployالصورة الرمزية لـ InternLM

    InternLM/lmdeploy

    7,903عرض على GitHub↗

    lmdeploy is a high-performance inference engine and deployment framework for large language models and vision models. It functions as a multi-modal model server and compression toolkit designed to serve models with high throughput and low latency. The system enables the distribution of model services across multiple machines using request-based load balancing and tensor parallelism. It includes specialized tools for model quantization and compression to reduce the memory footprint of weights and caches. The framework covers broad capability areas including production deployment, distributed

    Pythoncodellamacuda-kernelsdeepspeed
    عرض على GitHub↗7,903
  • modeltc/lightllmالصورة الرمزية لـ ModelTC

    ModelTC/LightLLM

    3,901عرض على GitHub↗

    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

    Pythondeep-learninggptllama
    عرض على GitHub↗3,901
  • ggerganov/llama.cppالصورة الرمزية لـ ggerganov

    ggerganov/llama.cpp

    116,912عرض على GitHub↗

    llama.cpp is a high-performance C++ inference engine and runtime for executing large language models locally across various hardware architectures. It provides the core components for local model execution, including a dedicated model quantizer for compressing weights into the GGUF format and a system for generating text embeddings for semantic search. The project distinguishes itself through specialized memory and execution optimizations, such as block-wise weight quantization to reduce memory footprints and memory-mapped model loading. It supports structured text generation by using formal

    C++
    عرض على GitHub↗116,912
  • nvidia/tensorrt-llmالصورة الرمزية لـ NVIDIA

    NVIDIA/TensorRT-LLM

    12,913عرض على GitHub↗

    TensorRT-LLM is a platform and toolkit designed for compiling, optimizing, and serving transformer-based models on accelerated hardware. It functions as a framework that transforms machine learning models into efficient execution graphs, providing an engine to refine these models for specific hardware to maximize throughput and minimize latency during text generation. The project distinguishes itself through advanced execution strategies that manage the entire inference pipeline. It utilizes kernel-level fusion and static graph execution to optimize mathematical operations and computational f

    Pythonblackwellcudallm-serving
    عرض على GitHub↗12,913
عرض جميع البدائل الـ 30 لـ Prima.cpp→

الأسئلة الشائعة

ما هي الميزات الرئيسية لـ lizonghang/prima.cpp؟

الميزات الرئيسية لـ lizonghang/prima.cpp هي: Inference and Serving, Inference Frameworks.

ما هي البدائل مفتوحة المصدر لـ lizonghang/prima.cpp؟

تشمل البدائل مفتوحة المصدر لـ lizonghang/prima.cpp: modeltc/lightllm — LightLLM is a high-performance serving framework for deploying and executing large language models. It functions as a… sgl-project/sglang — Sglang is a high-performance inference engine and serving system designed for large language and multimodal models. It… ggerganov/llama.cpp — llama.cpp is a high-performance C++ inference engine and runtime for executing large language models locally across… internlm/lmdeploy — lmdeploy is a high-performance inference engine and deployment framework for large language models and vision models.… nvidia/tensorrt-llm — TensorRT-LLM is a platform and toolkit designed for compiling, optimizing, and serving transformer-based models on… vllm-project/vllm — vLLM is a high-throughput inference engine designed for the efficient serving and execution of large language models.…