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))