-
Notifications
You must be signed in to change notification settings - Fork 80
Open
Description
You said we can pass planner7b lora for run.py which use the merged model as base model. you used condition in nodes/Planner.py you formatted the prompt into instruction and input if lora model was used. but you didn't used same condition in nodes/Solver.py. you formatted the prompt like this prompt = self.prefix + input + "\n" + worker_log + self.suffix + input + '\n'and call_llm() method with this prompt. if i use lora model as base llm. it check whether the model is lora model merged if so it requires the prompt to be list of intruction and input as you did in Planner.py. @billxbf Please Look into This ASAP. Correct me if I'm Wrong.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels