Skip to content

Commit 215f4fc

Browse files
vfdev-5pytorchmergebot
authored andcommitted
Update android/README.md, how to build pytorch android from source (pytorch#92356)
`sh ./scripts/build_pytorch_android.sh` leads to ``` ./scripts/build_pytorch_android.sh: 30: source: not found ``` Pull Request resolved: pytorch#92356 Approved by: https://github.com/soulitzer
1 parent b2ca2c8 commit 215f4fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ For this you can use `./scripts/build_pytorch_android.sh` script.
6666
git clone https://github.com/pytorch/pytorch.git
6767
cd pytorch
6868
git submodule update --init --recursive
69-
sh ./scripts/build_pytorch_android.sh
69+
bash ./scripts/build_pytorch_android.sh
7070
```
7171

7272
The workflow contains several steps:

0 commit comments

Comments
 (0)