Skip to content

Commit a24de53

Browse files
.Net: Bump Microsoft.ML.Tokenizers and Microsoft.ML.Tokenizers.Data.Cl100kBase in /dotnet (#10665)
Bumps [Microsoft.ML.Tokenizers](https://github.com/dotnet/machinelearning) and [Microsoft.ML.Tokenizers.Data.Cl100kBase](https://github.com/dotnet/machinelearning). These dependencies needed to be updated together. Updates `Microsoft.ML.Tokenizers` from 1.0.0 to 1.0.1 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/dotnet/machinelearning/commits">compare view</a></li> </ul> </details> <br /> Updates `Microsoft.ML.Tokenizers.Data.Cl100kBase` from 1.0.0 to 1.0.1 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/dotnet/machinelearning/commits">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6d0c614 commit a24de53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dotnet/Directory.Packages.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<PackageVersion Include="FastBertTokenizer" Version="1.0.28" />
2727
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="8.0.0" />
2828
<PackageVersion Include="Microsoft.AspNetCore.OpenApi" Version="8.0.13" />
29-
<PackageVersion Include="Microsoft.ML.Tokenizers.Data.Cl100kBase" Version="1.0.0" />
29+
<PackageVersion Include="Microsoft.ML.Tokenizers.Data.Cl100kBase" Version="1.0.1" />
3030
<PackageVersion Include="Microsoft.IdentityModel.JsonWebTokens" Version="7.5.1" />
3131
<PackageVersion Include="Microsoft.VisualStudio.Threading" Version="17.12.19" />
3232
<PackageVersion Include="Handlebars.Net.Helpers" Version="2.4.10" />
@@ -76,7 +76,7 @@
7676
<PackageVersion Include="System.Numerics.Tensors" Version="8.0.0" />
7777
<PackageVersion Include="System.Text.Json" Version="8.0.5" />
7878
<!-- Tokenizers -->
79-
<PackageVersion Include="Microsoft.ML.Tokenizers" Version="1.0.0" />
79+
<PackageVersion Include="Microsoft.ML.Tokenizers" Version="1.0.1" />
8080
<PackageVersion Include="Microsoft.DeepDev.TokenizerLib" Version="1.3.3" />
8181
<PackageVersion Include="SharpToken" Version="2.0.3" />
8282
<!-- Microsoft.Extensions.* -->

0 commit comments

Comments
 (0)