[object Object]

← back to Exo

update readme with tips for performance for apple silicon macs

cb633868b25fb279ea120496e0db4ab5f119ab0d · 2024-09-21 11:23:19 +0100 · Alex Cheema

Files touched

Diff

commit cb633868b25fb279ea120496e0db4ab5f119ab0d
Author: Alex Cheema <alexcheema123@gmail.com>
Date:   Sat Sep 21 11:23:19 2024 +0100

    update readme with tips for performance for apple silicon macs
---
 README.md | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/README.md b/README.md
index 089fef7e..ca3cec2d 100644
--- a/README.md
+++ b/README.md
@@ -89,6 +89,14 @@ source install.sh
 
 - If running on Mac, MLX has an [install guide](https://ml-explore.github.io/mlx/build/html/install.html) with troubleshooting steps.
 
+### Performance
+
+- There are a number of things users have empirically found to improve performance on Apple Silicon Macs:
+
+1. Upgrade to the latest version of MacOS 15.
+2. Run `./configure_mlx.sh`. This runs commands to optimize GPU memory allocation on Apple Silicon Macs.
+
+
 ## Documentation
 
 ### Example Usage on Multiple MacOS Devices

← e138aa6a trust_remote_code=True when loading tokenizer  ·  back to Exo  ·  fix allow patterns d7fff0d6 →