This repository has been archived by the owner on Oct 23, 2023. It is now read-only.
Releases: facebookresearch/playtorch
Releases · facebookresearch/playtorch
v0.1.2
0.1.2 is out with fixes:
Fixed
- New homepage for pytorch core npm module (#5) (9c44fa3) @HugoGresse
- Display error message when post-init scripts exit with non-zero code (39b8775) @liuyinglao
- RuntimeError related to quantization solved for ARM architecture (#8) (b8ab157) @aaronespasa
- Update entry file for variant release (e0d014d) @raedle
- Fix model loading in Android release build (#11) (394ba1b) @chrisklaiber
- Delete error.log if make_models.py exits with 0 (c1bfd39) @raedle
- Fix YarnInstaller skipping if installed (2bf671b) @raedle
Features
- Add detox e2e test for complex change (5099a06) @liuyinglao
- Option to use gem/brew to install CocoaPods (d6bef4f) @raedle
- Adds "yes" option to setup-dev (1f2e685) @raedle
- Adds "cocoapods-installer" option (be1ba16) @raedle
Full Changelog: v0.1.1...v0.1.2
v0.1.1
Initial release 🚀
This is our initial release of PyTorch Live (v0.1.0), including:
- PyTorch Live website: https://pytorch.org/live
- PyTorch Live CLI: https://www.npmjs.com/package/torchlive-cli
- React Native PyTorch Core package: https://www.npmjs.com/package/react-native-pytorch-core
- React Native PyTorch Live template: https://www.npmjs.com/package/react-native-template-pytorch-live
Special thanks to @zrfisher and @HugoGresse for their contributions to this initial release!