chore(docs): updating deprecated huggingface-cli to hf (#3071)

* chore(docs): updating deprecated huggingface-cli to hf

* small typo in my-org
This commit is contained in:
Maxime Ellerbach
2026-03-04 15:08:49 +01:00
committed by GitHub
parent 4303b3c930
commit 96b7c212c4
4 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -155,10 +155,10 @@ Upload your repository to Hugging Face:
pip install huggingface_hub
# Login to Hugging Face
huggingface-cli login
hf auth login
# Create a new repository
huggingface-cli repo create my-custom-env --type space --org my-org
hf repo create my-org/my-custom-env
# Initialize git and push
git init