Skip to content

docs: add HSTU (Generative Recommenders) tutorial page (#159) - #163

Closed
yinggeh wants to merge 1 commit into
r26.07from
yinggeh/tri-1616-create-hstu-support-readme-in-triton-cp
Closed

docs: add HSTU (Generative Recommenders) tutorial page (#159)#163
yinggeh wants to merge 1 commit into
r26.07from
yinggeh/tri-1616-create-hstu-support-readme-in-triton-cp

Conversation

@yinggeh

@yinggeh yinggeh commented Jul 22, 2026

Copy link
Copy Markdown
Contributor

No description provided.

Add Popular_Models_Guide/HSTU/README.md introducing HSTU/GRs and pointing
to the recsys-examples model/training/export/inference guides and the
PyTorch backend AOT Inductor (torch_aoti) docs. Add a Generative
Recommenders row to the top-level tutorials table.

TRI-1616

Signed-off-by: Yingge He <yinggeh@nvidia.com>
@yinggeh yinggeh added the cherry-pick Cherry-picked from another branch label Jul 22, 2026
@yinggeh
yinggeh requested a review from mc-nv July 22, 2026 23:06
@greptile-apps

greptile-apps Bot commented Jul 22, 2026

Copy link
Copy Markdown

Greptile Summary

This PR adds a new HSTU (Generative Recommenders) tutorial page under Popular_Models_Guide/HSTU/README.md and registers it in the root README.md under a new "Generative Recommenders" section. The HSTU page is intentionally a pointer document that directs Triton users to the external recsys-examples repository for training, export, and end-to-end examples, and to the PyTorch backend docs for the torch_aoti serving path.

  • New pointer page (Popular_Models_Guide/HSTU/README.md): concise overview of HSTU with a three-row resource table linking to architecture docs, inference docs, and the Torch AOTI backend guide.
  • Root README update: adds a copyright header (previously absent) and inserts a "Generative Recommenders" section with an HSTU entry in the same style as the existing LLM Tutorials table.

Confidence Score: 4/5

Documentation-only change with no executable code; safe to merge after addressing the minor copyright format inconsistency.

Both changed files are Markdown documentation. The only notable inconsistency is the copyright notice in the new HSTU README omitting the "(c)" symbol used everywhere else in the repo. All external links point to plausible, well-known NVIDIA/Triton repositories. The new "Generative Recommenders" section in the root README is correctly structured and does not break any existing content.

Popular_Models_Guide/HSTU/README.md — minor copyright format inconsistency worth correcting before merge.

Important Files Changed

Filename Overview
Popular_Models_Guide/HSTU/README.md New HSTU tutorial page that acts as a pointer to the external recsys-examples repository; copyright header omits the "(c)" symbol present in other repo files
README.md Adds a copyright header to the root README and a new "Generative Recommenders" section with the HSTU entry; structure and links look correct

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A["README.md root"] -->|LLM Tutorials| B["Popular_Models_Guide Llama2 Llava1.5 etc"]
    A -->|Generative Recommenders new| C["Popular_Models_Guide/HSTU/README.md new pointer page"]
    C -->|HSTU overview| D["recsys-examples hstu/README.md"]
    C -->|HSTU inference| E["recsys-examples hstu/inference/README.md"]
    C -->|PyTorch AOTI on Triton| F["pytorch_backend aot-inductor-support-beta"]
Loading

Reviews (1): Last reviewed commit: "docs: add HSTU (Generative Recommenders)..." | Re-trigger Greptile

@@ -0,0 +1,54 @@
<!--
# Copyright 2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 The copyright notice here is missing the (c) symbol and covers only 2026, whereas the root README.md added in the same PR uses Copyright (c) 2023-2026. Other files in the repo consistently include (c). Consider aligning the format.

Suggested change
# Copyright 2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# Copyright (c) 2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.

Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Correct it's a legal requirement.

@yinggeh

yinggeh commented Jul 23, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #164 (combined cherry-pick directly off r26.07).

@yinggeh yinggeh closed this Jul 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cherry-pick Cherry-picked from another branch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants