runtime error
Exit code: 1. Reason: Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 402, in http_get import hf_transfer # type: ignore[no-redef] ModuleNotFoundError: No module named 'hf_transfer' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 90, in <module> image_generation_tool = load_tool("agents-course/text-to-image", trust_remote_code=True) File "/usr/local/lib/python3.10/site-packages/smolagents/tools.py", line 718, in load_tool return Tool.from_hub( File "/usr/local/lib/python3.10/site-packages/smolagents/tools.py", line 402, in from_hub tool_file = hf_hub_download( 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 1010, 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 1171, in _hf_hub_download_to_cache_dir _download_to_tmp_and_move( File "/usr/local/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 1738, in _download_to_tmp_and_move http_get( File "/usr/local/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 404, in http_get raise ValueError( ValueError: Fast download using 'hf_transfer' is enabled (HF_HUB_ENABLE_HF_TRANSFER=1) but 'hf_transfer' package is not available in your environment. Try `pip install hf_transfer`.
Container logs:
Fetching error logs...