runtime error

Exit code: 1. Reason: ghts_only https://pytorch.org/docs/stable/generated/torch.load.html. The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/transformers/modeling_utils.py", line 572, in load_state_dict raise ValueError( ValueError: Unable to locate the file /home/user/.cache/huggingface/hub/models--dkoppfrontline--frontlinellm4/snapshots/8ffb0eb46fac977f09ffb040ed29842114d82162/pytorch_model.bin which is necessary to load this pretrained model. Make sure you have saved the model properly. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 5, in <module> model = AutoModelForCausalLM.from_pretrained("dkoppfrontline/frontlinellm4") File "/usr/local/lib/python3.10/site-packages/transformers/models/auto/auto_factory.py", line 571, in from_pretrained return model_class.from_pretrained( File "/usr/local/lib/python3.10/site-packages/transformers/modeling_utils.py", line 279, in _wrapper return func(*args, **kwargs) File "/usr/local/lib/python3.10/site-packages/transformers/modeling_utils.py", line 4399, in from_pretrained ) = cls._load_pretrained_model( File "/usr/local/lib/python3.10/site-packages/transformers/modeling_utils.py", line 4638, in _load_pretrained_model load_state_dict(checkpoint_files[0], map_location="meta", weights_only=weights_only).keys() File "/usr/local/lib/python3.10/site-packages/transformers/modeling_utils.py", line 577, in load_state_dict raise OSError( OSError: Unable to load weights from pytorch checkpoint file for '/home/user/.cache/huggingface/hub/models--dkoppfrontline--frontlinellm4/snapshots/8ffb0eb46fac977f09ffb040ed29842114d82162/pytorch_model.bin' at '/home/user/.cache/huggingface/hub/models--dkoppfrontline--frontlinellm4/snapshots/8ffb0eb46fac977f09ffb040ed29842114d82162/pytorch_model.bin'. If you tried to load a PyTorch model from a TF 2.0 checkpoint, please set from_tf=True.

Container logs:

Fetching error logs...