runtime error
the following exception: Traceback (most recent call last): File "/home/user/app/app.py", line 20, in <module> llm = HuggingFaceHub(repo_id = "OpenAssistant/oasst-sft-1-pythia-12b") File "/home/user/.local/lib/python3.10/site-packages/langchain_core/load/serializable.py", line 107, in __init__ super().__init__(**kwargs) File "pydantic/main.py", line 339, in pydantic.main.BaseModel.__init__ File "pydantic/main.py", line 1102, in pydantic.main.validate_model File "/home/user/.local/lib/python3.10/site-packages/langchain_community/llms/huggingface_hub.py", line 56, in validate_environment client = InferenceApi( 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/utils/_deprecation.py", line 132, in inner_f return f(*args, **kwargs) File "/home/user/.local/lib/python3.10/site-packages/huggingface_hub/inference_api.py", line 131, in __init__ model_info = HfApi(token=token).model_info(repo_id=repo_id) 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 323, in hf_raise_for_status raise RepositoryNotFoundError(message, response) from e huggingface_hub.utils._errors.RepositoryNotFoundError: 401 Client Error. (Request ID: Root=1-66662185-5f544e7d714b30eb7129ce53;5aab6630-6583-4afd-a2f0-615eb723513b) Repository Not Found for url: https://huggingface.co/api/models/OpenAssistant/oasst-sft-1-pythia-12b. Please make sure you specified the correct `repo_id` and `repo_type`. If you are trying to access a private or gated repo, make sure you are authenticated. User Access Token "LLM_seqhub course" is expired
Container logs:
Fetching error logs...