tmm1 commited on
Commit
b56a6c0
·
unverified ·
2 Parent(s): dc71d88 58d6659

Merge pull request #337 from tmm1/readme-fix

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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 sample configs in [configs](configs) folder or [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
 
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