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

Subgraph support changes for multistage example #372

Merged
merged 4 commits into from
Jun 24, 2023

Conversation

jperez999
Copy link
Collaborator

Added supported format flags for specific operators that may require specific data types internally. Added the capability to load artifacts in a local runtime, was only used previously for triton runtimes after export. Migrated artifact load and save to core NVIDIA-Merlin/core#349. Removed hasattr checks in triton python model class because all operators now have artifact hooks.

@jperez999 jperez999 added enhancement New feature or request clean up chore Maintenance for the repository labels Jun 21, 2023
@jperez999 jperez999 requested a review from karlhigley June 21, 2023 22:21
@jperez999 jperez999 self-assigned this Jun 21, 2023
@jperez999 jperez999 added this to the Merlin 23.07 milestone Jun 21, 2023
return (
DataFormats.NUMPY_TENSOR_TABLE
| DataFormats.CUPY_TENSOR_TABLE
)
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this not the default for ops in Systems? I see that some ops are flagged as only supporting tensor tables and some as only supporting data frames. Is the default support for all of those?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@karlhigley karlhigley changed the title changes required for multistage example subgraph support Subgraph support changes for multistage example Jun 22, 2023
@github-actions
Copy link

Documentation preview

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

@jperez999 jperez999 merged commit 01af5d3 into NVIDIA-Merlin:main Jun 24, 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 enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants