Upload push_code_to_hf.py with huggingface_hub
Browse files- push_code_to_hf.py +1 -0
push_code_to_hf.py
CHANGED
|
@@ -16,6 +16,7 @@ FILES_TO_PUSH = [
|
|
| 16 |
# Core training scripts
|
| 17 |
"sft_train.py",
|
| 18 |
"lora_sft_train.py",
|
|
|
|
| 19 |
"train.py",
|
| 20 |
"chat.py",
|
| 21 |
"generate.py",
|
|
|
|
| 16 |
# Core training scripts
|
| 17 |
"sft_train.py",
|
| 18 |
"lora_sft_train.py",
|
| 19 |
+
"upload_lora_to_hf.py",
|
| 20 |
"train.py",
|
| 21 |
"chat.py",
|
| 22 |
"generate.py",
|