Fail download Mistral

#57
by wanted6 - opened

Which mistake i made :

File "E:\IAMISTRAL\text-generation-webui-main\text-generation-webui-main\modules\ui_model_menu.py", line 282, in download_model_wrapper

links, sha256, is_lora, is_llamacpp = downloader.get_download_links_from_huggingface(model, branch, text_only=False, specific_file=specific_file)

                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "E:\IAMISTRAL\text-generation-webui-main\text-generation-webui-main\download-model.py", line 90, in get_download_links_from_huggingface

r.raise_for_status()
File "E:\IAMISTRAL\text-generation-webui-main\text-generation-webui-main\installer_files\env\Lib\site-packages\requests\models.py", line 1021, in raise_for_status

raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 401 Client Error: Unauthorized for url: https://huggingface.co/api/models/mistralai/Mixtral-8x7B-v0.1/tree/main

Hi @wanted6
This is related to the fact that the model is now gated, you need to request access with your HF account directly from the model card. Can you try that out?

@ybelkada I have the problem and I have the access

Sign up or log in to comment