-
Notifications
You must be signed in to change notification settings - Fork 2k
[None][doc] Add more description on EXAONE example #8089
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
Conversation
Signed-off-by: yechank <161688079+yechank-nvidia@users.noreply.github.com>
|
/bot run --stage-list "A10-Build_Docs" |
📝 WalkthroughWalkthroughDocumentation updates to EXAONE README: added a note clarifying model-to-flow mappings, restored and expanded usage guidance per model, and replaced placeholder quantization outputs with concrete sample outputs for multiple prompts. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✨ Finishing touches
🧪 Generate unit tests
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. Comment |
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.
Actionable comments posted: 0
Caution
Some comments are outside the diff and can’t be posted inline due to platform limitations.
⚠️ Outside diff range comments (2)
examples/models/core/exaone/README.md (2)
16-16: Fix formatting inconsistency in table of contents.Missing space after the dash before the bracket.
Apply this diff:
- -[PyTorch flow Quantization](#pytorch-flow-quantization) + - [PyTorch flow Quantization](#pytorch-flow-quantization)
62-62: Fix typo in documentation."Download he" should be "Download the".
Apply this diff:
-Download he HuggingFace checkpoints of EXAONE-4.0 model. Here, we only use the `EXAONE-4.0-32B` model for the example. From EXAONE-4.0 model, we support only on PyTorch flow. +Download the HuggingFace checkpoints of EXAONE-4.0 model. Here, we only use the `EXAONE-4.0-32B` model for the example. From EXAONE-4.0 model, we support only on PyTorch flow.
🧹 Nitpick comments (1)
examples/models/core/exaone/README.md (1)
69-69: Maintain consistent capitalization.For consistency with the rest of the document, use "PyTorch" with capital T.
Apply this diff:
-### Pytorch flow +### PyTorch flow
📜 Review details
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
examples/models/core/exaone/README.md(2 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
- GitHub Check: Pre-commit Check
🔇 Additional comments (2)
examples/models/core/exaone/README.md (2)
35-40: LGTM! Clear guidance on model-to-flow mappings.The added note effectively clarifies which EXAONE model variants should use which flow (TRT vs PyTorch), helping users quickly understand the correct approach for their specific model. The structure and formatting are appropriate for documentation.
81-83: Concrete examples improve documentation clarity.The replacement of placeholder output with actual sample generations for multiple prompts helps users understand what to expect from the model. The outputs are realistic and properly formatted.
|
PR_Github #20339 [ run ] triggered by Bot |
|
PR_Github #20339 [ run ] completed with state |
brb-nv
left a comment
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.
LGTM
|
/bot skip --comment "doc changes" |
|
PR_Github #20432 [ skip ] triggered by Bot |
|
PR_Github #20432 [ skip ] completed with state |
Signed-off-by: yechank <161688079+yechank-nvidia@users.noreply.github.com> Signed-off-by: Faradawn Yang <faradawny@gmail.com>
Signed-off-by: yechank <161688079+yechank-nvidia@users.noreply.github.com>
Signed-off-by: yechank <161688079+yechank-nvidia@users.noreply.github.com> Signed-off-by: Faradawn Yang <faradawny@gmail.com>
Signed-off-by: yechank <161688079+yechank-nvidia@users.noreply.github.com>
Signed-off-by: yechank <161688079+yechank-nvidia@users.noreply.github.com>
Signed-off-by: yechank <161688079+yechank-nvidia@users.noreply.github.com>
Signed-off-by: yechank <161688079+yechank-nvidia@users.noreply.github.com>
Summary by CodeRabbit