runtime error

Exit code: 1. Reason: 6, in hf_raise_for_status response.raise_for_status() File "/usr/local/lib/python3.10/site-packages/requests/models.py", line 1024, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: https://api-inference.huggingface.co/models/mistralai/Mistral-7B-Instruct-v0.2 The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/user/app/app.py", line 131, in <module> itinery, starting_map = run_program(dest, dur, start, end) File "/home/user/app/app.py", line 95, in run_program response = llm_client.text_generation(prompt, max_new_tokens=3000) #, max_new_tokens=2000, stream=True) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/inference/_client.py", line 2127, in text_generation raise_text_generation_error(e) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/inference/_common.py", line 428, in raise_text_generation_error raise http_error File "/usr/local/lib/python3.10/site-packages/huggingface_hub/inference/_client.py", line 2097, in text_generation bytes_output = self.post(json=payload, model=model, task="text-generation", stream=stream) # type: ignore File "/usr/local/lib/python3.10/site-packages/huggingface_hub/inference/_client.py", line 305, in post hf_raise_for_status(response) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/utils/_http.py", line 468, in hf_raise_for_status raise _format(HfHubHTTPError, message, response) from e huggingface_hub.errors.HfHubHTTPError: (Request ID: QJxP2xb3ThHnvJcdGc1Bo) 403 Forbidden: None. Cannot access content at: https://api-inference.huggingface.co/models/mistralai/Mistral-7B-Instruct-v0.2. Make sure your token has the correct permissions. The model mistralai/Mistral-7B-Instruct-v0.2 is too large to be loaded automatically (14GB > 10GB). IMPORTANT: You are using gradio version 4.26.0, however version 4.44.1 is available, please upgrade. --------

Container logs:

Fetching error logs...