mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Summary: A retry of #153656. This time start from co-dev to make sure we capture internal signals. Test Plan: Rely on CI jobs. Differential Revision: D74911818 Pull Request resolved: https://github.com/pytorch/pytorch/pull/153767 Approved by: https://github.com/kirklandsign, https://github.com/cyyever, https://github.com/Skylion007
6 lines
255 B
Groovy
6 lines
255 B
Groovy
include ':app', ':pytorch_android', ':pytorch_android_torchvision', ':pytorch_host', ':test_app'
|
|
|
|
project(':pytorch_android_torchvision').projectDir = file('pytorch_android_torchvision')
|
|
|
|
project(':pytorch_host').projectDir = file('pytorch_android/host')
|