Fix(doc): Inform Windows users to use WSL/docker (#518)
Browse files
README.md
CHANGED
|
@@ -163,6 +163,8 @@ accelerate launch scripts/finetune.py examples/openllama-3b/lora.yml \
|
|
| 163 |
```
|
| 164 |
</details>
|
| 165 |
|
|
|
|
|
|
|
| 166 |
### Dataset
|
| 167 |
|
| 168 |
Axolotl supports a variety of dataset formats. Below are some of the formats you can use.
|
|
|
|
| 163 |
```
|
| 164 |
</details>
|
| 165 |
|
| 166 |
+
- Windows: Please use WSL or Docker!
|
| 167 |
+
|
| 168 |
### Dataset
|
| 169 |
|
| 170 |
Axolotl supports a variety of dataset formats. Below are some of the formats you can use.
|