awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 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/petalsAvatar de bigscience-workshop

    bigscience-workshop/petals

    10,208Ver en 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
    Ver en GitHub↗10,208
  • efeslab/nanoflowAvatar de efeslab

    efeslab/Nanoflow

    965Ver en GitHub↗

    A throughput-oriented high-performance serving framework for LLMs

    Jupyter Notebookcudainferencellama2
    Ver en GitHub↗965
  • flashinfer-ai/flashinferAvatar de flashinfer-ai

    flashinfer-ai/flashinfer

    4,996Ver en 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
    Ver en GitHub↗4,996
  • flexflow/flexflowAvatar de flexflow

    flexflow/FlexFlow

    1,889Ver en GitHub↗

    Automatically Discovering Fast Parallelization Strategies for Distributed Deep Neural Network Training

    C++
    Ver en GitHub↗1,889
  • fminference/flexgenAvatar de FMInference

    FMInference/FlexGen

    9,366Ver en 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
    Ver en GitHub↗9,366
  • ggerganov/llama.cppAvatar de ggerganov

    ggerganov/llama.cpp

    116,912Ver en 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++
    Ver en GitHub↗116,912
  • inferflow/inferflowAvatar de inferflow

    inferflow/inferflow

    251Ver en GitHub↗

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

    C++
    Ver en GitHub↗251
  • internlm/lmdeployAvatar de InternLM

    InternLM/lmdeploy

    7,903Ver en 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
    Ver en GitHub↗7,903
  • ioptimizethings/dlmserveAvatar de iOptimizeThings

    iOptimizeThings/dlmserve

    15Ver en 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
    Ver en GitHub↗15
  • kevinwang676/chatglm2-voice-cloningAvatar de KevinWang676

    KevinWang676/ChatGLM2-Voice-Cloning

    616Ver en GitHub↗

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

    Python
    Ver en GitHub↗616
  • lizonghang/prima.cppL

    Lizonghang/prima.cpp

    0Ver en GitHub↗
    Ver en GitHub↗0
  • memfreeme/memfreeAvatar de memfreeme

    memfreeme/memfree

    1,499Ver en GitHub↗

    MemFree - Hybrid AI Search Engine & AI Page Generator

    TypeScriptaiai-searchai-search-engine
    Ver en GitHub↗1,499
  • microsoft/deepspeedAvatar de microsoft

    microsoft/DeepSpeed

    42,533Ver en 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
    Ver en GitHub↗42,533
  • mit-han-lab/streaming-llmAvatar de mit-han-lab

    mit-han-lab/streaming-llm

    7,232Ver en 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
    Ver en GitHub↗7,232
  • mlc-ai/mlc-llmAvatar de mlc-ai

    mlc-ai/mlc-llm

    22,057Ver en 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
    Ver en GitHub↗22,057
  • modeltc/lightllmAvatar de ModelTC

    ModelTC/LightLLM

    3,901Ver en 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
    Ver en GitHub↗3,901
  • nvidia/tensorrt-llmAvatar de NVIDIA

    NVIDIA/TensorRT-LLM

    12,913Ver en 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
    Ver en GitHub↗12,913
  • omxyz/lumenAvatar de omxyz

    omxyz/lumen

    49Ver en GitHub↗

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

    TypeScript
    Ver en GitHub↗49
  • optimalscale/lmflowAvatar de OptimalScale

    OptimalScale/LMFlow

    8,488Ver en 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
    Ver en GitHub↗8,488
  • pleisto/flappyAvatar de pleisto

    pleisto/flappy

    306Ver en GitHub↗

    Production-Ready LLM Agent SDK for Every Developer

    Rustagentchatgptgenerative-ai
    Ver en GitHub↗306
  • rulinshao/lightseqAvatar de RulinShao

    RulinShao/LightSeq

    223Ver en GitHub↗

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

    Python
    Ver en GitHub↗223
  • sgl-project/sglangAvatar de sgl-project

    sgl-project/sglang

    29,079Ver en 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
    Ver en GitHub↗29,079
  • sjtu-ipads/powerinferAvatar de SJTU-IPADS

    SJTU-IPADS/PowerInfer

    9,568Ver en 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++
    Ver en GitHub↗9,568
  • soulteary/docker-llama2-chatAvatar de soulteary

    soulteary/docker-llama2-chat

    535Ver en GitHub↗

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

    Pythonllamallama2llama2-docker
    Ver en GitHub↗535
  • sunner/chatallAvatar de sunner

    sunner/ChatALL

    16,412Ver en 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
    Ver en GitHub↗16,412
  • thunlp/webcpmAvatar de thunlp

    thunlp/WebCPM

    911Ver en GitHub↗

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

    HTML
    Ver en GitHub↗911
  • vllm-project/vllmAvatar de vllm-project

    vllm-project/vllm

    83,048Ver en 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
    Ver en GitHub↗83,048
  • wenda-llm/wendaAvatar de wenda-LLM

    wenda-LLM/wenda

    6,173Ver en 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
    Ver en GitHub↗6,173
  • ypwhs/creativechatglmAvatar de ypwhs

    ypwhs/CreativeChatGLM

    249Ver en GitHub↗

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

    Pythonchatchat-applicationchatbot
    Ver en GitHub↗249
  • ztxz16/fastllmAvatar de ztxz16

    ztxz16/fastllm

    4,779Ver en 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++
    Ver en GitHub↗4,779

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Find more with AI search