Skip to content
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

Prune Sample Reductions #646

Merged
merged 2 commits into from
Oct 4, 2024
Merged

Prune Sample Reductions #646

merged 2 commits into from
Oct 4, 2024

Conversation

dragonstyle
Copy link
Collaborator

When returning header_only we’re trying to provide macro level performance and metadata while omitting sample specific data which inflates the size the of the data. We are currently leaving sample_reductions when providing header_only, which can inflate the size of the headers file since it includes an entry for each sample (bad, for example, when model grading and each reduced sample carries an explanation from the model).

This PR contains:

  • New features
  • Changes to dev-tools e.g. CI config / github tooling
  • Docs
  • Bug fixes
  • Code refactor

When returning `header_only` we’re trying to provide macro level performance and metadata while omitting sample specific data which inflates the size the of the data. We are currently leaving `sample_reductions` when providing `header_only`, which can inflate the size of the headers file since it includes an entry for each sample (bad, for example, when model grading and each reduced sample carries an explanation from the model).
@jjallaire jjallaire merged commit 6ecb9f2 into main Oct 4, 2024
9 checks passed
@jjallaire jjallaire deleted the bugfix/pruning branch October 4, 2024 19:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants