Added pip install ninja to accelerate installation of flash-attn (#1461)

* Added pip install ninja to accelerate installation of flash-attn

* doc: cleanup
This commit is contained in:
James Melvin Ebenezer
2024-04-02 14:06:41 +05:30
committed by GitHub
parent 586bd8d221
commit cae608f587

View File

@@ -107,7 +107,7 @@ Get started with Axolotl in just a few steps! This quickstart guide will walk yo
git clone https://github.com/OpenAccess-AI-Collective/axolotl
cd axolotl
pip3 install packaging
pip3 install packaging ninja
pip3 install -e '.[flash-attn,deepspeed]'
```
@@ -683,7 +683,7 @@ Please run below to setup env
git clone https://github.com/OpenAccess-AI-Collective/axolotl
cd axolotl
pip3 install packaging
pip3 install packaging ninja
pip3 install -e '.[flash-attn,deepspeed]'
pip3 install -r requirements-dev.txt -r requirements-tests.txt