Delete upload.py
Browse files
upload.py
DELETED
|
@@ -1,13 +0,0 @@
|
|
| 1 |
-
from huggingface_hub import upload_folder
|
| 2 |
-
|
| 3 |
-
local_path = "/mnt/storage/huggingface_cache/hub/models--diaslmb--whisper-large-v3-kaz/snapshots/24d3ff66d2cdbc8278bbf14518c34ab6a71a40d5"
|
| 4 |
-
repo_id = "inflexionlab/sybyr"
|
| 5 |
-
|
| 6 |
-
upload_folder(
|
| 7 |
-
repo_id=repo_id,
|
| 8 |
-
folder_path=local_path,
|
| 9 |
-
commit_message="Initial upload of whisper-large-v3-kaz",
|
| 10 |
-
repo_type="model"
|
| 11 |
-
)
|
| 12 |
-
|
| 13 |
-
print("Upload finished!")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|