-
Notifications
You must be signed in to change notification settings - Fork 40
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
Use instructlab-schema package to parse qna.yaml files #62
Use instructlab-schema package to parse qna.yaml files #62
Conversation
@russellb Here is a draft PR using the taxonomy parsing code in instructlab/schema#33. Would be great to get your feedback on the instructlab-schema code before I merge. |
e475b9d
to
9a1a748
Compare
@hickeyma This PR is now ready for review. |
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, thanks @bjhargrave
9a1a748
to
5c23285
Compare
5c23285
to
4d4aacb
Compare
4d4aacb
to
8476da7
Compare
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.
We did this in the CLI, we should align SDG as well
@Mergifyio rebase |
The ci build does not test python 3.9 and instructlab now requires 3.10 as the base version of python. Signed-off-by: BJ Hargrave <[email protected]>
Signed-off-by: BJ Hargrave <[email protected]>
We remove code duplicated with instructlab to use the shared code from instructlab-schema package. A test case is also fixed which incorrectly passed a config string when the name of a config file is the proper argument. Signed-off-by: BJ Hargrave <[email protected]>
✅ Branch has been successfully rebased |
8476da7
to
0b2f5a4
Compare
class for the YAML rule. This is to adhere to the centralized schema validation and parsing in https://github.com/instructlab/schema. Signed-off-by: Martin Hickey <[email protected]>
CLI now using schema parsing and validation. Ref: instructlab/instructlab#1962. Reviewed and ready to merge. |
…actions/step-security/harden-runner-2.8.0 build(deps): bump step-security/harden-runner from 2.7.1 to 2.8.0
We remove code duplicated with instructlab to use the shared code from instructlab-schema package.
See instructlab/schema#33