From c062666cd46b2743607a47c8bcd69d20ca16e756 Mon Sep 17 00:00:00 2001 From: sergiopaniego Date: Wed, 28 Aug 2024 16:57:31 +0200 Subject: [PATCH] Update authentication instructions: replace username/password with token --- chapters/en/chapter4/3.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapters/en/chapter4/3.mdx b/chapters/en/chapter4/3.mdx index 9de3fb1d8..f66327567 100644 --- a/chapters/en/chapter4/3.mdx +++ b/chapters/en/chapter4/3.mdx @@ -65,7 +65,7 @@ In a terminal, you can run: huggingface-cli login ``` -In both cases, you should be prompted for your username and password, which are the same ones you use to log in to the Hub. If you do not have a Hub profile yet, you should create one [here](https://huggingface.co/join). +In both cases, you should be prompted for your authentication token. If you do not have a Hub profile yet, you should create one [here](https://huggingface.co/join). Great! You now have your authentication token stored in your cache folder. Let's create some repositories!