runtime error

data = self.construct_non_recursive_object(node) File "/home/user/.local/lib/python3.10/site-packages/ruamel/yaml/constructor.py", line 186, in construct_non_recursive_object for _dummy in generator: File "/home/user/.local/lib/python3.10/site-packages/ruamel/yaml/constructor.py", line 629, in construct_yaml_map value = self.construct_mapping(node) File "/home/user/.local/lib/python3.10/site-packages/ruamel/yaml/constructor.py", line 427, in construct_mapping return BaseConstructor.construct_mapping(self, node, deep=deep) File "/home/user/.local/lib/python3.10/site-packages/ruamel/yaml/constructor.py", line 242, in construct_mapping value = self.construct_object(value_node, deep=deep) File "/home/user/.local/lib/python3.10/site-packages/ruamel/yaml/constructor.py", line 145, in construct_object data = self.construct_non_recursive_object(node) File "/home/user/.local/lib/python3.10/site-packages/ruamel/yaml/constructor.py", line 181, in construct_non_recursive_object data = constructor(self, tag_suffix, node) File "/home/user/.local/lib/python3.10/site-packages/hyperpyyaml/core.py", line 481, in _construct_object return callable_(*args, **kwargs) File "/home/user/.local/lib/python3.10/site-packages/speechbrain/lobes/models/huggingface_wav2vec.py", line 133, in __init__ self._from_pretrained( File "/home/user/.local/lib/python3.10/site-packages/speechbrain/lobes/models/huggingface_wav2vec.py", line 182, in _from_pretrained self.model = model.from_pretrained( File "/home/user/.local/lib/python3.10/site-packages/transformers/modeling_utils.py", line 3109, in from_pretrained raise EnvironmentError( OSError: Can't load the model for 'facebook/wav2vec2-base'. 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/wav2vec2-base' 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...