refactor: get instructions from upstream guardian adapters#1037
Open
psschwei wants to merge 4 commits into
Open
refactor: get instructions from upstream guardian adapters#1037psschwei wants to merge 4 commits into
psschwei wants to merge 4 commits into
Conversation
Signed-off-by: Paul S. Schweigert <paul@paulschweigert.com>
Contributor
|
The PR description has been updated. Please fill out the template for your PR to be reviewed. |
Member
Author
|
cc @pronics2004 |
Member
Author
|
Also note: there's updated |
Signed-off-by: Paul S. Schweigert <paul@paulschweigert.com>
Signed-off-by: Paul S. Schweigert <paul@paulschweigert.com>
Member
Author
|
Latest commit uses pre-existing config file override |
Signed-off-by: Paul S. Schweigert <paul@paulschweigert.com>
b76390a to
b8d180d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Misc PR
Type of PR
Description
The goal is to move the instruction logic out of the guardian helper function and into the upstream
io.yamlfiles for each adapter/intrinsic.I've included a
mellea/backends/adapters/_overlays/directory with the updatedio.yamlfiles as a temp fix until the actual files are available on Hugging Face. We could merge this now and then delete the overlays once the files are available upstream or wait until the upstreams are available. Latter has a small risk of downtime / tests breaking for a short while.Testing
Attribution