Skip to content

Releases: Techainer/torch-js

v0.13.0

09 Apr 18:26
b4bff08
Compare
Choose a tag to compare

This is the first official release of Techainer's fork of torch-js. This release:

  • Add ops from torchvision.
  • Add async support for forward function.
  • Add async support for call_scripted_function(function_name, **inputs) to call any method of the scripted module.
  • Provide prebuild binary for cross NVIDIA GPU from Pascal to Ampere
  • Fixed some weird conversion arround List[Tensor] input.
  • Updated libtorch to 1.8.1 and torchvision to 0.9.1

The package will be available under the name @techainer1t/torch-js on npm

Note: We skipped v0.12.0 due to some mistake with npmjs