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
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
|