diff options
| author | Giovanni Petrantoni <sinkingsugar@gmail.com> | 2018-09-29 23:00:22 -0700 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-09-29 23:00:22 -0700 |
| commit | bb0b9ce135eeac46d39d11e18790e0994ee1917d (patch) | |
| tree | 152538d735786284ecb150d988e06469b2c95623 | |
| parent | abb42007f1553be89d38de1e6ded4e010cd4f469 (diff) | |
| download | packages-bb0b9ce135eeac46d39d11e18790e0994ee1917d.tar.gz packages-bb0b9ce135eeac46d39d11e18790e0994ee1917d.zip | |
Add torch package variation to nimtorch (#866)
* Add torch package variation to nimtorch
* fix torch entry
| -rw-r--r-- | packages.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 194920c..64d5b41 100644 --- a/packages.json +++ b/packages.json @@ -10601,6 +10601,10 @@ }, { "name": "nimtorch", + "alias": "torch" + }, + { + "name": "torch", "url": "https://github.com/fragcolor-xyz/nimtorch", "method": "git", "tags": [ |
