Skip to content

Conversation

@kevalmorabia97
Copy link
Collaborator

@kevalmorabia97 kevalmorabia97 commented Dec 18, 2025

  • Test update, no code change.
  • In follow-up PR, we will change search space divisor to 256 so search space is smaller for auto-pruning to be faster

@kevalmorabia97 kevalmorabia97 requested a review from a team as a code owner December 18, 2025 18:21
@codecov
Copy link

codecov bot commented Dec 18, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 74.67%. Comparing base (b286165) to head (8130249).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #709      +/-   ##
==========================================
- Coverage   74.73%   74.67%   -0.07%     
==========================================
  Files         192      192              
  Lines       18870    18909      +39     
==========================================
+ Hits        14103    14120      +17     
- Misses       4767     4789      +22     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@kevalmorabia97 kevalmorabia97 enabled auto-merge (squash) December 19, 2025 05:48


# Allow overriding the SS channel divisor for unit testing on smaller models
MINITRON_SS_CHANNEL_DIVISOR = int(os.getenv("MINITRON_SS_CHANNEL_DIVISOR", 64))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you not just pass in custom config during tests?

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.

3 participants