Skip to content

Commit 6fa30b5

Browse files
committed
f
Signed-off-by: Chris Abraham <[email protected]>
1 parent 7624796 commit 6fa30b5

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

executorch.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,14 @@ <h1 class="small">ExecuTorch</h1>
2222
<div class="container mb-5">
2323
<div class="row">
2424
<div class="col-md-10">
25-
<h2 class="mt-5 mb-2" id="what-is-executorch">What is ExecuTorch?</h2>
26-
2725
<div class="container">
2826
<div class="row mt-3">
29-
<div class="col-sm-8">
27+
<div class="col-sm-9">
28+
<h2 class="mt-5 mb-2" id="what-is-executorch">What is ExecuTorch?</h2>
3029
<p>ExecuTorch is an end-to-end solution for enabling on-device inference capabilities across mobile and edge devices including wearables, embedded devices and microcontrollers. It is part of the PyTorch Edge ecosystem and enables efficient deployment of various PyTorch models (vision, speech, Generative AI, and more) to edge devices. Key value propositions of ExecuTorch are:</p>
3130
</div>
32-
<div class="col-sm-4">
33-
<img src="/assets/images/executorch-chip-logo.svg" alt="ExecuTorch logo" width="200" style="float:right; width:200px;" />
31+
<div class="col-sm-3">
32+
<img src="/assets/images/executorch-chip-logo.svg" alt="ExecuTorch logo" style="width:180px;" />
3433
</div>
3534
</div>
3635

0 commit comments

Comments
 (0)