Fix note syntax highlighting in README.md (#20)

This commit is contained in:
Alvaro Bartolome
2023-11-15 08:45:27 +01:00
committed by GitHub
parent a1afb2bbd4
commit 0e09b0c6ec
+3 -1
View File
@@ -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