Skip to content

Commit 7c47bcb

Browse files
authored
Update mobile notices with extra sentence (#1718)
Signed-off-by: Chris Abraham <[email protected]>
1 parent 7a7292d commit 7c47bcb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_mobile/android.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ published: true
1010

1111
<div class="note-card">
1212
<h4>Note</h4>
13-
<p>PyTorch Mobile is no longer actively supported. Please check out <a href="/executorch-overview">ExecuTorch</a>, PyTorch’s all-new on-device inference library. </p>
13+
<p>PyTorch Mobile is no longer actively supported. Please check out <a href="/executorch-overview">ExecuTorch</a>, PyTorch’s all-new on-device inference library. You can also review <a href="https://pytorch.org/executorch/stable/demo-apps-android.html">this page</a> to learn more about how to use ExecuTorch to build an Android app.</p>
1414
</div>
1515

1616
# Android

_mobile/ios.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ published: true
1010

1111
<div class="note-card">
1212
<h4>Note</h4>
13-
<p>PyTorch Mobile is no longer actively supported. Please check out <a href="/executorch-overview">ExecuTorch</a>, PyTorch’s all-new on-device inference library. </p>
13+
<p>PyTorch Mobile is no longer actively supported. Please check out <a href="/executorch-overview">ExecuTorch</a>, PyTorch’s all-new on-device inference library. You can also review <a href="https://pytorch.org/executorch/stable/demo-apps-ios.html">this page</a> to learn more about how to use ExecuTorch to build an iOS app.</p>
1414
</div>
1515

1616
# iOS

0 commit comments

Comments
 (0)