From 59e116d1fa3a21be281f12e84f6b727764fa0730 Mon Sep 17 00:00:00 2001 From: Eric Hartford Date: Mon, 24 Apr 2023 00:15:34 -0700 Subject: [PATCH] ignore config, add python 3.9 --- .gitignore | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 55344649f4..b7a09516c5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ **/axolotl.egg-info **/__pycache__ .idea +configs diff --git a/README.md b/README.md index 06e97fbb25..80b13c203b 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))