hf repos create my-llm --type model

Category: AI/ML Tooling

hf repos create my-llm --type model

Create a new Hub repository

Creates an empty repository named my-llm of type model on your Hugging Face account, ready for `hf upload`. The --type flag switches between model, dataset, and space. Add --private to keep it hidden, and --exist-ok to avoid errors if it already exists.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.