Skip to content
This repository has been archived by the owner on Oct 22, 2023. It is now read-only.

Feature request : private hugging face upload in cloud workflow #115

Open
jeanhadrien opened this issue Feb 26, 2023 · 0 comments
Open

Feature request : private hugging face upload in cloud workflow #115

jeanhadrien opened this issue Feb 26, 2023 · 0 comments

Comments

@jeanhadrien
Copy link

jeanhadrien commented Feb 26, 2023

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

@jeanhadrien 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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant