feat: implement workflow to sync LMSYS SGLang blog (#23438)

This commit is contained in:
zijiexia
2026-04-30 16:17:29 -07:00
committed by GitHub
parent 918f910cf0
commit 8b23d32ec1
5 changed files with 118 additions and 191 deletions
+110 -110
View File
@@ -82,6 +82,116 @@ It is designed to deliver low-latency and high-throughput inference across a wid
alignItems: "stretch",
}}
>
<a
href="https://lmsys.org/blog/2026-04-25-deepseek-v4/"
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/deepseek_v4/benchmark_vs_oss.png"
alt="DeepSeek-V4 on Day 0: From Fast Inference to Verified RL with SGLang and Miles"
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",
}}
>
{"DeepSeek-V4 on Day 0: From Fast Inference to Verified RL with SGLang and Miles"}
</p>
<p
style={{
margin: "0.55rem 0 0",
fontSize: "0.85rem",
opacity: 0.75,
}}
>
{"April 25, 2026"}
</p>
</div>
</a>
<a
href="https://lmsys.org/blog/2026-04-10-sglang-hisparse/"
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/hisparse/hisparse_overview.png"
alt="HiSparse: Turbocharging Sparse Attention with Hierarchical Memory"
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",
}}
>
{"HiSparse: Turbocharging Sparse Attention with Hierarchical Memory"}
</p>
<p
style={{
margin: "0.55rem 0 0",
fontSize: "0.85rem",
opacity: 0.75,
}}
>
{"April 10, 2026"}
</p>
</div>
</a>
<a
href="https://lmsys.org/blog/2026-03-25-gtc2026/"
target="_blank"
@@ -302,116 +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-02-20-gb300-inferencex/"
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/gb300_inferencex/img-1.png"
alt="Unlocking 25x Inference Performance with SGLang on NVIDIA GB300 NVL72"
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",
}}
>
{"Unlocking 25x Inference Performance with SGLang on NVIDIA GB300 NVL72"}
</p>
<p
style={{
margin: "0.55rem 0 0",
fontSize: "0.85rem",
opacity: 0.75,
}}
>
{"February 20, 2026"}
</p>
</div>
</a>
<a
href="https://lmsys.org/blog/2026-02-19-gb300-longctx/"
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/gb300_longctx/cover.png"
alt="Deploying DeepSeek on GB300 NVL72: Big Wins in Long-Context Inference"
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",
}}
>
{"Deploying DeepSeek on GB300 NVL72: Big Wins in Long-Context Inference"}
</p>
<p
style={{
margin: "0.55rem 0 0",
fontSize: "0.85rem",
opacity: 0.75,
}}
>
{"February 19, 2026"}
</p>
</div>
</a>
</div>
</div>
{/* END_LMSYS_SGLANG_BLOG_CARDS */}