Skip to content

Commit

Permalink
Tokenizer's APIs Update (#7128)
Browse files Browse the repository at this point in the history
* Tokenizer's APIs Update

* Address the feedback

* Address the feedback and use the new TestTokenizers package
  • Loading branch information
tarekgh authored Apr 19, 2024
1 parent fac1e10 commit 72cfdf6
Show file tree
Hide file tree
Showing 31 changed files with 2,803 additions and 1,114 deletions.
3 changes: 2 additions & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<MicrosoftDotNetInteractiveVersion>1.0.0-beta.23509.3</MicrosoftDotNetInteractiveVersion>
<MicrosoftMLOnnxRuntimeVersion>1.16.3</MicrosoftMLOnnxRuntimeVersion>
<MlNetMklDepsVersion>0.0.0.12</MlNetMklDepsVersion>
<!--
<!--
@("inteltbb.devel", "win", "2021.7.1.15305")
-->
<OneDalPkgVersion Condition="'$(OS)' == 'Windows_NT'">2023.0.0.23189</OneDalPkgVersion>
Expand Down Expand Up @@ -87,6 +87,7 @@
<MicrosoftMLTensorFlowTestModelsVersion>0.0.13-test</MicrosoftMLTensorFlowTestModelsVersion>
<MicrosoftMLTestDatabasesVersion>0.0.6-test</MicrosoftMLTestDatabasesVersion>
<MicrosoftMLTestModelsVersion>0.0.7-test</MicrosoftMLTestModelsVersion>
<MicrosoftMLTestTokenizersVersion>2.0.0-beta.24218.2</MicrosoftMLTestTokenizersVersion>
<SystemDataSqlClientVersion>4.8.6</SystemDataSqlClientVersion>
<SystemDataSQLiteCoreVersion>1.0.118</SystemDataSQLiteCoreVersion>
<XunitCombinatorialVersion>1.2.7</XunitCombinatorialVersion>
Expand Down
152 changes: 0 additions & 152 deletions src/Microsoft.ML.Tokenizers/EncodingResult.cs

This file was deleted.

Loading

0 comments on commit 72cfdf6

Please sign in to comment.