runtime error
Exit code: 1. Reason: /usr/local/lib/python3.13/site-packages/torch/cuda/__init__.py:65: FutureWarning: The pynvml package is deprecated. Please install nvidia-ml-py instead. If you did not install pynvml directly, please report this to the maintainers of the package that installed pynvml for you. import pynvml # type: ignore[import] Loading facebook/sam-audio-small... Traceback (most recent call last): File "/app/app.py", line 48, in <module> load_model(DEFAULT_MODEL) ~~~~~~~~~~^^^^^^^^^^^^^^^ File "/app/app.py", line 43, in load_model model = SAMAudio.from_pretrained(model_id).to(device).eval() ~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/huggingface_hub/utils/_validators.py", line 89, in _inner_fn return fn(*args, **kwargs) File "/usr/local/lib/python3.13/site-packages/huggingface_hub/hub_mixin.py", line 559, in from_pretrained instance = cls._from_pretrained( model_id=str(model_id), ...<5 lines>... **model_kwargs, ) TypeError: BaseModel._from_pretrained() missing 2 required keyword-only arguments: 'proxies' and 'resume_download'
Container logs:
Fetching error logs...