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
perf(config): change default max_sequences_per_example to 10 when dp is off (#78)
<!-- Thank you for contributing to Safe Synthesizer! -->
# Summary
Change the default max_sequences_per_example to 10 when dp is off. This
is from our experiment findings that this gives good performance and
decent runtime.
## Pre-Review Checklist
<!-- These checks should be completed before a PR is reviewed, -->
<!-- but you can submit a draft early to indicate that the issue is
being worked on. -->
Ensure that the following pass:
- [x] `make format && make lint` or via prek validation.
- [x] `make test` passes locally
- [ ] `make e2e` passes locally
- [ ] `make test-ci-container` passes locally (recommended)
## Pre-Merge Checklist
<!-- These checks need to be completed before a PR is merged, -->
<!-- but as PRs often change significantly during review, -->
<!-- it's OK for them to be incomplete when review is first requested.
-->
- [x] New or updated tests for any fix or new behavior
- [x] Updated documentation for new features and behaviors, including
docstrings for API docs.
## Other Notes
<!-- Please add the issue number that should be closed when this PR is
merged. -->
- Closes#73
---------
Signed-off-by: Nina Xu <ninaxu@cs-oci-ord-vscode-01.cm.cluster>
Co-authored-by: Nina Xu <ninaxu@cs-oci-ord-vscode-01.cm.cluster>
0 commit comments