-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Fixing tokenizers version #7309
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
<PropertyGroup> | ||
<MajorVersion>$([MSBuild]::Subtract($(MajorVersion), 3))</MajorVersion> | ||
<!-- Blank version for now for API compat --> | ||
<PackageValidationBaselineVersion></PackageValidationBaselineVersion> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You could have this set to 0.22.0
if you want. It should do the right thing.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7309 +/- ##
=======================================
Coverage 68.87% 68.87%
=======================================
Files 1470 1470
Lines 274005 274005
Branches 28403 28403
=======================================
+ Hits 188721 188729 +8
+ Misses 77964 77957 -7
+ Partials 7320 7319 -1
Flags with carried forward coverage won't be shown. Click here to find out more. |
Thanks @michaelgsharp for taking care with this issue. |
/backport to release/4.0 |
Started backporting to release/4.0: https://github.com/dotnet/machinelearning/actions/runs/11827493749 |
Fixing tokenizers version.