diff --git a/_mobile/android.md b/_mobile/android.md
index f057a28806ae..5ed9cd27336a 100644
--- a/_mobile/android.md
+++ b/_mobile/android.md
@@ -8,6 +8,11 @@ order: 3
published: true
---
+
+
Note
+
PyTorch Mobile is no longer actively supported. Please check out ExecuTorch, PyTorch’s all-new on-device inference library.
+
+
# Android
## Quickstart with a HelloWorld Example
diff --git a/_mobile/home.md b/_mobile/home.md
index 8342b103f2a8..8638e1058c9b 100644
--- a/_mobile/home.md
+++ b/_mobile/home.md
@@ -9,6 +9,11 @@ published: true
redirect_from: "/mobile/"
---
+
+
Note
+
PyTorch Mobile is no longer actively supported. Please check out ExecuTorch, PyTorch’s all-new on-device inference library.
+
+
# PyTorch Mobile
There is a growing need to execute ML models on edge devices to reduce latency, preserve privacy, and enable new interactive use cases.
diff --git a/_mobile/ios.md b/_mobile/ios.md
index 585191cc764f..d37f7436b937 100644
--- a/_mobile/ios.md
+++ b/_mobile/ios.md
@@ -8,6 +8,11 @@ order: 2
published: true
---
+
+
Note
+
PyTorch Mobile is no longer actively supported. Please check out ExecuTorch, PyTorch’s all-new on-device inference library.
+
+
# iOS
To get started with PyTorch on iOS, we recommend exploring the following [HelloWorld](https://github.com/pytorch/ios-demo-app/tree/master/HelloWorld).
diff --git a/_sass/base_styles.scss b/_sass/base_styles.scss
index 4d7560e33e7d..51e164b38056 100644
--- a/_sass/base_styles.scss
+++ b/_sass/base_styles.scss
@@ -463,6 +463,37 @@ a, .btn {
}
}
+article.pytorch-article .note-card {
+ border-radius: 0;
+ border: none;
+ background-color: $orange;
+ color: white;
+ padding: 30px;
+ margin-bottom: 50px;
+
+ h4 {
+ font-size: 1.5rem;
+ letter-spacing: 1.33px;
+ line-height: 2rem;
+ text-transform: uppercase;
+ color: white;
+ margin-top: 0;
+ margin-bottom: rem(18px);
+ }
+
+ p {
+ font-size: rem(18px);
+ line-height: 1.5em;
+ margin-bottom: 0;
+ color: white;
+ a {
+ color: white;
+ font-weight: 700;
+ }
+ }
+
+}
+
.ecosystem-card,
.resource-card,
.hub-card {