PlayTorch CLI
PlayTorch CLI is a command line interface (i.e., torchlive
) to install development dependencies for PlayTorch and provides convenient functions to build and deploy PlayTorch apps on mobile devices.
Requirements
PlayTorch CLI requires Node.js >= 12.15.0
(npm) or Yarn >= 1.22.0
and is limited to macOS.
Installing PlayTorch CLI
Install the PlayTorch CLI from npmjs.
Node:
npm install -g torchlive-cli
Yarn:
yarn global add torchlive-cli
How to Contribute
The main purpose of this repository is to continue evolving PlayTorch CLI. We want to make contributing to this project as easy and transparent as possible, and we are grateful to the community for contributing bug fixes and improvements. Read below to learn how you can take part in improving PlayTorch CLI.
Code of Conduct
Meta has adopted a Code of Conduct that we expect project participants to adhere to. Please read the full text so that you can understand what actions will and will not be tolerated.
Contributing Guide
Read our Contributing Guide to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to PlayTorch CLI.
License
PlayTorch CLI is MIT licensed, as found in the LICENSE file.