From 9c8944301f1a76d05d51e3c40f0b5e39de52ac6b Mon Sep 17 00:00:00 2001 From: fragcolor-xyz-bot <42759250+fragcolor-xyz-bot@users.noreply.github.com> Date: Sat, 1 Sep 2018 04:50:33 +0900 Subject: [PATCH] Added package nimtorch (#846) --- packages.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/packages.json b/packages.json index 600ef84..4c43312 100644 --- a/packages.json +++ b/packages.json @@ -10520,6 +10520,24 @@ "license": "MIT", "web": "https://github.com/bung87/daemon" }, + { + "name": "nimtorch", + "url": "https://github.com/fragcolor-xyz/nimtorch", + "method": "git", + "tags": [ + "machine-learning", + "nn", + "neural", + "networks", + "cuda", + "wasm", + "pytorch", + "torch" + ], + "description": "A nim flavor of pytorch", + "license": "MIT", + "web": "https://github.com/fragcolor-xyz/nimtorch" + }, { "name": "openweathermap", "url": "https://github.com/juancarlospaco/nim-openweathermap",