Error 401 Client Error: Unauthorized for url

Using the downloader from text-generation-webui works by copying the Access token from https://huggingface.co/settings/tokens into bash command line like:

export HF_TOKEN=hf_abcdefg1234567ISeZLaASlRFURhTAAOs && python3 download-model.py WhiteRabbitNeo/WhiteRabbitNeo-13B-v1
7 Likes