runtime error
Exit code: 1. Reason: ite-packages/torch/hub.py:330: UserWarning: You are about to download and run code from an untrusted repository. In a future release, this won't be allowed. To add the repository to your trusted list, change the command to {calling_fn}(..., trust_repo=False) and a command prompt will appear asking for an explicit confirmation of trust, or load(..., trust_repo=True), which will assume that the prompt is to be answered with 'yes'. You can also use load(..., trust_repo='check') which will only prompt for confirmation if the repo is not already trusted. This will eventually be the default behaviour warnings.warn( Downloading: "https://github.com/bryandlee/animegan2-pytorch/zipball/main" to /home/user/.cache/torch/hub/main.zip Traceback (most recent call last): File "/home/user/app/app.py", line 10, in <module> anime_model = torch.hub.load( File "/usr/local/lib/python3.10/site-packages/torch/hub.py", line 647, in load model = _load_local(repo_or_dir, model, *args, **kwargs) File "/usr/local/lib/python3.10/site-packages/torch/hub.py", line 680, in _load_local model = entry(*args, **kwargs) File "/home/user/.cache/torch/hub/bryandlee_animegan2-pytorch_main/hubconf.py", line 26, in generator state_dict = torch.hub.load_state_dict_from_url( File "/usr/local/lib/python3.10/site-packages/torch/hub.py", line 871, in load_state_dict_from_url download_url_to_file(url, cached_file, hash_prefix, progress=progress) File "/usr/local/lib/python3.10/site-packages/torch/hub.py", line 711, in download_url_to_file req = Request(url, headers={"User-Agent": "torch.hub"}) File "/usr/local/lib/python3.10/urllib/request.py", line 322, in __init__ self.full_url = url File "/usr/local/lib/python3.10/urllib/request.py", line 348, in full_url self._parse() File "/usr/local/lib/python3.10/urllib/request.py", line 377, in _parse raise ValueError("unknown url type: %r" % self.full_url) ValueError: unknown url type: 'hayao' Downloading: "hayao" to /home/user/.cache/torch/hub/checkpoints/hayao
Container logs:
Fetching error logs...