rajivmehtapy
commited on
Upload folder using huggingface_hub
Browse files
References/upload_to_hf.py
CHANGED
@@ -7,4 +7,11 @@ api.upload_file(
|
|
7 |
path_or_fileobj="AutoCoder_S_6.gguf",
|
8 |
path_in_repo="AutoCoder_S_6.gguf",
|
9 |
repo_id=model_id,
|
10 |
-
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
path_or_fileobj="AutoCoder_S_6.gguf",
|
8 |
path_in_repo="AutoCoder_S_6.gguf",
|
9 |
repo_id=model_id,
|
10 |
+
)
|
11 |
+
# uncomment to upload folder
|
12 |
+
|
13 |
+
# api.upload_folder(
|
14 |
+
# repo_id=model_id,
|
15 |
+
# folder_path="./References",
|
16 |
+
# path_in_repo="/References",
|
17 |
+
# )
|