docs: add HSTU (Generative Recommenders) tutorial page (#159) - #163
docs: add HSTU (Generative Recommenders) tutorial page (#159)#163yinggeh wants to merge 1 commit into
Conversation
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>
Greptile SummaryThis PR adds a new HSTU (Generative Recommenders) tutorial page under
Confidence Score: 4/5Documentation-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
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"]
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. | |||
There was a problem hiding this comment.
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.
| # 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!
There was a problem hiding this comment.
Correct it's a legal requirement.
|
Superseded by #164 (combined cherry-pick directly off r26.07). |
No description provided.