runtime error

Exit code: 1. Reason: munity instead: `from langchain_community.llms import CTransformers`. To install langchain-community run `pip install -U langchain-community`. warnings.warn( llama-2-7b.Q8_0.gguf: No space left on device BioMistral-7B.Q8_0.gguf: No space left on device Traceback (most recent call last): File "/home/user/app/app.py", line 1, in <module> from src.chatbot import launch_gradio_interface File "/home/user/app/src/chatbot.py", line 4, in <module> from .models import route_llm, prompt File "/home/user/app/src/models.py", line 24, in <module> classifier = pipeline("zero-shot-classification", model="facebook/bart-large-mnli") File "/usr/local/lib/python3.10/site-packages/transformers/pipelines/__init__.py", line 768, in pipeline resolved_config_file = cached_file( File "/usr/local/lib/python3.10/site-packages/transformers/utils/hub.py", line 402, in cached_file resolved_file = hf_hub_download( File "/usr/local/lib/python3.10/site-packages/huggingface_hub/utils/_deprecation.py", line 101, in inner_f return f(*args, **kwargs) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn return fn(*args, **kwargs) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 1232, in hf_hub_download return _hf_hub_download_to_cache_dir( File "/usr/local/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 1349, in _hf_hub_download_to_cache_dir os.makedirs(os.path.dirname(blob_path), exist_ok=True) File "/usr/local/lib/python3.10/os.py", line 215, in makedirs makedirs(head, exist_ok=exist_ok) File "/usr/local/lib/python3.10/os.py", line 215, in makedirs makedirs(head, exist_ok=exist_ok) File "/usr/local/lib/python3.10/os.py", line 215, in makedirs makedirs(head, exist_ok=exist_ok) [Previous line repeated 1 more time] File "/usr/local/lib/python3.10/os.py", line 225, in makedirs mkdir(name, mode) OSError: [Errno 28] No space left on device: '/home/user/.cache'

Container logs:

Fetching error logs...