Skip to content

Commit

Permalink
Add js-pytorch w/ npm auto-update
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoleao052 authored Oct 22, 2024
1 parent be42d4e commit 2e014d5
Showing 1 changed file with 35 additions and 1 deletion.
36 changes: 35 additions & 1 deletion packages/j/js-pytorch
Original file line number Diff line number Diff line change
@@ -1 +1,35 @@

{
"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",
"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": "",
"files": [
"dist/js-pytorch-browser.js"
]
}
]
},
"authors": [
{
"name": "Eduardo Leitão da Cunha Opice Leão",
"email": "[email protected]"
}
]
}

0 comments on commit 2e014d5

Please sign in to comment.