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
{{ message }}
This repository has been archived by the owner on Oct 22, 2023. It is now read-only.
In model playground part : try: create_repo(f'{hf_username}/{project_repo}', repo_type='model',token=token, private=True)
Could be useful to add that to the jupyter notebook
Maybe with a checkbox on the created menu
The text was updated successfully, but these errors were encountered:
jeanhadrien
changed the title
Feature request : private hugging face upload in cloud case
Feature request : private hugging face upload in cloud workflow
Feb 26, 2023
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
By adding private bool parameter to create_repo() method, you can upload privately hugging face, cf doc : https://huggingface.co/docs/huggingface_hub/package_reference/hf_api#huggingface_hub.HfApi.create_repo
In model playground part :
try: create_repo(f'{hf_username}/{project_repo}', repo_type='model',token=token, private=True)
Could be useful to add that to the jupyter notebook
Maybe with a checkbox on the created menu
The text was updated successfully, but these errors were encountered: