Merge pull request #337 from tmm1/readme-fix
Browse files
README.md
CHANGED
@@ -29,7 +29,7 @@
|
|
29 |
|
30 |
## Quickstart ⚡
|
31 |
|
32 |
-
**Requirements**: Python 3.9 and Pytorch 2.0.
|
33 |
|
34 |
```bash
|
35 |
git clone https://github.com/OpenAccess-AI-Collective/axolotl
|
@@ -243,7 +243,7 @@ Optionally, download some datasets, see [data/README.md](data/README.md)
|
|
243 |
|
244 |
### Config
|
245 |
|
246 |
-
See
|
247 |
|
248 |
- model
|
249 |
```yaml
|
|
|
29 |
|
30 |
## Quickstart ⚡
|
31 |
|
32 |
+
**Requirements**: Python >=3.9 and Pytorch >=2.0.
|
33 |
|
34 |
```bash
|
35 |
git clone https://github.com/OpenAccess-AI-Collective/axolotl
|
|
|
243 |
|
244 |
### Config
|
245 |
|
246 |
+
See [examples](examples) for quick start. It is recommended to duplicate and modify to your needs. The most important options are:
|
247 |
|
248 |
- model
|
249 |
```yaml
|