BHARGAV REDDY commited on
Upload push_code_to_hf.py with huggingface_hub
Browse files- push_code_to_hf.py +4 -0
push_code_to_hf.py
CHANGED
|
@@ -59,7 +59,11 @@ FILES_TO_PUSH = [
|
|
| 59 |
"validate_and_quantize.py",
|
| 60 |
"benchmark_runpod.py",
|
| 61 |
|
|
|
|
|
|
|
|
|
|
| 62 |
# Instance run scripts
|
|
|
|
| 63 |
"run_english_1b_instance.sh",
|
| 64 |
"setup_and_train.sh",
|
| 65 |
"setup_and_train_300m.sh",
|
|
|
|
| 59 |
"validate_and_quantize.py",
|
| 60 |
"benchmark_runpod.py",
|
| 61 |
|
| 62 |
+
# Smoke test
|
| 63 |
+
"smoke_test_300m.py",
|
| 64 |
+
|
| 65 |
# Instance run scripts
|
| 66 |
+
"run_cloud_300m.sh",
|
| 67 |
"run_english_1b_instance.sh",
|
| 68 |
"setup_and_train.sh",
|
| 69 |
"setup_and_train_300m.sh",
|