Skip to content

Commit 4e6f28f

Browse files
Apply suggestions from code review
1 parent d9e0139 commit 4e6f28f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ The [Microsoft.ML.Tokenizers](https://www.nuget.org/packages/Microsoft.ML.Tokeni
6666
The latest release introduces significant new capabilities:
6767

6868
- Tokenizers
69-
- Byte-Level BPE
7069
- SentencePiece
7170
- WordPiece
7271
- Built-in tokenizers for the following models:
@@ -86,7 +85,7 @@ Improvements in the latest release of [System.Numerics.Tensors](https://www.nuge
8685

8786
- **Expanded Method Scope:** Increased from 40 to nearly 200 overloads, now including numerical operations similar to `Math`, `MathF`, and `INumber<T>`, but for spans of values.
8887
- **Performance Enhancements:** Many operations are now SIMD-optimized for better performance.
89-
- **Generic Overloads:** Supports any T that implements a certain interface, expanding beyond just spans of float values in .NET
88+
- **Generic Overloads:** Supports any T that implements a certain interface, expanding beyond just spans of float values in .NET.
9089

9190
#### Tensor
9291

0 commit comments

Comments
 (0)