From 0e09b0c6ec7e7618842163c40ce979b01b183247 Mon Sep 17 00:00:00 2001 From: Alvaro Bartolome Date: Wed, 15 Nov 2023 08:45:27 +0100 Subject: [PATCH] Fix note syntax highlighting in `README.md` (#20) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c652c4..5b3c877 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,9 @@ 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` _ + +> **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