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