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

use _validate, _inference_remote, _inference_local #7

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

brianlai98
Copy link

No description provided.

"""
raise NotImplementedError

def _inference(self, model_input: Any) -> Any:
Copy link
Contributor

Choose a reason for hiding this comment

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

I think we need to rework how this and the base Validator class interact. Maybe by specifying any methods we want/need the validator author to override as abstract. I would prefer to keep the higher level orchestration methods like this one in house vs requiring the author to define it.

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.

2 participants