Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OnnxRuntime and Numerics.Tensors version numbers out-of-date #23295

Open
veikkoeeva opened this issue Jan 8, 2025 · 0 comments
Open

OnnxRuntime and Numerics.Tensors version numbers out-of-date #23295

veikkoeeva opened this issue Jan 8, 2025 · 0 comments
Labels
api:CSharp issues related to the C# API documentation improvements or additions to documentation; typically submitted using template .NET Pull requests that update .net code

Comments

@veikkoeeva
Copy link

Describe the documentation issue

At https://onnxruntime.ai/docs/get-started/with-csharp.html there reads

dotnet add package Microsoft.ML.OnnxRuntime --version 1.16.0
dotnet add package System.Numerics.Tensors --version 0.1.0

Whereas the versions of these are higher in NuGet

Microsoft.ML.OnnxRuntime --version 1.16.0 -> 1.20.1
System.Numerics.Tensors --version 0.1.0 -> 9.0.0

It might make sense to just give instructions to install the latest packages, without the version and word the example so. Maybe see if there are other such instances and update them accordingly so that things are "in tune". Should I create a PR for that effect? If yes, where? :)

Page / URL

https://onnxruntime.ai/docs/get-started/with-csharp.html

@veikkoeeva veikkoeeva added the documentation improvements or additions to documentation; typically submitted using template label Jan 8, 2025
@github-actions github-actions bot added .NET Pull requests that update .net code api:CSharp issues related to the C# API labels Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api:CSharp issues related to the C# API documentation improvements or additions to documentation; typically submitted using template .NET Pull requests that update .net code
Projects
None yet
Development

No branches or pull requests

1 participant