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

refactor out pipelineable inference operator #279

Merged
merged 6 commits into from
Jan 31, 2023

Conversation

jperez999
Copy link
Collaborator

This PR removes the pipelineable inference operator and moves that functionality into the TritonOperator. This minimizes the number of sub classes available to the inference operator and better organizes the sub classes into their respective behaviors (i.e. TritonOperator for triton and inference operator for non triton logic).

@jperez999 jperez999 added clean up chore Maintenance for the repository labels Jan 25, 2023
@jperez999 jperez999 added this to the Merlin 23.01 milestone Jan 25, 2023
@jperez999 jperez999 self-assigned this Jan 25, 2023
tests/unit/systems/utils/ops.py Show resolved Hide resolved
@github-actions
Copy link

Documentation preview

https://nvidia-merlin.github.io/systems/review/pr-279

@karlhigley karlhigley modified the milestones: Merlin 23.01, Merlin 23.02 Jan 31, 2023
@karlhigley karlhigley merged commit 4ca8601 into NVIDIA-Merlin:main Jan 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Maintenance for the repository clean up
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants