mirror of
				https://github.com/pytorch/pytorch.git
				synced 2025-11-04 16:04:58 +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
 | 
					git clone https://github.com/pytorch/pytorch.git
 | 
				
			||||||
cd pytorch
 | 
					cd pytorch
 | 
				
			||||||
git submodule update --init --recursive
 | 
					git submodule update --init --recursive
 | 
				
			||||||
sh ./scripts/build_pytorch_android.sh
 | 
					bash ./scripts/build_pytorch_android.sh
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
The workflow contains several steps:
 | 
					The workflow contains several steps:
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user