Skip to content

Commit

Permalink
Update libraries.md (#9319)
Browse files Browse the repository at this point in the history
Fix broken link
  • Loading branch information
luisquintanilla authored May 21, 2024
1 parent fe961ed commit 2414d87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release-notes/9.0/preview/preview4/libraries.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Here's a summary of what's new in .NET Libraries in this preview release:

- [New Tensor<T> type](#new-tensor-t-exchange-type)
- [New `Tensor<T>` type](#new-tensor-type)
- [Tokenizer library enhancements](#tokenizer-library-enhancements)
- [OpenTelemetry: Make activity linking more flexible](#opentelemetry-make-activity-linking-more-flexible)
- [PDB support for System.Reflection.Emit.PersistedAssemblyBuilder](#pdb-support-added-for-systemreflectionemitpersistedassemblybuilder)
Expand All @@ -17,7 +17,7 @@ Libraries updates in .NET 9 Preview 4:
- [Release notes](./README.md)
- [Runtime release notes](./runtime.md)

## New Tensor<T> type
## New `Tensor<T>` type

Tensors are the cornerstone data structure of artificial intelligence (AI). They can often be thought of as multidimensional arrays.

Expand Down

0 comments on commit 2414d87

Please sign in to comment.