From be42d4e226b97c835022d7836287ef7ed085c4af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eduardo=20Leit=C3=A3o=20da=20Cunha=20Opice=20Le=C3=A3o?= <121963234+eduardoleao052@users.noreply.github.com> Date: Tue, 22 Oct 2024 10:16:09 -0300 Subject: [PATCH 1/4] Create js-pytorch --- packages/j/js-pytorch | 1 + 1 file changed, 1 insertion(+) create mode 100644 packages/j/js-pytorch diff --git a/packages/j/js-pytorch b/packages/j/js-pytorch new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/packages/j/js-pytorch @@ -0,0 +1 @@ + From 2e014d5c333f62e4c92ef4f4f0fe0f8ef2d39bd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eduardo=20Leit=C3=A3o=20da=20Cunha=20Opice=20Le=C3=A3o?= <121963234+eduardoleao052@users.noreply.github.com> Date: Tue, 22 Oct 2024 10:26:01 -0300 Subject: [PATCH 2/4] Add js-pytorch w/ npm auto-update --- packages/j/js-pytorch | 36 +++++++++++++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) diff --git a/packages/j/js-pytorch b/packages/j/js-pytorch index 8b1378917..235d5d750 100644 --- a/packages/j/js-pytorch +++ b/packages/j/js-pytorch @@ -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": "eduardoleao052@gmail.com" + } + ] +} From dc31271a4c6836e45fb28f594057ceb419fada9c Mon Sep 17 00:00:00 2001 From: Matt Cowley Date: Mon, 28 Oct 2024 16:28:50 +0000 Subject: [PATCH 3/4] Rename js-pytorch to js-pytorch.json --- packages/j/{js-pytorch => js-pytorch.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename packages/j/{js-pytorch => js-pytorch.json} (100%) diff --git a/packages/j/js-pytorch b/packages/j/js-pytorch.json similarity index 100% rename from packages/j/js-pytorch rename to packages/j/js-pytorch.json From 3a0f008abb14c6e7d2d89ce98c36182f9b6f09e0 Mon Sep 17 00:00:00 2001 From: Matt Cowley Date: Mon, 28 Oct 2024 16:31:59 +0000 Subject: [PATCH 4/4] Update js-pytorch.json --- packages/j/js-pytorch.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/j/js-pytorch.json b/packages/j/js-pytorch.json index 235d5d750..bc968ee39 100644 --- a/packages/j/js-pytorch.json +++ b/packages/j/js-pytorch.json @@ -2,6 +2,7 @@ "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" @@ -19,9 +20,9 @@ "target": "js-pytorch", "fileMap": [ { - "basePath": "", + "basePath": "dist", "files": [ - "dist/js-pytorch-browser.js" + "js-pytorch-browser.js" ] } ]