Releases: Techainer/torch-js
Releases · Techainer/torch-js
v0.13.0
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
to1.8.1
andtorchvision
to0.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