Skip to content

Planner7B Model for Solver #10

@xdevfaheem

Description

@xdevfaheem

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions