runtime error

Exit code: 1. Reason: A new version of the following files was downloaded from https://huggingface.co/tiiuae/falcon-rw-1b: - configuration_falcon.py . Make sure to double-check they do not contain any added malicious code. To avoid downloading new versions of the code file, you can pin a revision. A new version of the following files was downloaded from https://huggingface.co/tiiuae/falcon-rw-1b: - modeling_falcon.py . Make sure to double-check they do not contain any added malicious code. To avoid downloading new versions of the code file, you can pin a revision. Traceback (most recent call last): File "/home/user/app/app.py", line 10, in <module> model = PeftModel.from_pretrained(base_model, "GiteshUjgaonkar/chatbot-v02") File "/usr/local/lib/python3.10/site-packages/peft/peft_model.py", line 533, in from_pretrained model = MODEL_TYPE_TO_PEFT_MODEL_MAPPING[config.task_type]( File "/usr/local/lib/python3.10/site-packages/peft/peft_model.py", line 1722, in __init__ super().__init__(model, peft_config, adapter_name, **kwargs) File "/usr/local/lib/python3.10/site-packages/peft/peft_model.py", line 132, in __init__ self.base_model = cls(model, {adapter_name: peft_config}, adapter_name) File "/usr/local/lib/python3.10/site-packages/peft/tuners/lora/model.py", line 142, in __init__ super().__init__(model, config, adapter_name, low_cpu_mem_usage=low_cpu_mem_usage) File "/usr/local/lib/python3.10/site-packages/peft/tuners/tuners_utils.py", line 180, in __init__ self.inject_adapter(self.model, adapter_name, low_cpu_mem_usage=low_cpu_mem_usage) File "/usr/local/lib/python3.10/site-packages/peft/tuners/tuners_utils.py", line 527, in inject_adapter raise ValueError(error_msg) ValueError: Target modules {'v_proj', 'o_proj', 'k_proj', 'q_proj'} not found in the base model. Please check the target modules and try again.

Container logs:

Fetching error logs...