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.