Skip to content

Conversation

@whoisj
Copy link
Collaborator

@whoisj whoisj commented Jul 14, 2025

This change is part of DYN-230 Reorganize Repository under which all documentation is to be moved under the docs/ folder with symlink files pointing into the docs/ folder placed where content was moved from.

This change migrates the multimodal examples documentation.

DYN-230

Summary by CodeRabbit

  • Documentation
    • Added a comprehensive guide for deploying multimodal models with Dynamo, including example workflows, deployment scenarios, architecture explanations, and Kubernetes instructions.
    • Updated the previous README for multimodal examples to redirect users to the new, detailed documentation.

This change migrates the Multimodal example's documentation to the docs. folder.
@whoisj whoisj added documentation Improvements or additions to documentation chore docs labels Jul 14, 2025
@copy-pr-bot
Copy link

copy-pr-bot bot commented Jul 14, 2025

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jul 14, 2025

Walkthrough

A new, detailed documentation file for multimodal model deployment with Dynamo was added under docs/examples/, covering workflows, architectures, and deployment scenarios. The previous examples/multimodal/README.md was replaced with a redirect to this new documentation, consolidating all instructions and guides into a single location.

Changes

File(s) Change Summary
docs/examples/multimodal.md Added comprehensive documentation for deploying and managing multimodal models with Dynamo.
examples/multimodal/README.md Replaced all content with a redirect to the new multimodal documentation file.

Possibly related PRs

Poem

In the warren of docs, a new path unfurled,
Multimodal secrets to Dynamo are twirled.
From images to video, workflows now clear,
With diagrams and curl calls, the answers appear.
The README now points to this burrow so bright—
Hop on and deploy, all day and all night!
🐇✨


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

🧹 Nitpick comments (2)
docs/examples/multimodal.md (2)

208-213: Resolve the lingering TODO

TODO: Apply Dynamo graph deployment for the example is still present. Either replace with the actual command/snippet or remove the placeholder to keep the docs production-ready.


101-109: Minor wording repetition

Back-to-back sentences starting with “If serving the example …” appear twice (image + video sections). Consider merging or rephrasing to reduce redundancy.

Also applies to: 249-251

📜 Review details

Configuration used: .coderabbit.yaml
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between c708041 and 8ac36eb.

📒 Files selected for processing (2)
  • docs/examples/multimodal.md (1 hunks)
  • examples/multimodal/README.md (1 hunks)
🧰 Additional context used
🧠 Learnings (2)
📓 Common learnings
Learnt from: biswapanda
PR: ai-dynamo/dynamo#1412
File: lib/bindings/python/src/dynamo/runtime/logging.py:100-100
Timestamp: 2025-06-06T21:48:35.214Z
Learning: In the Dynamo codebase, BentoML has been completely removed from all executable code, with only documentation and attribution references remaining. The error_loggers configuration in lib/bindings/python/src/dynamo/runtime/logging.py should not include "bentoml" since those modules no longer exist.
examples/multimodal/README.md (2)
Learnt from: biswapanda
PR: ai-dynamo/dynamo#1412
File: lib/bindings/python/src/dynamo/runtime/logging.py:100-100
Timestamp: 2025-06-06T21:48:35.214Z
Learning: In the Dynamo codebase, BentoML has been completely removed from all executable code, with only documentation and attribution references remaining. The error_loggers configuration in lib/bindings/python/src/dynamo/runtime/logging.py should not include "bentoml" since those modules no longer exist.
Learnt from: PeaBrane
PR: ai-dynamo/dynamo#1409
File: examples/router_standalone/worker.py:171-186
Timestamp: 2025-06-08T08:30:45.126Z
Learning: Example code in the `examples/` directory may intentionally use hard-coded values or simplified implementations that wouldn't be appropriate for production code, but are acceptable for demonstration and testing purposes.
🪛 LanguageTool
docs/examples/multimodal.md

[style] ~249-~249: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...d with "Qwen/Qwen2.5-VL-7B-Instruct". If serving the example Phi3V model, replac...

(ENGLISH_WORD_REPEAT_BEGINNING_RULE)

🔇 Additional comments (2)
examples/multimodal/README.md (1)

1-2: Symlink looks correct – no action needed

The relative target (../../docs/examples/multimodal.md) resolves correctly from examples/multimodal/, so the symlink will work both locally and on GitHub.

docs/examples/multimodal.md (1)

38-50: Inconsistent path for encode_worker link

encode_worker is referenced twice with two different paths:

- ../../examples/multimodal/encode_worker.py          (bullet list)
- ../../examples/multimodal/components/encode_worker.py (paragraph below)

Please verify which path is valid and make the references consistent to avoid 404s in rendered docs.

- - workers: For aggregated serving, we have two workers, [encode_worker](../../examples/multimodal/encode_worker.py) ...
+ - workers: For aggregated serving, we have two workers, [encode_worker](../../examples/multimodal/components/encode_worker.py) ...

@whoisj whoisj changed the title docs: Clean up - Migrate Multimodal docs: Reorganize Repository: migrate Multimodal Jul 14, 2025
@github-actions
Copy link

This PR is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

@github-actions github-actions bot added the Stale label Aug 14, 2025
@github-actions
Copy link

This PR has been closed due to inactivity. If you believe this PR is still relevant, please feel free to reopen it with additional context or information.

@github-actions github-actions bot closed this Aug 20, 2025
@github-actions github-actions bot deleted the whoisj/docs/update-1 branch August 20, 2025 09:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs documentation Improvements or additions to documentation size/XL Stale

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants