mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-19 19:00:47 +00:00
Fix duplicate 'dotnet add package' in Nuget package installation commands (#18824)
This commit is contained in:
parent
109cc579cc
commit
1fb1dcee69
1 changed files with 2 additions and 2 deletions
|
|
@ -138,8 +138,8 @@ Now that we have tested the model in Python its time to build it out in C#. The
|
|||
```PowerShell
|
||||
dotnet add package Microsoft.ML.OnnxRuntime --version 1.16.0
|
||||
dotnet add package Microsoft.ML.OnnxRuntime.Managed --version 1.16.0
|
||||
dotnet add package dotnet add package Microsoft.ML
|
||||
dotnet add package dotnet add package BERTTokenizers --version 1.1.0
|
||||
dotnet add package Microsoft.ML
|
||||
dotnet add package BERTTokenizers --version 1.1.0
|
||||
```
|
||||
|
||||
### Create the App
|
||||
|
|
|
|||
Loading…
Reference in a new issue