Trisert's picture
18a306c9f3e1915956227685ef0f38419fe3fa006ac898982b5a18d8cbb93ec5
396f42d
raw
history blame
249 Bytes
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,
run_as_future=True
)