File size: 191 Bytes
fe94c77 |
1 2 3 4 5 |
from huggingface_hub import HfApi
api = HfApi()
api.upload_folder(folder_path="./",repo_id="mattshumer/mistral-8x7b-chat", repo_type="model", multi_commits=True, multi_commits_verbose=True)
|