Skip to content

Commit d9e0139

Browse files
Add link to ML.NET package
1 parent 1c80c4c commit d9e0139

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/core/whats-new/dotnet-9/overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ For more information, see [What's new in the SDK for .NET 9](sdk.md).
6161

6262
### Tokenizers
6363

64-
The Microsoft.ML.Tokenizers library provides .NET developer with capabilities for encoding and decoding text to tokens. For AI scenarios, this is important to manage context, calculate cost, and pre-process text when working with local models.
64+
The [Microsoft.ML.Tokenizers](https://www.nuget.org/packages/Microsoft.ML.Tokenizers) library provides .NET developer with capabilities for encoding and decoding text to tokens. For AI scenarios, this is important to manage context, calculate cost, and pre-process text when working with local models.
6565

6666
The latest release introduces significant new capabilities:
6767

@@ -80,7 +80,7 @@ The latest release introduces significant new capabilities:
8080

8181
In .NET 9, `TensorPrimitives` and the new `Tensor<T>` type expand AI capabilities by enabling efficient encoding, manipulation, and computation of multi-dimensional data.
8282

83-
Improvements in the latest release of System.Numerics.Tensors include:
83+
Improvements in the latest release of [System.Numerics.Tensors](https://www.nuget.org/packages/System.Numerics.Tensors/) include:
8484

8585
#### TensorPrimitives
8686

@@ -96,7 +96,7 @@ Improvements in the latest release of System.Numerics.Tensors include:
9696

9797
## ML.NET
9898

99-
ML.NET is an open-source, cross-platform framework that enables integration of custom machine-learning models into .NET applications.
99+
[ML.NET](https://www.nuget.org/packages/Microsoft.ML/) is an open-source, cross-platform framework that enables integration of custom machine-learning models into .NET applications.
100100

101101
ML.NET 4.0 brings the following improvements:
102102

0 commit comments

Comments
 (0)