From 2624bc2f117e102b60d29c3857c79ef11de9ad6a Mon Sep 17 00:00:00 2001 From: Eric Hartford Date: Mon, 24 Apr 2023 04:23:19 -0700 Subject: [PATCH] ignore config, add python 3.9 (#8) --- .gitignore | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 55344649f..b7a09516c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ **/axolotl.egg-info **/__pycache__ .idea +configs diff --git a/README.md b/README.md index 06e97fbb2..80b13c203 100644 --- a/README.md +++ b/README.md @@ -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))