-
Notifications
You must be signed in to change notification settings - Fork 191
Update Memory Management Guide #1279
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
Update Memory Management Guide #1279
Conversation
Signed-off-by: Sarah Yurick <[email protected]>
|
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
Signed-off-by: Sarah Yurick <[email protected]>
Signed-off-by: Sarah Yurick <[email protected]>
Signed-off-by: Sarah Yurick <[email protected]>
Greptile OverviewGreptile SummaryThis PR refreshes the Memory Management documentation guide and updates related tutorial references across the documentation. Key Changes:
All technical content is accurate, code examples use correct imports and class names, cross-references are valid, and file paths point to existing resources in the repository. Confidence Score: 5/5
Important Files ChangedFile Analysis
Sequence DiagramsequenceDiagram
participant Author as Documentation Author
participant PR as Pull Request
participant Docs as Documentation Site
participant User as End User
Author->>PR: Update memory-management.md
Note over Author,PR: Expand Pipeline/Executor architecture<br/>Add monitoring best practices<br/>Clarify batch size configuration
Author->>PR: Update execution-backends.md
Note over Author,PR: Reorganize executor sections<br/>Clarify RayDataExecutor vs RayActorPoolExecutor
Author->>PR: Update beginner.md (audio tutorial)
Note over Author,PR: Update file structure<br/>Refresh command examples<br/>Remove deprecated paths
Author->>PR: Update video.md
Note over Author,PR: Fix tutorial script path<br/>Point to GitHub tutorials directory
PR->>Docs: Merge and deploy
Note over Docs: Documentation site updated<br/>at docs.nvidia.com
Docs->>User: View refreshed guides
Note over User: Better understanding of:<br/>- Memory management strategies<br/>- Executor configuration<br/>- Tutorial usage patterns
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
4 files reviewed, no comments
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
4 files reviewed, no comments
Signed-off-by: Lawrence Lane <[email protected]>
minor changes for style guide sweep
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
4 files reviewed, no comments
Page refresh for https://docs.nvidia.com/nemo/curator/25.09/reference/infrastructure/memory-management.html