From 970748e185f5ef632ed703ad66d5270022e5066c Mon Sep 17 00:00:00 2001 From: Yuya Hanai Date: Thu, 20 Jan 2022 20:13:16 +0900 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a6725c1..0de2c17 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ - Right click your project on `Solution Explorer` pane, and then select `Manage NuGet Packages...`. - From `Browse` tab, search `Microsoft.ML.OnnxRuntime` (CPU) or `Microsoft.ML.OnnxRuntime.Gpu` (GPU) and install it. 2. DLL direct download - - You can download prebuilt DLLs from (here)[https://github.com/microsoft/onnxruntime/releases]. + - You can download prebuilt DLLs from [here](https://github.com/microsoft/onnxruntime/releases). - Unzip downloaded `onnxruntime-win-x64-(gpu-)1.10.0.zip` and locate files on `libs\onnxruntime\lib\vs\x64\` . - Generate a project using ProjectGenerator, then all libs are linked correctly and all dlls are copied to `bin`.