runtime error
Exit code: 1. Reason: pytorch_model.bin: 0%| | 0.00/96.4M [00:00<?, ?B/s][A pytorch_model.bin: 100%|█████████▉| 96.4M/96.4M [00:00<00:00, 191MB/s] config.yaml: 0%| | 0.00/2.00k [00:00<?, ?B/s][A config.yaml: 100%|██████████| 2.00k/2.00k [00:00<00:00, 7.03MB/s] /usr/local/lib/python3.10/site-packages/pytorch_lightning/utilities/migration/migration.py:208: You have multiple `ModelCheckpoint` callback states in this checkpoint, but we found state keys that would end up colliding with each other after an upgrade, which means we can't differentiate which of your checkpoint callbacks needs which states. At least one of your `ModelCheckpoint` callbacks will not be able to reload the state. Lightning automatically upgraded your loaded checkpoint from v1.2.7 to v2.5.1. To apply the upgrade to your files permanently, run `python -m pytorch_lightning.utilities.upgrade_checkpoint ../.cache/torch/pyannote/models--pyannote--embedding/snapshots/4db4899737a38b2d618bbd74350915aa10293cb2/pytorch_model.bin` Model was trained with pyannote.audio 0.0.1, yours is 3.3.2. Bad things might happen unless you revert pyannote.audio to 0.x. Model was trained with torch 1.8.1+cu102, yours is 2.6.0+cu124. Bad things might happen unless you revert torch to 1.x. /usr/local/lib/python3.10/site-packages/pytorch_lightning/core/saving.py:195: Found keys that are not in the model state dict but in the checkpoint: ['loss_func.W'] Traceback (most recent call last): File "/home/user/app/app.py", line 16, in <module> for speaker in os.listdir("known_speakers"): FileNotFoundError: [Errno 2] No such file or directory: 'known_speakers'
Container logs:
Fetching error logs...