docs: update resource links in VLM long-document understanding dev note#580
Conversation
|
Docs preview: https://ee9648ff.dd-docs-preview.pages.dev
|
Greptile SummaryThis PR updates the "Key Resources" section of the VLM long-document understanding dev note by adding two Nemotron-3-Nano-Omni announcement links (NVIDIA Tech Blog and Hugging Face), correcting the MMLongBench-Doc link from the project homepage to the arXiv paper (
|
| Filename | Overview |
|---|---|
| docs/devnotes/posts/vlm-long-document-understanding.md | Documentation-only update: adds two new Nemotron-3-Nano-Omni resource links, fixes the MMLongBench-Doc link to the correct arXiv paper (2407.01523), and reorders the list to group Nemotron links together. |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Key Resources Section] --> B[NeMo Data Designer on GitHub]
A --> C[Nemotron-3-Nano-Omni technical report]
A --> D[NVIDIA Tech Blog — Nemotron-3-Nano-Omni]:::new
A --> E[Hugging Face Blog — Nemotron-3-Nano-Omni]:::new
A --> F[Nemotron-3-Nano-Omni HF Model page]
A --> G[MMLongBench-Doc — arXiv 2407.01523]:::updated
A --> H[Qwen3-VL Model Family]
classDef new fill:#d4f4d4,stroke:#2d9e2d
classDef updated fill:#d4e8f4,stroke:#2d6e9e
Reviews (1): Last reviewed commit: "add links back to announcement pages" | Re-trigger Greptile
Code Review — PR #580Title: docs: update resource links in VLM long-document understanding dev note SummaryDocumentation-only change. Updates the "Key Resources" list at the end of the VLM long-document understanding dev note:
No code, tests, configs, or build files are touched. Per the PR checklist and the repo constraint "If the PR only changes docs/markdown, focus on accuracy, broken links, and consistency with code," the review below is scoped accordingly. FindingsCorrectness / Accuracy
Consistency With the Rest of the Doc
Risk / Scope
Things Intentionally Not Checked
Suggestions (all optional)
VerdictApprove / LGTM. Low-risk, well-scoped documentation improvement. The single label wording nit is optional and not worth holding the PR for. The PR already has an approving review from @johnnygreco; no additional changes required. |
📋 Summary
Updates the resource links at the end of the VLM long-document understanding dev note to add links back to the NVIDIA Tech Blog and Hugging Face announcement pages for Nemotron-3-Nano-Omni, and fixes the MMLongBench-Doc link to point to the arXiv paper.
🔗 Related Issue
N/A
🔄 Changes
arxiv.org/abs/2407.01523)🧪 Testing
✅ Checklist
Made with Cursor