Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
yuudiiii authored Nov 22, 2024
1 parent e6a5670 commit b0d2ab5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/HomepageFeatures/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ type FeatureItem = {
const FeatureList: FeatureItem[] = [
{
title: "高效的服务吞吐量",
Svg: require("@site/static/img/undraw_docusaurus_mountain.svg").default,
Svg: require("@site/static/img/1-High-efficiency.svg").default,
description: (
<>
vLLM 采用独特的 PagedAttention 技术和动态批处理机制,且支持并行采样、波束搜索等多种解码算法,极大提升了服务吞吐量和响应速度
Expand All @@ -20,15 +20,15 @@ const FeatureList: FeatureItem[] = [
},
{
title: "内存管理大师",
Svg: require("@site/static/img/undraw_docusaurus_tree.svg").default,
Svg: require("@site/static/img/2-Memory-Management.svg").default,
description: (
<>创新的内存管理与执行架构,通过将 kv 缓存分割为若干块进行精细管理,把内存浪费控制在序列的最后一块,能实现接近最优的内存使用且支持内存共享,浪费比例低至不到 4%
</>
),
},
{
title: "灵活易用",
Svg: require("@site/static/img/undraw_docusaurus_react.svg").default,
Svg: require("@site/static/img/3-Flexible-user-friendly.svg").default,
description: (
<>
vLLM 可无缝集成各类模型,兼容 NVIDIA、AMD、Intel 等多种硬件平台 GPU 和 CPU,并提供简洁的接口和文档,易于上手
Expand Down

0 comments on commit b0d2ab5

Please sign in to comment.