runtime error
Exit code: 1. Reason: inference/_client.py", line 267, in post hf_raise_for_status(response) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/utils/_errors.py", line 371, in hf_raise_for_status raise HfHubHTTPError(str(e), response=response) from e huggingface_hub.utils._errors.HfHubHTTPError: 500 Server Error: Internal Server Error for url: https://api-inference.huggingface.co/models/luigisaetta/whisper-atcosim3 (Request ID: WW1M7e) Could not load model luigisaetta/whisper-atcosim3 with any of the following classes: (<class 'transformers.models.whisper.modeling_whisper.WhisperForConditionalGeneration'>, <class 'transformers.models.whisper.modeling_tf_whisper.TFWhisperForConditionalGeneration'>). See the original errors: while loading with WhisperForConditionalGeneration, an error is thrown: Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/transformers/pipelines/base.py", line 288, in infer_framework_load_model model = model_class.from_pretrained(model, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/transformers/modeling_utils.py", line 3708, in from_pretrained raise EnvironmentError( OSError: luigisaetta/whisper-atcosim3 does not appear to have a file named pytorch_model.bin, model.safetensors, tf_model.h5, model.ckpt or flax_model.msgpack. while loading with TFWhisperForConditionalGeneration, an error is thrown: Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/transformers/pipelines/base.py", line 288, in infer_framework_load_model model = model_class.from_pretrained(model, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/transformers/modeling_tf_utils.py", line 2873, in from_pretrained raise EnvironmentError( OSError: luigisaetta/whisper-atcosim3 does not appear to have a file named tf_model.h5 but there is a file for PyTorch weights. Use `from_pt=True` to load this model from those weights.
Container logs:
Fetching error logs...