You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- Thank you for your contribution! Please follow these guidelines to enhance your pull request. If anything is unclear, submit your PR and reach out to maintainers for assistance. -->
2
+
3
+
## Motivation
4
+
5
+
<!-- Describe the purpose and goals of this pull request. -->
6
+
7
+
## Modifications
8
+
9
+
<!-- Detail the changes made in this pull request. -->
10
+
11
+
## Accuracy Tests
12
+
13
+
<!-- If this pull request affects routing behavior or model outputs, provide accuracy test results. -->
14
+
15
+
## Benchmarking and Profiling
16
+
17
+
<!-- If this pull request impacts routing performance or throughput, provide benchmarking and profiling results. -->
18
+
19
+
## Checklist
20
+
21
+
-[ ] Format your code with `pre-commit run --all-files`.
22
+
-[ ] Add or update unit tests if applicable.
23
+
-[ ] Update documentation if applicable.
24
+
-[ ] Provide accuracy and performance benchmark results if applicable.
25
+
-[ ] Ensure all CI checks pass.
26
+
27
+
## Review Process
28
+
29
+
1. Get approvals from maintainers and other reviewers.
30
+
2. Ensure all CI tests pass.
31
+
3. After green CI and required approvals, ask maintainers to merge.
0 commit comments