runtime error

Exit code: 1. Reason: ult value for `weights_only` will be flipped to `True`. This limits the functions that could be executed during unpickling. Arbitrary objects will no longer be allowed to be loaded via this mode unless they are explicitly allowlisted by the user via `torch.serialization.add_safe_globals`. We recommend you start setting `weights_only=True` for any use case where you don't have full control of the loaded file. Please open an issue on GitHub for any issues related to this experimental feature. checkpoint = torch.load(fp, map_location=device) config.json: 0%| | 0.00/1.92k [00:00<?, ?B/s] config.json: 100%|██████████| 1.92k/1.92k [00:00<00:00, 14.3MB/s] model.safetensors: 0%| | 0.00/499M [00:00<?, ?B/s] model.safetensors: 17%|█▋ | 83.9M/499M [00:01<00:05, 74.5MB/s] model.safetensors: 100%|█████████▉| 499M/499M [00:01<00:00, 254MB/s] tokenizer_config.json: 0%| | 0.00/380 [00:00<?, ?B/s] tokenizer_config.json: 100%|██████████| 380/380 [00:00<00:00, 2.66MB/s] vocab.json: 0%| | 0.00/798k [00:00<?, ?B/s] vocab.json: 100%|██████████| 798k/798k [00:00<00:00, 108MB/s] merges.txt: 0%| | 0.00/456k [00:00<?, ?B/s] merges.txt: 100%|██████████| 456k/456k [00:00<00:00, 137MB/s] tokenizer.json: 0%| | 0.00/2.11M [00:00<?, ?B/s] tokenizer.json: 100%|██████████| 2.11M/2.11M [00:00<00:00, 43.2MB/s] special_tokens_map.json: 0%| | 0.00/280 [00:00<?, ?B/s] special_tokens_map.json: 100%|██████████| 280/280 [00:00<00:00, 1.57MB/s] Device set to use cpu Traceback (most recent call last): File "/home/user/app/app.py", line 16, in <module> from langchain.llms import OpenAI File "/usr/local/lib/python3.10/site-packages/langchain/llms/__init__.py", line 545, in __getattr__ from langchain_community import llms ModuleNotFoundError: No module named 'langchain_community'

Container logs:

Fetching error logs...