UNPKG
@idn/torchjs
Version:
latest (1.1.0)
1.1.0
1.0.6
1.0.5
Running PyTorch models in NodeJS with libtorch
github.com/steerapi/idn-torchjs
steerapi/idn-torchjs
@idn/torchjs
/
index.js
2 lines
(1 loc)
•
49 B
JavaScript
View Raw
1
2
module.exports
= require(
'bindings'
)(
'torchjs'
)
;