Skip to content

Commit 0091319

Browse files
committed
Tag UI update for mobile screen
1 parent 9b14745 commit 0091319

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/_components/home/hero-ch.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default function HeroCh() {
1414
<div>
1515
Web Neural Network API 使 Web 应用能够直接在浏览器中执行高性能机器学习推理。WebNN 基于图计算,专为 <span className="underline decoration-dashed decoration-pink-500 underline-offset-4">NPU</span> 加速而优化,同时支持 <span className="underline decoration-dashed decoration-pink-500 underline-offset-4">GPU</span><span className="underline decoration-dashed decoration-pink-500 underline-offset-4">CPU</span>。目前, WebNN 是唯一能够在 Web 中访问 <span className="underline decoration-dashed decoration-pink-500 underline-offset-4">NPU</span> 的 API。
1616
</div>
17-
<div className="my-4 flex flex-row gap-2 text-sm">
17+
<div className="my-4 flex flex-col xl:flex-row gap-2 text-sm">
1818
<span className="w-fit px-2 py-1 border rounded-full">端侧推理</span>
1919
<span className="w-fit px-2 py-1 border rounded-full">基于计算图</span>
2020
<span className="w-fit px-2 py-1 border rounded-full">唯一 NPU 访问</span>

app/_components/home/hero.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default function Hero() {
1313
<div>
1414
The Web Neural Network API enables web applications to perform high-performance machine learning inference directly in the browser, utilizing graph-based computation that is optimally suited for <span className="underline decoration-dashed decoration-pink-500 underline-offset-4">NPU</span> acceleration, while also supporting <span className="underline decoration-dashed decoration-pink-500 underline-offset-4">GPU</span> and <span className="underline decoration-dashed decoration-pink-500 underline-offset-4">CPU</span>. WebNN is currently the only API that provides access to <span className="underline decoration-dashed decoration-pink-500 underline-offset-4">NPU</span> through Web.
1515
</div>
16-
<div className="my-4 flex flex-row gap-2 text-sm">
16+
<div className="my-4 flex flex-col xl:flex-row gap-2 text-sm">
1717
<span className="w-fit px-2 py-1 border rounded-full">On-device AI</span>
1818
<span className="w-fit px-2 py-1 border rounded-full">Graph-based Computation</span>
1919
<span className="w-fit px-2 py-1 border rounded-full">Unique NPU Access</span>

0 commit comments

Comments
 (0)