From a98210fd3a2d1e8bface1c32b72ebd5017173a4c Mon Sep 17 00:00:00 2001 From: Lucain Date: Tue, 21 May 2024 14:38:07 +0200 Subject: [PATCH] Mention HF_TOKEN in readme (#194) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b116fc79..735a62da0 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ The setup tested most is: pip install '.[accelerate,quantization,adapters]' ``` -If you want to push your results to the Hugging Face Hub, don't forget to add your access token to the environment variable `HUGGING_FACE_HUB_TOKEN`. You can do this by running: +If you want to push your results to the Hugging Face Hub, don't forget to add your access token to the environment variable `HF_TOKEN`. You can do this by running: ```shell huggingface-cli login