Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,19 @@ export `triton_pytorch_model_init`, model load fails with an error.
> trust boundary, but the model repository must remain a trusted,
> operator-controlled source.

### HSTU (Generative Recommenders)

HSTU (Hierarchical Sequential Transduction Unit) is the sequence encoder used
in Generative Recommenders (GRs), which reframe recommendation as a sequential,
generative modeling problem over a user's interaction history rather than
independently scoring candidate items.

HSTU generative recommender models can be served with
`platform: "torch_aoti"`. For an end-to-end guide, see the
[HSTU tutorial](https://github.com/triton-inference-server/tutorials/tree/main/Popular_Models_Guide/HSTU)
and the
[recsys-examples HSTU inference docs](https://github.com/NVIDIA/recsys-examples/blob/main/examples/hstu/inference/README.md).

### PyTorch 2.0 Models

PyTorch 2.0 features are available.
Expand Down
Loading