From 896c34ce38c62be87ead0740a44f1ecc08f4c762 Mon Sep 17 00:00:00 2001 From: Anthony Shoumikhin Date: Thu, 8 Aug 2024 14:40:26 -0700 Subject: [PATCH] Update README.md Clarify iOS requirements --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f7b0385a..02a2e7c41 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ torchchat is a small codebase showcasing the ability to run large language model - Linux (x86) - Mac OS (M1/M2/M3) - Android (Devices that support XNNPACK) - - iOS 17+ (iPhone 13 Pro+) + - iOS 17+ and 8+ Gb of RAM (iPhone 15 Pro+ or iPad with Apple Silicon) - Multiple data types including: float32, float16, bfloat16 - Multiple quantization schemes - Multiple execution modes including: Python (Eager, Compile) or Native (AOT Inductor (AOTI), ExecuTorch)