diff options
| author | fragcolor-xyz-bot <42759250+fragcolor-xyz-bot@users.noreply.github.com> | 2018-09-01 04:50:33 +0900 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-08-31 20:50:33 +0100 |
| commit | 9c8944301f1a76d05d51e3c40f0b5e39de52ac6b (patch) | |
| tree | cfcbe75b432e0cbf75a620b78493ed45e1c8a28e | |
| parent | ebbaf60c28fc6d7064451aa414e3e12ff36963d8 (diff) | |
| download | packages-9c8944301f1a76d05d51e3c40f0b5e39de52ac6b.tar.gz packages-9c8944301f1a76d05d51e3c40f0b5e39de52ac6b.zip | |
Added package nimtorch (#846)
| -rw-r--r-- | packages.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 600ef84..4c43312 100644 --- a/packages.json +++ b/packages.json @@ -10521,6 +10521,24 @@ "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", "method": "git", |
