An open API service indexing awesome lists of open source software.

https://github.com/zrzrzrzrzrzrzr/lm-fly

大模型推理框架加速,让 LLM 飞起来
https://github.com/zrzrzrzrzrzrzr/lm-fly

llm llm-inference mlx openvino tensorrt-llm tgi vllm

Last synced: 6 months ago
JSON representation

大模型推理框架加速,让 LLM 飞起来

Awesome Lists containing this project

README

        

# lm-fly







👋 大模型本地部署加速之路,让大模型推理飞起来

## 项目介绍

欢迎来到本仓库,这里将会陆续提供加速框架的最简单实操。

本仓库将会提供几种主流LLM加速框架的快速实战和体验,通常包括:

1. UI界面:在各个加速框架的基础上,提供简单的gradio web界面,方便用户进行加速任务的提交和管理。
2. openai接口:提供openai接口,方便用户通过代码进行加速任务的提交和管理。
3. 压力测试:提供压力测试脚本,方便用户进行加速任务的压力测试。

## 项目更新

- 🔥 ```2024-4-27```: 添加了TensorRT-LLM和OpenVINO的基础支持。

## 支持 & 学习的加速框架和硬件

我们展示了学习路线:

![展示](assets/outline.png)

下表展现了我们现在对本仓库中回考虑的支持库框架的学习和适配顺序,项目才刚刚开始,如果您对本项目有兴趣,欢迎贡献PR或联系我!

+ ✓ : 已经提供代码或者教程
+ ✗ : 未提供代码或教程(还在书写或者学习中)
+ / : 框架不支持

| LLM加速框架 | 是否支持 | gradio UI | openai接口 | 压力测试 | 微调 | 厂家 |
|--------------|------|-----------|----------|------|----|-------------|
| TensorrT-LLM | ✓ | ✓ | ✓ | ✓ | / | NVIDIA |
| OpenVINO | ✓ | ✓ | ✓ | ✓ | / | Intel |
| VLLM | ✓ | ✗ | ✓ | ✓ | / | lmsys |
| MLX | ✗ | ✗ | ✗ | ✗ | ✓ | Apple |
| TGI | ✗ | ✗ | ✗ | ✗ | ✗ | HuggingFace |