runtime error
Exit code: 1. Reason: B/s][A model.safetensors: 100%|ββββββββββ| 3.09G/3.09G [00:16<00:00, 192MB/s] Loading weights: 0%| | 0/338 [00:00<?, ?it/s][A Loading weights: 100%|ββββββββββ| 338/338 [00:00<00:00, 10182.76it/s] generation_config.json: 0%| | 0.00/242 [00:00<?, ?B/s][A generation_config.json: 100%|ββββββββββ| 242/242 [00:00<00:00, 252kB/s] tokenizer_config.json: 0%| | 0.00/7.30k [00:00<?, ?B/s][A tokenizer_config.json: 100%|ββββββββββ| 7.30k/7.30k [00:00<00:00, 24.5MB/s] vocab.json: 0%| | 0.00/2.78M [00:00<?, ?B/s][A vocab.json: 100%|ββββββββββ| 2.78M/2.78M [00:00<00:00, 39.4MB/s] merges.txt: 0%| | 0.00/1.67M [00:00<?, ?B/s][A merges.txt: 100%|ββββββββββ| 1.67M/1.67M [00:00<00:00, 48.4MB/s] tokenizer.json: 0%| | 0.00/7.03M [00:00<?, ?B/s][A tokenizer.json: 100%|ββββββββββ| 7.03M/7.03M [00:00<00:00, 34.1MB/s] Traceback (most recent call last): File "/usr/local/lib/python3.13/site-packages/smolagents/default_tools.py", line 133, in __init__ from ddgs import DDGS ModuleNotFoundError: No module named 'ddgs' The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/app/app.py", line 3, in <module> from agents import run_multiagent_system File "/app/agents.py", line 30, in <module> tools=[DuckDuckGoSearchTool()], ~~~~~~~~~~~~~~~~~~~~^^ File "/usr/local/lib/python3.13/site-packages/smolagents/tools.py", line 75, in new_init original_init(self, *args, **kwargs) ~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/smolagents/default_tools.py", line 135, in __init__ raise ImportError( "You must install package `ddgs` to run this tool: for instance run `pip install ddgs`." ) from e ImportError: You must install package `ddgs` to run this tool: for instance run `pip install ddgs`.
Container logs:
Fetching error logs...