mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-21 05:34:18 +08:00
Update android/README.md, how to build pytorch android from source (#92356)
`sh ./scripts/build_pytorch_android.sh` leads to ``` ./scripts/build_pytorch_android.sh: 30: source: not found ``` Pull Request resolved: https://github.com/pytorch/pytorch/pull/92356 Approved by: https://github.com/soulitzer
This commit is contained in:
@ -66,7 +66,7 @@ For this you can use `./scripts/build_pytorch_android.sh` script.
|
||||
git clone https://github.com/pytorch/pytorch.git
|
||||
cd pytorch
|
||||
git submodule update --init --recursive
|
||||
sh ./scripts/build_pytorch_android.sh
|
||||
bash ./scripts/build_pytorch_android.sh
|
||||
```
|
||||
|
||||
The workflow contains several steps:
|
||||
|
Reference in New Issue
Block a user