rajivmehtapy commited on
Commit
697548f
·
verified ·
1 Parent(s): d1974ba

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. References/upload_to_hf.py +8 -1
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
+ # )