-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
π Adding Knowledge llm blocks #50
Conversation
abhi1092
commented
Jun 27, 2024
- 𧩠Conditional Block for conditionally picking prompt templates and parsing function
- ποΈ Changes in the Sampling block to handle post_fixes
- π Bug fix for _parse function in LLMBlock
Signed-off-by: Abhi.B <[email protected]>
π§ Implemented conditional llmblock π Fixed minor bugs Signed-off-by: Abhi.B <[email protected]>
Signed-off-by: Abhi.B <[email protected]>
Signed-off-by: Abhi.B <[email protected]>
Signed-off-by: Abhi.B <[email protected]>
Signed-off-by: Abhi.B <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggested some changes to pass the pylint
Signed-off-by: Aakanksha Duggal <[email protected]>
Signed-off-by: Oindrilla Chatterjee <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested changes in this PR, works for me!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! π
I noticed that this PR changed the format expected from the dataset given to the pipeline. The CLI integration we just merged matched the old format. (We merged it after this, I just missed that this change impacted it.) This made me realize that the skills templates expect something different, as well. I filed #55 as a follow-up to this issue. |
PR instructlab#50 changed the format used in the full knowledge pipeline. Change the simple pipelines to match. Part of issue instructlab#55. Signed-off-by: Russell Bryant <[email protected]>