Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add js-pytorch w/ npm auto-update #1914

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions packages/j/js-pytorch
Original file line number Diff line number Diff line change
@@ -0,0 +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": "eduardoleao052@gmail.com"
}
]
}