docs: sync LMSYS SGLang blog cards (#31386)

Co-authored-by: sglang-bot <sglang-bot@users.noreply.github.com>
This commit is contained in:
sglang-bot
2026-07-16 00:53:19 +00:00
committed by GitHub
co-authored by sglang-bot
parent b0b2dfbda1
commit 34f5691ea1
+55 -55
View File
@@ -82,6 +82,61 @@ It is designed to deliver low-latency and high-throughput inference across a wid
alignItems: "stretch",
}}
>
<a
href="https://lmsys.org/blog/2026-07-15-inkling-day0-support/"
target="_blank"
rel="noopener noreferrer"
style={{
display: "block",
border: "1px solid rgba(128, 128, 128, 0.3)",
borderRadius: "0.75rem",
overflow: "hidden",
textDecoration: "none",
color: "inherit",
height: "100%",
}}
>
<div
style={{
aspectRatio: "16 / 9",
overflow: "hidden",
background: "rgba(128, 128, 128, 0.15)",
}}
>
<img
src="https://lmsys.org/images/blog/inkling-day0-support/inkling-cover.png"
alt="SGLang and Miles Add Day-0 Support for Inkling, a Frontier Multimodal Model"
style={{
width: "100%",
height: "100%",
objectFit: "cover",
objectPosition: "center",
display: "block",
}}
/>
</div>
<div style={{ padding: "0.9rem 1rem 1rem" }}>
<p
style={{
margin: 0,
fontWeight: 600,
lineHeight: 1.35,
fontSize: "0.98rem",
}}
>
{"SGLang and Miles Add Day-0 Support for Inkling, a Frontier Multimodal Model"}
</p>
<p
style={{
margin: "0.55rem 0 0",
fontSize: "0.85rem",
opacity: 0.75,
}}
>
{"July 15, 2026"}
</p>
</div>
</a>
<a
href="https://lmsys.org/blog/2026-07-13-glm52-optimization/"
target="_blank"
@@ -357,61 +412,6 @@ It is designed to deliver low-latency and high-throughput inference across a wid
</p>
</div>
</a>
<a
href="https://lmsys.org/blog/2026-06-26-waterfill-lplb/"
target="_blank"
rel="noopener noreferrer"
style={{
display: "block",
border: "1px solid rgba(128, 128, 128, 0.3)",
borderRadius: "0.75rem",
overflow: "hidden",
textDecoration: "none",
color: "inherit",
height: "100%",
}}
>
<div
style={{
aspectRatio: "16 / 9",
overflow: "hidden",
background: "rgba(128, 128, 128, 0.15)",
}}
>
<img
src="https://lmsys.org/images/blog/waterfill_lplb/waterfill_timeline_nature_redraw.png"
alt="Improving DeepEP MoE Load Balance in SGLang with Waterfill and LPLB"
style={{
width: "100%",
height: "100%",
objectFit: "cover",
objectPosition: "center",
display: "block",
}}
/>
</div>
<div style={{ padding: "0.9rem 1rem 1rem" }}>
<p
style={{
margin: 0,
fontWeight: 600,
lineHeight: 1.35,
fontSize: "0.98rem",
}}
>
{"Improving DeepEP MoE Load Balance in SGLang with Waterfill and LPLB"}
</p>
<p
style={{
margin: "0.55rem 0 0",
fontSize: "0.85rem",
opacity: 0.75,
}}
>
{"June 26, 2026"}
</p>
</div>
</a>
</div>
</div>
{/* END_LMSYS_SGLANG_BLOG_CARDS */}