- Development Environment Setup
- Contributor License Agreement
- Community Guidelines
- Code Contribution Guidelines
Every contributor to this repository should develop in a fork.
cd ai-edge-torch
python -m venv venv
source venv/bin/activate
pip install -r dev-requirements.txt
pip install -e .
cd ai-edge-torch
bash ./run_tests.sh
You can format your changes with our preconfigured formatting script.
cd ai-edge-torch
bash ./format.sh
-
Contributions to this project must be accompanied by a Contributor License Agreement (CLA).
-
Visit https://cla.developers.google.com/ to see your current agreements or to sign a new one.
This project follows Google's Open Source Community Guidelines.
We recommend that contributors read these tips from the Google Testing Blog: