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

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

@jeanhadrien

Description

@jeanhadrien

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions