Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

0.2.3

Compare
Choose a tag to compare
@raedle raedle released this 20 Nov 22:49
· 3 commits to 0.2-stable since this release

0.2.3 contains the following notable changes plus many smaller improvements and fixes.

Learn more about the PlayTorch name and the PlayTorch app in our announcement blog post: https://pytorch.org/blog/introducing-the-playtorch-app/

💫 The 0.2.0 series introduced new JavaScript interfaces to PyTorch APIs for flexible data processing and inference that replace MobileModel.execute and Live Spec JSON. See the core package's README for example usage.

react-native-pytorch-core

Breaking Changes

  • TypeScript type updates to improve handling of IValue generics (#144) (ef4465f by @raedle)

react-native-template-pytorch-live

  • Update model urls from previous GitHub repo pytorch/live to facebookresearch/playtorch (bfd6a97 by @raedle)

  • Note: react-native-template-pytorch-live is deprecated. Instead, follow React Native’s Environment Setup guide. To use react-native-pytorch-core in an existing app follow the documentation Add PlayTorch to Existing App or in an Expo managed app use npx expo install react-native-pytorch-core.

Thank you to our contributors @zrfisher, @neildhar, and @bradzacher.

Full Changelog: v0.2.2...v0.2.3