runtime error

Exit code: 1. Reason: c -o build/temp.linux-x86_64-3.8/core.o creating /home/user/app/monotonic_align/monotonic_align gcc -pthread -shared build/temp.linux-x86_64-3.8/core.o -L/usr/local/lib -o /home/user/app/monotonic_align/monotonic_align/core.cpython-38-x86_64-linux-gnu.so /home/user/.local/lib/python3.8/site-packages/torch/hub.py:266: 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/bshall/hubert/zipball/main" to /home/user/.cache/torch/hub/main.zip Traceback (most recent call last): File "app.py", line 38, in <module> hubert = torch.hub.load("bshall/hubert:main", "hubert_soft") File "/home/user/.local/lib/python3.8/site-packages/torch/hub.py", line 540, in load model = _load_local(repo_or_dir, model, *args, **kwargs) File "/home/user/.local/lib/python3.8/site-packages/torch/hub.py", line 569, in _load_local model = entry(*args, **kwargs) File "/home/user/.cache/torch/hub/bshall_hubert_main/hubconf.py", line 54, in hubert_soft hubert = HubertSoft() File "/home/user/.cache/torch/hub/bshall_hubert_main/hubert/model.py", line 69, in __init__ super().__init__() File "/home/user/.cache/torch/hub/bshall_hubert_main/hubert/model.py", line 18, in __init__ self.positional_embedding = PositionalConvEmbedding() File "/home/user/.cache/torch/hub/bshall_hubert_main/hubert/model.py", line 156, in __init__ self.conv = nn.utils.parametrizations.weight_norm( AttributeError: module 'torch.nn.utils.parametrizations' has no attribute 'weight_norm'

Container logs:

Fetching error logs...