docs(readme): add `cd axolotl` (#440)
Browse files
README.md
CHANGED
|
@@ -68,6 +68,7 @@ Get started with Axolotl in just a few steps! This quickstart guide will walk yo
|
|
| 68 |
|
| 69 |
```bash
|
| 70 |
git clone https://github.com/OpenAccess-AI-Collective/axolotl
|
|
|
|
| 71 |
|
| 72 |
pip3 install -e .[flash-attn]
|
| 73 |
pip3 install -U git+https://github.com/huggingface/peft.git
|
|
|
|
| 68 |
|
| 69 |
```bash
|
| 70 |
git clone https://github.com/OpenAccess-AI-Collective/axolotl
|
| 71 |
+
cd axolotl
|
| 72 |
|
| 73 |
pip3 install -e .[flash-attn]
|
| 74 |
pip3 install -U git+https://github.com/huggingface/peft.git
|