From c6817e59876b2b5b54e12a9a4ac8a5361633e2ef Mon Sep 17 00:00:00 2001 From: Mengtao Yuan Date: Tue, 27 Aug 2024 16:50:19 -0700 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4ab3627..3263b6d 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ A list of iOS apps built on the powerful [PyTorch Mobile](https://pytorch.org/mobile) platform. +> ### Note +> PyTorch Mobile is no longer actively supported. Please check out ExecuTorch, PyTorch’s all-new on-device inference library. You can learn more about ExecuTorch’s iOS demo apps here. + ### HelloWorld [HelloWorld](https://github.com/pytorch/ios-demo-app/tree/master/HelloWorld) is a simple image classification application that demonstrates how to use PyTorch C++ libraries on iOS. The code is written in Swift and uses Objective-C as a bridge.