from huggingface_hub import HfApi | |
api = HfApi() | |
api.upload_folder( | |
repo_id="Trisert/falcon-7b-instruct-sharded", | |
folder_path=".", | |
multi_commits=True, | |
multi_commits_verbose=True, | |
) | |
from huggingface_hub import HfApi | |
api = HfApi() | |
api.upload_folder( | |
repo_id="Trisert/falcon-7b-instruct-sharded", | |
folder_path=".", | |
multi_commits=True, | |
multi_commits_verbose=True, | |
) | |