From c002ee7717e8845d6d9fec66c9ad695270205a0c Mon Sep 17 00:00:00 2001 From: YesDrX <68913671+YesDrX@users.noreply.github.com> Date: Wed, 3 Mar 2021 12:24:03 -0500 Subject: [PATCH] onnxruntime c api for nim (#1820) --- packages.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/packages.json b/packages.json index a95cb3e..4ed05dc 100644 --- a/packages.json +++ b/packages.json @@ -1,4 +1,14 @@ [ + { + "name": "onnxruntime", + "url": "https://github.com/YesDrX/onnxruntime-nim.git", + "method": "git", + "tags": [ + "onnxruntime" + ], + "description": "onnxruntime C Api wrapped for nim", + "license": "MIT", + "web": "https://github.com/YesDrX/onnxruntime-nim/"}, { "name": "bionim", "url": "https://github.com/Unaimend/bionim",