runtime error
Exit code: 1. Reason: s://github.com/pytorch/pytorch/blob/main/SECURITY.md#untrusted-models for more details). In a future release, the default value for `weights_only` will be flipped to `True`. This limits the functions that could be executed during unpickling. Arbitrary objects will no longer be allowed to be loaded via this mode unless they are explicitly allowlisted by the user via `torch.serialization.add_safe_globals`. We recommend you start setting `weights_only=True` for any use case where you don't have full control of the loaded file. Please open an issue on GitHub for any issues related to this experimental feature. tse_model.load_state_dict(torch.load(args.tse_ckpt)['model']) Download complete: 100%|ββββββββββ| 9.39G/9.39G [00:20<00:00, 1.73GB/s]INFO:pytorch_lightning.utilities.migration.utils:Lightning automatically upgraded your loaded checkpoint from v1.5.10 to v2.4.0. To apply the upgrade to your files permanently, run `python -m pytorch_lightning.utilities.upgrade_checkpoint ../.cache/huggingface/hub/models--OpenSound--SoloSpeech-models/snapshots/a20eb37b089fd1d9be2574496d9736d9ce0dcace/corrector.ckpt` INFO:speechbrain.utils.fetching:Fetch hyperparams.yaml: Fetching from HuggingFace Hub 'yangwang825/ecapa-tdnn-vox2' if not cached Traceback (most recent call last): File "/home/user/app/app.py", line 117, in <module> ecapatdnn_model = Encoder.from_hparams(source="yangwang825/ecapa-tdnn-vox2") File "/usr/local/lib/python3.10/site-packages/speechbrain/inference/interfaces.py", line 472, in from_hparams hparams_local_path = fetch( File "/usr/local/lib/python3.10/site-packages/speechbrain/utils/fetching.py", line 387, in fetch fetched_file = huggingface_hub.hf_hub_download( File "/usr/local/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 88, in _inner_fn return fn(*args, **kwargs) TypeError: hf_hub_download() got an unexpected keyword argument 'use_auth_token' Download complete: 100%|ββββββββββ| 9.39G/9.39G [01:14<00:00, 126MB/s]
Container logs:
Fetching error logs...