runtime error

/home/user/.local/lib/python3.10/site-packages/langchain/llms/__init__.py:548: LangChainDeprecationWarning: Importing LLMs from langchain is deprecated. Importing from langchain will no longer be supported as of langchain==0.2.0. Please import from langchain-community instead: `from langchain_community.llms import HuggingFacePipeline`. To install langchain-community run `pip install -U langchain-community`. warnings.warn( Device: cpu config.json: 0%| | 0.00/665 [00:00<?, ?B/s] config.json: 100%|██████████| 665/665 [00:00<00:00, 3.99MB/s] Traceback (most recent call last): File "/home/user/app/app.py", line 22, in <module> model = AutoModelForCausalLM.from_pretrained (model_path, trust_remote_code=True, File "/home/user/.local/lib/python3.10/site-packages/transformers/models/auto/auto_factory.py", line 566, in from_pretrained return model_class.from_pretrained( File "/home/user/.local/lib/python3.10/site-packages/transformers/modeling_utils.py", line 2897, in from_pretrained raise RuntimeError("No GPU found. A GPU is needed for quantization.") RuntimeError: No GPU found. A GPU is needed for quantization.

Container logs:

Fetching error logs...