runtime error
Exit code: 1. Reason: "/usr/local/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 629, in xet_get download_files( RuntimeError: Data processing error: CAS service error : IO Error: No space left on device (os error 28) The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/user/app/app.py", line 25, in <module> tts = NeuTTSAir( File "/home/user/app/neutts-air/neuttsair/neutts.py", line 42, in __init__ self._load_codec(codec_repo, codec_device) File "/home/user/app/neutts-air/neuttsair/neutts.py", line 84, in _load_codec self.codec = NeuCodec.from_pretrained(codec_repo) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn return fn(*args, **kwargs) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/hub_mixin.py", line 568, in from_pretrained instance = cls._from_pretrained( File "/usr/local/lib/python3.10/site-packages/neucodec/model.py", line 95, in _from_pretrained model = cls(24_000, 480) File "/usr/local/lib/python3.10/site-packages/neucodec/model.py", line 29, in __init__ self.semantic_model = Wav2Vec2BertModel.from_pretrained( File "/usr/local/lib/python3.10/site-packages/transformers/modeling_utils.py", line 288, in _wrapper return func(*args, **kwargs) File "/usr/local/lib/python3.10/site-packages/transformers/modeling_utils.py", line 5027, in from_pretrained checkpoint_files, sharded_metadata = _get_resolved_checkpoint_files( File "/usr/local/lib/python3.10/site-packages/transformers/modeling_utils.py", line 1268, in _get_resolved_checkpoint_files raise OSError( OSError: Can't load the model for 'facebook/w2v-bert-2.0'. If you were trying to load it from 'https://huggingface.co/models', make sure you don't have a local directory with the same name. Otherwise, make sure 'facebook/w2v-bert-2.0' is the correct path to a directory containing a file named pytorch_model.bin, tf_model.h5, model.ckpt or flax_model.msgpack.
Container logs:
Fetching error logs...