-
Notifications
You must be signed in to change notification settings - Fork 1.9k
chore: remove draft_model_engine from init parameter list of PyExecutor #6325
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: junq <[email protected]>
📝 WalkthroughWalkthroughThis change removes the explicit Changes
Sequence Diagram(s)sequenceDiagram
participant Caller
participant create_py_executor_instance
participant PyExecutor
participant Drafter
Caller->>create_py_executor_instance: call (without draft_model_engine)
create_py_executor_instance->>PyExecutor: instantiate (drafter=..., no draft_model_engine)
PyExecutor->>Drafter: use drafter.draft_model_engine if drafter exists
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Possibly related PRs
Suggested reviewers
Note ⚡️ Unit Test Generation is now available in beta!Learn more here, or try it out under "Finishing Touches" below. 📜 Recent review detailsConfiguration used: .coderabbit.yaml 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
✨ Finishing Touches
🧪 Generate unit tests
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed 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)
Other keywords and placeholders
Documentation and Community
|
|
/bot run |
|
PR_Github #12814 [ run ] triggered by Bot |
|
PR_Github #12814 [ run ] completed with state |
Signed-off-by: junq <[email protected]>
|
/bot run |
|
PR_Github #12842 [ run ] triggered by Bot |
|
PR_Github #12842 [ run ] completed with state |
|
/bot run |
|
PR_Github #12853 [ run ] triggered by Bot |
|
PR_Github #12853 [ run ] completed with state |
|
/bot run |
|
PR_Github #12857 [ run ] triggered by Bot |
|
PR_Github #12857 [ run ] completed with state |
Signed-off-by: junq <[email protected]>
|
/bot run |
|
PR_Github #12917 [ run ] triggered by Bot |
|
PR_Github #12917 [ run ] completed with state |
|
PR_Github #13062 [ run ] triggered by Bot |
|
PR_Github #13062 [ run ] completed with state |
|
/bot run |
|
PR_Github #13119 [ run ] triggered by Bot |
|
PR_Github #13119 [ run ] completed with state |
|
/bot run |
|
/bot run |
|
PR_Github #13252 [ run ] triggered by Bot |
|
PR_Github #13252 [ run ] completed with state |
|
/bot run |
|
PR_Github #13331 [ run ] triggered by Bot |
|
PR_Github #13331 [ run ] completed with state |
|
/bot run |
|
PR_Github #13365 [ run ] triggered by Bot |
|
PR_Github #13365 [ run ] completed with state |
|
/bot run |
|
PR_Github #13467 [ run ] triggered by Bot |
|
PR_Github #13467 [ run ] completed with state |
…or (NVIDIA#6325) Signed-off-by: junq <[email protected]> Signed-off-by: Lanyu Liao <[email protected]>
…or (NVIDIA#6325) Signed-off-by: junq <[email protected]>
Summary by CodeRabbit