ignore config, add python 3.9 (#8)

This commit is contained in:
Eric Hartford
2023-04-24 04:23:19 -07:00
committed by GitHub
parent bb991fd870
commit 2624bc2f11
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@@ -1,3 +1,4 @@
**/axolotl.egg-info
**/__pycache__
.idea
configs

View File

@@ -12,6 +12,7 @@
## Getting Started
- install python 3.9. 3.10 and above are not supported.
- Point the config you are using to a huggingface hub dataset (see [configs/llama_7B_4bit.yml](https://github.com/winglian/axolotl/blob/main/configs/llama_7B_4bit.yml#L6-L8))