UNPKG

@idn/torchjs

Version:

Running PyTorch models in NodeJS with libtorch

37 lines (36 loc) 775 B
{ "name": "@idn/torchjs", "version": "1.1.0", "description": "Running PyTorch models in NodeJS with libtorch", "dependencies": { "bindings": "^1.3.0", "cmake-js": "^4.0.1", "nan": "^2.11.1" }, "scripts": { "test": "mocha ./tests", "install": "cmake-js compile" }, "devDependencies": { "mocha": "*" }, "main": "index.js", "directories": { "test": "tests" }, "repository": { "type": "git", "url": "git+https://github.com/steerapi/idn-torchjs.git" }, "author": "Surat Teerapittayanon", "license": "ISC", "bugs": { "url": "https://github.com/steerapi/idn-torchjs/issues" }, "homepage": "https://github.com/steerapi/idn-torchjs#readme", "keywords": [ "torch", "pytorch", "libtorch" ] }