runtime error

url: https://huggingface.co/api/models/mistralai/Mixtral-8x7B-Instruct-v0.1 The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/user/.local/lib/python3.10/site-packages/haystack/components/generators/hf_utils.py", line 49, in check_valid_model model_info = api.model_info(model_id, token=token) File "/home/user/.local/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 118, in _inner_fn return fn(*args, **kwargs) File "/home/user/.local/lib/python3.10/site-packages/huggingface_hub/hf_api.py", line 2085, in model_info hf_raise_for_status(r) File "/home/user/.local/lib/python3.10/site-packages/huggingface_hub/utils/_errors.py", line 302, in hf_raise_for_status raise GatedRepoError(message, response) from e huggingface_hub.utils._errors.GatedRepoError: 401 Client Error. (Request ID: Root=1-6682f7e0-0f9236ed7020d60547c49e5b;211f2f15-fed4-4e78-a95f-ad1e8c54a9f6) Cannot access gated repo for url https://huggingface.co/api/models/mistralai/Mixtral-8x7B-Instruct-v0.1. Access to model mistralai/Mixtral-8x7B-Instruct-v0.1 is restricted. You must be authenticated to access it. The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/user/app/app.py", line 42, in <module> keyword_llm = HuggingFaceTGIGenerator("mistralai/Mixtral-8x7B-Instruct-v0.1") File "/home/user/.local/lib/python3.10/site-packages/haystack/core/component/component.py", line 120, in __call__ instance = super().__call__(*args, **kwargs) File "/home/user/.local/lib/python3.10/site-packages/haystack/components/generators/hugging_face_tgi.py", line 104, in __init__ check_valid_model(model, token) File "/home/user/.local/lib/python3.10/site-packages/haystack/components/generators/hf_utils.py", line 51, in check_valid_model raise ValueError( ValueError: Model mistralai/Mixtral-8x7B-Instruct-v0.1 not found on HuggingFace Hub. Please provide a valid HuggingFace model_id.

Container logs:

Fetching error logs...