Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Mini-vLLM

简化版大模型推理服务系统,参考 vLLM 的推理架构实现:

  • prefill / decode 两阶段推理流程
  • KV Cache 管理
  • PagedAttention 风格的 block table
  • continuous batching scheduler
  • TTFT、TPOT、tokens/s 统计

示例:

python examples/run_mini_vllm.py