melvinebenezer commited on
Commit
cae608f
1 Parent(s): 586bd8d

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

Browse files

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

* doc: cleanup

Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -107,7 +107,7 @@ Get started with Axolotl in just a few steps! This quickstart guide will walk yo
107
  git clone https://github.com/OpenAccess-AI-Collective/axolotl
108
  cd axolotl
109
 
110
- pip3 install packaging
111
  pip3 install -e '.[flash-attn,deepspeed]'
112
  ```
113
 
@@ -683,7 +683,7 @@ Please run below to setup env
683
  git clone https://github.com/OpenAccess-AI-Collective/axolotl
684
  cd axolotl
685
 
686
- pip3 install packaging
687
  pip3 install -e '.[flash-attn,deepspeed]'
688
 
689
  pip3 install -r requirements-dev.txt -r requirements-tests.txt
 
107
  git clone https://github.com/OpenAccess-AI-Collective/axolotl
108
  cd axolotl
109
 
110
+ pip3 install packaging ninja
111
  pip3 install -e '.[flash-attn,deepspeed]'
112
  ```
113
 
 
683
  git clone https://github.com/OpenAccess-AI-Collective/axolotl
684
  cd axolotl
685
 
686
+ pip3 install packaging ninja
687
  pip3 install -e '.[flash-attn,deepspeed]'
688
 
689
  pip3 install -r requirements-dev.txt -r requirements-tests.txt