We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d33ed7 commit 8275237Copy full SHA for 8275237
src/components/HomepageBenefits/index.tsx
@@ -24,8 +24,12 @@ export default function HomepageBenefits() {
24
</Heading>
25
<div className={styles.benefitsGrid}>
26
<div className={styles.benefitCard}>
27
- <h4>🧠 LLM-Optimized</h4>
28
- <p>OpenAI-compatible inference protocol for seamless integration with large language models</p>
+ <h4>🧮 Optimized Backends</h4>
+ <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>
33
</div>
34
35
<h4>🚅 GPU Acceleration</h4>
0 commit comments