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

[RMP] Add support for ranking models in PyTorch #1044

Open
20 of 29 tasks
marcromeyn opened this issue Jul 3, 2023 · 0 comments
Open
20 of 29 tasks

[RMP] Add support for ranking models in PyTorch #1044

marcromeyn opened this issue Jul 3, 2023 · 0 comments
Assignees
Labels
Milestone

Comments

@marcromeyn
Copy link

marcromeyn commented Jul 3, 2023

Problem:

Goal:

Add support for ranking models in PyTorch.

New Functionality

  • Models
    • Support Ranking Models
  • Systems
    • Make sure torch ranking models can be served

Starting Point:

Implement base-classes of block-API in PyTorch

People: @marcromeyn

Currently the block-API is T4Rec is using a similar design to Keras to allow for modules that lazily initialize their variables. We would like to deprecate this in favor of a native way to achieve the same thing that could launched recently.

Input-blocks

People: @marcromeyn

Output-blocks

People: @edknv & @marcromeyn

Blocks

Models

  • Add DLRM Model models#1171
  • Add DCNModel
  • Export Model with Input / Output Schemas (Serve in Systems Ensemble)
    • Ensure model outputs are compatible with Triton (tensor or NamedTuple instead of dict)

Examples

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants