Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 576 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 576 Bytes

LLM性能评估工具

For the English version of this README, please refer to README_EN.md.

这个工具用于评估不同LLM提供商的性能,包括以下指标:

  • TTFT (Time To First Token): 从发送请求到收到第一个token的时间
  • TPS (Tokens Per Second): 每秒处理的token数量

截图

截图

配置

config.yml中配置LLM提供商信息, 参考config.example.yml

安装依赖

使用UV安装依赖

uv sync

运行

uv run main.py