You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fromhuggingface_hubimportHfApi# Initialize APIapi=HfApi()
# Upload tar archiveapi.upload_file(
path_or_fileobj="my_model.tar", # Path to the tar filepath_in_repo="my_model.tar", # Path in the repositoryrepo_id="username/repository-name", # Replace with your username/reporepo_type="model"# Specify repo type as 'model'
)
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: