ignore config, add python 3.9 (#8)
Browse files- .gitignore +1 -0
- README.md +1 -0
.gitignore
CHANGED
@@ -1,3 +1,4 @@
|
|
1 |
**/axolotl.egg-info
|
2 |
**/__pycache__
|
3 |
.idea
|
|
|
|
1 |
**/axolotl.egg-info
|
2 |
**/__pycache__
|
3 |
.idea
|
4 |
+
configs
|
README.md
CHANGED
@@ -12,6 +12,7 @@
|
|
12 |
|
13 |
|
14 |
## Getting Started
|
|
|
15 |
|
16 |
- 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))
|
17 |
|
|
|
12 |
|
13 |
|
14 |
## Getting Started
|
15 |
+
- install python 3.9. 3.10 and above are not supported.
|
16 |
|
17 |
- 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))
|
18 |
|