#63 · Primary category: Inference & Local Deploy
fastllm
fastllm是后端无依赖的高性能大模型推理库。同时支持张量并行推理稠密模型和混合模式推理MOE模型,任意10G以上显卡即可推理满血DeepSeek。双路9004/9005服务器+单显卡部署DeepSeek满血满精度原版模型,单并发20tps;INT4量化模型单并发30tps,多并发可达60+。
Project last updated:08/29/26
GitHub Stars
4.9K
Forks
485
Contributors
66
License
Apache-2.0
Why we included this project
fastllm's headline feature is running a full 671B DeepSeek on a single GPU with more than 10GB of VRAM, offloading MoE layers to CPU. It is a C++ inference engine with its own operators, so it does not depend on PyTorch at runtime, and it serves dense models like Qwen and Llama as well as MoE models like DeepSeek. Tensor parallelism works across multiple cards, including odd counts like three or five, and hardware support is broad, covering older NVIDIA cards, AMD GPUs through ROCm, and several domestic accelerators, with FP8 inference available even on older devices. The pip-installable CLI offers a chat mode, a WebUI, and an OpenAI-style server, plus a terminal deployment wizard. On a dual-socket 9004/9005 server with a single GPU, it runs the full-precision DeepSeek at about 20 tokens per second, the INT4 version at 30, and past 60 when handling multiple concurrent requests.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
ollama
Get up and running with Kimi-K2.6, GLM-5.2, MiniMax, DeepSeek, gpt-oss, Qwen, Gemma and other models.
llama.cpp
LLM inference in C/C++
vllm
A high-throughput and memory-efficient inference and serving engine for LLMs
gpt4all
GPT4All: Run Local LLMs on Any Device. Open-source and available for commercial use.
LocalAI
LocalAI is the open-source AI engine. Run any model - LLMs, vision, voice, image, video - on any hardware. No GPU required.