ztxz16/fastllm
fastllm是后端无依赖的高性能大模型推理库。同时支持张量并行推理稠密模型和混合模式推理MOE模型,任意10G以上显卡即可推理满血DeepSeek。双路9004/9005服务器+单显卡部署DeepSeek满血满精度原版模型,单并发20tps;INT4量化模型单并发30tps,多并发可达60+。 observed · 2026-08-28
Health v2 · maintenance only
74/100
- Activity 99
- Release rhythm 35
- Longevity 86
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 1208
- days_rel: n/a
- days_push: 7
- n_releases_24m: 0
Adoption not part of the score
4945 stars · 485 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
fastllm is a high-performance C++ LLM inference library with its own custom operators, requiring no PyTorch dependency. It supports tensor-parallel inference of dense models and hybrid CPU+GPU inference of MOE models, enabling full DeepSeek 671B inference on a single 10GB+ GPU.
Use cases
- run DeepSeek R1 671B on a single GPU with limited VRAM
- serve an OpenAI-compatible API for local LLMs
- chat with Qwen or Llama models from the terminal
- deploy MOE models with CPU+GPU hybrid tensor parallelism
- run FP8 inference on older or domestic GPUs
- quantize models to INT4 or dynamic quantization for faster inference
- deploy LLM inference on AMD ROCm or Chinese domestic accelerators
When to choose
- you need to run very large MOE models like DeepSeek 671B with limited GPU memory
- you want a PyTorch-free inference engine with broad GPU compatibility including older cards
- you need tensor parallelism across an arbitrary number of GPUs including odd counts
- you target domestic Chinese accelerators or AMD GPUs
When to avoid
- you need the broadest ecosystem integration and community tooling of vLLM or SGLang
- you require macOS or Apple Silicon support
- you need extensive fine-tuning or training features rather than inference only
Facets
library · maturity active
llm-inference gpu-computing cli http-server chat-interface large-language-models artificial-intelligence developer-tools windows python cpp cli moe-inference tensor-parallelism cpu-gpu-hybrid fp8 quantization deepseek openai-compatible-api self-contained-operators no-pytorch-dependency command-line linux gpu web-server android
1 source
- readme: https://github.com/ztxz16/fastllm · fetched 2026-08-28 · fd3d330cb892
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ztxz16/fastllm | main | 74 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem