Skip to content

Commit 8275237

Browse files
docs: Mention vLLM and llm-d on main page (#589)
Signed-off-by: Yuan Tang <[email protected]>
1 parent 0d33ed7 commit 8275237

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/components/HomepageBenefits/index.tsx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,12 @@ export default function HomepageBenefits() {
2424
</Heading>
2525
<div className={styles.benefitsGrid}>
2626
<div className={styles.benefitCard}>
27-
<h4>🧠 LLM-Optimized</h4>
28-
<p>OpenAI-compatible inference protocol for seamless integration with large language models</p>
27+
<h4>🧮 Optimized Backends</h4>
28+
<p>Support for vLLM and llm-d for optimized performance for serving LLMs</p>
29+
</div>
30+
<div className={styles.benefitCard}>
31+
<h4>📌 Standardization</h4>
32+
<p>OpenAI-compatible inference protocol for seamless integration with LLMs</p>
2933
</div>
3034
<div className={styles.benefitCard}>
3135
<h4>🚅 GPU Acceleration</h4>

0 commit comments

Comments
 (0)