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
·
efeslab avatar

efeslab/Nanoflow

0
View on GitHub↗
965 estrellas·49 forks·Jupyter Notebook·6 vistasarxiv.org/abs/2408.12757↗

Nanoflow

A throughput-oriented high-performance serving framework for LLMs

Features

  • Inference Frameworks - Framework focused on maximizing serving throughput.

Historial de estrellas

Gráfico del historial de estrellas de efeslab/nanoflowGráfico del historial de estrellas de efeslab/nanoflow

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.

Start searching with AI

Alternativas open-source a Nanoflow

Proyectos open-source similares, clasificados según cuántas características comparten con Nanoflow.
  • 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
  • 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
Ver las 19 alternativas a Nanoflow→

Preguntas frecuentes

¿Qué hace efeslab/nanoflow?

A throughput-oriented high-performance serving framework for LLMs

¿Cuáles son las características principales de efeslab/nanoflow?

Las características principales de efeslab/nanoflow son: Inference Frameworks.

¿Qué alternativas de código abierto existen para efeslab/nanoflow?

Las alternativas de código abierto para efeslab/nanoflow incluyen: flashinfer-ai/flashinfer — FlashInfer is a library of high-performance GPU kernels purpose-built for accelerating large language model inference.… flexflow/flexflow — Automatically Discovering Fast Parallelization Strategies for Distributed Deep Neural Network Training. fminference/flexgen — FlexGen is an inference engine for large language models designed for high-throughput execution on single or multiple… ggerganov/llama.cpp — llama.cpp is a high-performance C++ inference engine and runtime for executing large language models locally across… inferflow/inferflow — Inferflow is an efficient and highly configurable inference engine for large language models (LLMs). bigscience-workshop/petals — Petals is a decentralized framework and inference engine for running large language models across a peer-to-peer…