ignore config, add python 3.9 (#8)
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,3 +1,4 @@
|
|||||||
**/axolotl.egg-info
|
**/axolotl.egg-info
|
||||||
**/__pycache__
|
**/__pycache__
|
||||||
.idea
|
.idea
|
||||||
|
configs
|
||||||
|
|||||||
@@ -12,6 +12,7 @@
|
|||||||
|
|
||||||
|
|
||||||
## Getting Started
|
## 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))
|
- 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))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user