From ff0f172363682b1c21af78919bafe7689c803b9f Mon Sep 17 00:00:00 2001 From: Awni Hannun Date: Fri, 15 Dec 2023 12:20:15 -0800 Subject: [PATCH] 32 GB example --- lora/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lora/README.md b/lora/README.md index 0b1b699c..d35c7232 100644 --- a/lora/README.md +++ b/lora/README.md @@ -160,7 +160,7 @@ python lora.py \ --lora-layers 4 ``` -On an M1 Max with 32 GB we process about 250 tokens-per-second. +The above command on an M1 Max with 32 GB runs at about 250 tokens-per-second. [^lora]: Refer to the [arXiv paper](https://arxiv.org/abs/2106.09685) for more details on LoRA.