awesome-repositories.com分类博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to jittor/jittorllms

Open-source alternatives to JittorLLMs

30 open-source projects similar to jittor/jittorllms, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best JittorLLMs alternative.

  • bigscience-workshop/petalsbigscience-workshop 的头像

    bigscience-workshop/petals

    10,208在 GitHub 上查看↗

    Petals is a decentralized framework and inference engine for running large language models across a peer-to-peer network. It enables the execution of models that exceed the memory of any single machine by splitting computations and model layers across a collaborative swarm of GPUs. The system functions as a collaborative compute network where participants share local GPU resources and host model weights. It supports distributed prompt-tuning to adapt massive models to specific tasks and allows for the establishment of private compute swarms to process sensitive data within restricted, trusted

    Python
    在 GitHub 上查看↗10,208
  • efeslab/nanoflowefeslab 的头像

    efeslab/Nanoflow

    965在 GitHub 上查看↗

    A throughput-oriented high-performance serving framework for LLMs

    Jupyter Notebookcudainferencellama2
    在 GitHub 上查看↗965
  • flashinfer-ai/flashinferflashinfer-ai 的头像

    flashinfer-ai/flashinfer

    4,996在 GitHub 上查看↗

    FlashInfer is a library of high-performance GPU kernels purpose-built for accelerating large language model inference. It provides optimized implementations for attention operations (including flash attention, page attention, multi-head latent attention, and cascade attention) using paged key-value caches, fused kernel composition, and just-in-time compilation. The library also includes specialized kernels for mixture-of-experts layers, block-scaled low-precision quantization (FP8, FP4), and distributed collective communication. What distinguishes FlashInfer is its fused all-reduce communicat

    Pythonattentioncudadistributed-inference
    在 GitHub 上查看↗4,996
  • flexflow/flexflowflexflow 的头像

    flexflow/FlexFlow

    1,889在 GitHub 上查看↗

    Automatically Discovering Fast Parallelization Strategies for Distributed Deep Neural Network Training

    C++
    在 GitHub 上查看↗1,889

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search
  • fminference/flexgenFMInference 的头像

    FMInference/FlexGen

    9,366在 GitHub 上查看↗

    FlexGen is an inference engine for large language models designed for high-throughput execution on single or multiple GPUs. It functions as a framework for managing model execution through a combination of memory offloading, weight compression, and pipeline orchestration. The system enables the execution of models that exceed available GPU memory by moving tensors and caches between GPU memory, system RAM, and disk storage. It utilizes 4-bit weight quantization to reduce the memory footprint of model parameters, allowing for increased batch processing capacity. The project covers distributed

    Python
    在 GitHub 上查看↗9,366
  • ggerganov/llama.cppggerganov 的头像

    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
  • inferflow/inferflowinferflow 的头像

    inferflow/inferflow

    251在 GitHub 上查看↗

    Inferflow is an efficient and highly configurable inference engine for large language models (LLMs).

    C++
    在 GitHub 上查看↗251
  • internlm/lmdeployInternLM 的头像

    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
  • ioptimizethings/dlmserveiOptimizeThings 的头像

    iOptimizeThings/dlmserve

    15在 GitHub 上查看↗

    OpenAI-compatible HTTP serving for diffusion language models. LLaDA-8B-Instruct and LLaDA-1.5 in v0.1. Dream-7B in v0.1.1 (issue #1).

    Python
    在 GitHub 上查看↗15
  • kevinwang676/chatglm2-voice-cloningKevinWang676 的头像

    KevinWang676/ChatGLM2-Voice-Cloning

    616在 GitHub 上查看↗

    Chat with any character you like: ChatGLM2+SadTalker+Voice Cloning | 和喜欢的角色沉浸式对话吧:ChatGLM2+声音克隆+视频对话

    Python
    在 GitHub 上查看↗616
  • lizonghang/prima.cppL

    Lizonghang/prima.cpp

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • memfreeme/memfreememfreeme 的头像

    memfreeme/memfree

    1,499在 GitHub 上查看↗

    MemFree - Hybrid AI Search Engine & AI Page Generator

    TypeScriptaiai-searchai-search-engine
    在 GitHub 上查看↗1,499
  • microsoft/deepspeedmicrosoft 的头像

    microsoft/DeepSpeed

    42,533在 GitHub 上查看↗

    DeepSpeed is a distributed deep learning optimization library and framework designed for the training and inference of massive AI models. It serves as a model parallelism orchestrator and a toolkit for scaling large language models across multiple GPUs and compute nodes. The project distinguishes itself through 3D parallelism orchestration, which combines data, pipeline, and tensor parallelism. It utilizes ZeRO-based memory partitioning to eliminate redundant storage and employs CPU-offload memory management to move weights and optimizer states to system RAM. Additionally, it provides special

    Python
    在 GitHub 上查看↗42,533
  • mit-han-lab/streaming-llmmit-han-lab 的头像

    mit-han-lab/streaming-llm

    7,232在 GitHub 上查看↗

    This project is a long context inference engine and optimizer designed to process infinite text streams using large language models without memory growth or performance degradation. It serves as a system for maintaining constant memory usage during the generation of text from arbitrarily long input sequences. The implementation utilizes a rolling key-value cache manager and attention sink mechanisms to stabilize the attention process during continuous stream processing. By retaining initial tokens and employing a sliding window of key-value pairs, the system enables constant-time inference an

    Python
    在 GitHub 上查看↗7,232
  • mlc-ai/mlc-llmmlc-ai 的头像

    mlc-ai/mlc-llm

    22,057在 GitHub 上查看↗

    MLC LLM is a machine learning compiler and inference engine designed to execute large language models locally across diverse hardware platforms, including desktop, mobile, and web environments. By utilizing machine learning compilation, the project transforms high-level model definitions into specialized, hardware-specific binary libraries. This process optimizes model weights and generates compute kernels tailored to the unique memory and processing characteristics of target graphics and mobile hardware. The engine distinguishes itself by providing a unified runtime abstraction that enables

    Pythonlanguage-modelllmmachine-learning-compilation
    在 GitHub 上查看↗22,057
  • modeltc/lightllmModelTC 的头像

    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
  • nvidia/tensorrt-llmNVIDIA 的头像

    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
  • omxyz/lumenomxyz 的头像

    omxyz/lumen

    49在 GitHub 上查看↗

    A vision-first browser agent with self-healing deterministic replay.

    TypeScript
    在 GitHub 上查看↗49
  • optimalscale/lmflowOptimalScale 的头像

    OptimalScale/LMFlow

    8,488在 GitHub 上查看↗

    LMFlow is a comprehensive suite for large language model fine-tuning, context extension, multimodal processing, and inference execution. It provides a toolkit for updating model parameters through full tuning or memory-efficient adapter algorithms, alongside an inference engine for executing tuned models via command-line or web-based interfaces. The framework includes a dedicated alignment suite for supervised tuning and reward model training to refine model behavior. It features a context window extender to increase maximum input lengths and a multimodal framework for building chatbots that

    Pythonchatgptdeep-learninginstruction-following
    在 GitHub 上查看↗8,488
  • pleisto/flappypleisto 的头像

    pleisto/flappy

    306在 GitHub 上查看↗

    Production-Ready LLM Agent SDK for Every Developer

    Rustagentchatgptgenerative-ai
    在 GitHub 上查看↗306
  • rulinshao/lightseqRulinShao 的头像

    RulinShao/LightSeq

    223在 GitHub 上查看↗

    Official repository for DistFlashAttn: Distributed Memory-efficient Attention for Long-context LLMs Training

    Python
    在 GitHub 上查看↗223
  • sgl-project/sglangsgl-project 的头像

    sgl-project/sglang

    29,079在 GitHub 上查看↗

    Sglang is a high-performance inference engine and serving system designed for large language and multimodal models. It provides a programmable interface for orchestrating complex generation workflows, enabling developers to coordinate multi-turn dialogues, tool invocations, and reasoning chains through a domain-specific language. The platform is built to support production-scale deployments, offering an OpenAI-compatible API that allows for integration with existing application ecosystems. The system distinguishes itself through a disaggregated architecture that separates compute-intensive pr

    Pythonattentionblackwellcuda
    在 GitHub 上查看↗29,079
  • sjtu-ipads/powerinferSJTU-IPADS 的头像

    SJTU-IPADS/PowerInfer

    9,568在 GitHub 上查看↗

    PowerInfer is an inference engine and serving framework designed to run large language models on local hardware. It combines a hybrid CPU-GPU offloader, a quantization tool, and a sparse model optimizer to enable the execution of high-parameter models on consumer-grade devices. The system distinguishes itself through neuron-activation-based offloading, using a predictor model to preload frequent neurons into VRAM while keeping rare neurons in system memory. This hybrid execution model balances workloads between the GPU and CPU based on input patterns to optimize memory access and increase tok

    C++
    在 GitHub 上查看↗9,568
  • soulteary/docker-llama2-chatsoulteary 的头像

    soulteary/docker-llama2-chat

    535在 GitHub 上查看↗

    Play LLaMA2 (official / 中文版 / INT4 / llama2.cpp) Together! ONLY 3 STEPS! ( non GPU / 5GB vRAM / 8~14GB vRAM)

    Pythonllamallama2llama2-docker
    在 GitHub 上查看↗535
  • sunner/chatallsunner 的头像

    sunner/ChatALL

    16,412在 GitHub 上查看↗

    ChatALL is a multi-model chat client and productivity tool designed to evaluate the quality of answers from different large language models. It provides a unified interface for interacting with various AI chatbots across different service providers from a single window, allowing users to send a single prompt to multiple models simultaneously. The application enables side-by-side response comparison through a dynamic columnar layout and concurrent querying. It functions as a local chat history manager, using a privacy-focused storage system to keep prompt records and conversation history saved

    JavaScript
    在 GitHub 上查看↗16,412
  • thunlp/webcpmthunlp 的头像

    thunlp/WebCPM

    911在 GitHub 上查看↗

    Official codes for ACL 2023 paper "WebCPM: Interactive Web Search for Chinese Long-form Question Answering"

    HTML
    在 GitHub 上查看↗911
  • vllm-project/vllmvllm-project 的头像

    vllm-project/vllm

    83,048在 GitHub 上查看↗

    vLLM is a high-throughput inference engine designed for the efficient serving and execution of large language models. It functions as a production-ready distributed model server, providing standard API protocols for online serving while also supporting offline batch processing. The system is built to maximize token generation speed and memory efficiency, enabling both large-scale cloud deployments and local execution on personal hardware. The project distinguishes itself through advanced memory management and request scheduling techniques, most notably its use of non-contiguous key-value cach

    Pythonamdblackwellcuda
    在 GitHub 上查看↗83,048
  • wenda-llm/wendawenda-LLM 的头像

    wenda-LLM/wenda

    6,173在 GitHub 上查看↗

    Wenda is an LLM orchestration platform and custom workflow engine designed to manage multiple language model backends through a unified interface. It functions as a self-hosted AI gateway that enables the execution of complex task sequences and automated conversation flows. The system utilizes JavaScript plugins to orchestrate workflows and trigger external API calls. It supports retrieval augmented generation by injecting relevant data from vector stores and offline files into prompts to increase response accuracy. The platform is built for private network deployments, featuring multi-user

    JavaScriptchatglm-6bchatrwkvrwkv
    在 GitHub 上查看↗6,173
  • ypwhs/creativechatglmypwhs 的头像

    ypwhs/CreativeChatGLM

    249在 GitHub 上查看↗

    👋 欢迎来到 ChatGLM 创意世界!你可以使用修订和续写的功能来生成创意内容!

    Pythonchatchat-applicationchatbot
    在 GitHub 上查看↗249
  • ztxz16/fastllmztxz16 的头像

    ztxz16/fastllm

    4,779在 GitHub 上查看↗

    fastllm is a set of specialized software components for model weight conversion, Mixture-of-Experts runtimes, and tensor parallelism. It provides an OpenAI compatible API server to expose large language model capabilities through a standardized request format. The project features a tensor parallelism framework that splits computational workloads across multiple GPUs to accelerate execution. It includes a dedicated runtime optimized for Mixture-of-Experts architectures and a quantization tool to convert model weights into lower precision formats to reduce memory usage and increase throughput.

    C++
    在 GitHub 上查看↗4,779