runtime error

l/lib/python3.10/site-packages/torch/serialization.py", line 1039, in load raise pickle.UnpicklingError(UNSAFE_MESSAGE + str(e)) from None _pickle.UnpicklingError: Weights only load failed. Re-running `torch.load` with `weights_only` set to `False` will likely succeed, but it can result in arbitrary code execution.Do it only if you get the file from a trusted source. WeightsUnpickler error: Unsupported operand 208 The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/user/.local/lib/python3.10/site-packages/transformers/modeling_utils.py", line 547, in load_state_dict raise ValueError( ValueError: Unable to locate the file /home/user/.cache/huggingface/hub/models--vsrinivas--FalconLite2/snapshots/ca9b761be6b776a8904277acac417f765359650c/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 13, in <module> model = AutoModelForCausalLM.from_pretrained( File "/home/user/.local/lib/python3.10/site-packages/transformers/models/auto/auto_factory.py", line 561, in from_pretrained return model_class.from_pretrained( File "/home/user/.local/lib/python3.10/site-packages/transformers/modeling_utils.py", line 3525, in from_pretrained state_dict = load_state_dict(resolved_archive_file) File "/home/user/.local/lib/python3.10/site-packages/transformers/modeling_utils.py", line 552, in load_state_dict raise OSError( OSError: Unable to load weights from pytorch checkpoint file for '/home/user/.cache/huggingface/hub/models--vsrinivas--FalconLite2/snapshots/ca9b761be6b776a8904277acac417f765359650c/pytorch_model.bin' at '/home/user/.cache/huggingface/hub/models--vsrinivas--FalconLite2/snapshots/ca9b761be6b776a8904277acac417f765359650c/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...