From 363e29ff9596c300c455c613b6087e5a40d31b18 Mon Sep 17 00:00:00 2001 From: lewtun Date: Fri, 10 Nov 2023 15:49:00 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Philipp Schmid <32632186+philschmid@users.noreply.github.com> --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 02e82fa..10977db 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,7 @@ python -m pip install . ``` You will also need Flash Attention 2 installed, which can be done by running: +_Note: If your machine has less than 96GB of RAM and many CPU cores, reduce the MAX_JOBS., e.g. `MAX_JOBS=4 pip install flash-attn --no-build-isolation` _ ```shell python -m pip install flash-attn --no-build-isolation