Skip to content
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

fix init #6

Merged
merged 1 commit into from
Sep 10, 2024
Merged

fix init #6

merged 1 commit into from
Sep 10, 2024

Conversation

dtam
Copy link
Contributor

@dtam dtam commented Sep 10, 2024

No description provided.

@@ -39,14 +39,13 @@ class LlamaGuard7B(Validator):
def __init__(
self,
policies: Optional[List[str]] = None,
validation_method: Optional[str] = "full",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i dont see this used anywhere in our core oss codebase?

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's in some validators for determining sentence level vs full context level validation. If it's not used in this exact code, it's not necesasry

@CalebCourier
Copy link
Contributor

Check failures are unrelated to this PR, and should be addressed in the active validator testing task.

@CalebCourier CalebCourier merged commit 5093f11 into main Sep 10, 2024
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants