diff options
| -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", |
