Skip to content

Commit

Permalink
Add js-pytorch w/ npm auto-update (#1914)
Browse files Browse the repository at this point in the history
* Create js-pytorch

* Add js-pytorch w/ npm auto-update

* Rename js-pytorch to js-pytorch.json

* Update js-pytorch.json

---------

Co-authored-by: Matt Cowley <[email protected]>
  • Loading branch information
eduardoleao052 and MattIPv4 authored Oct 28, 2024
1 parent 9ad94b3 commit 33afb10
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions packages/j/js-pytorch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"name": "js-pytorch",
"description": "Deep Learning JavaScript library with PyTorch's syntax, and GPU acceleration.",
"homepage": "https://eduardoleao052.github.io/js-pytorch/site/index.html",
"filename": "js-pytorch-browser.js",
"repository": {
"type": "git",
"url": "https://github.com/eduardoleao052/js-pytorch"
},
"keywords": [
"deep-learning",
"ai",
"pytorch",
"machine-learning",
"neural-networks"
],
"license": "MIT",
"autoupdate": {
"source": "npm",
"target": "js-pytorch",
"fileMap": [
{
"basePath": "dist",
"files": [
"js-pytorch-browser.js"
]
}
]
},
"authors": [
{
"name": "Eduardo Leitão da Cunha Opice Leão",
"email": "[email protected]"
}
]
}

0 comments on commit 33afb10

Please sign in to comment.