Tiny fix on Build for ARM64 page

PiperOrigin-RevId: 327135771
Change-Id: Ib3c9ce12272f611b6d4f1cc0aa3730a9abeca5b5
This commit is contained in:
Terry Heo 2020-08-17 17:46:20 -07:00 committed by TensorFlower Gardener
parent f767a8fa41
commit 45bbbbf96b

View File

@ -28,10 +28,10 @@ sudo apt-get install crossbuild-essential-arm64
If you are using Docker, you may not use `sudo`. If you are using Docker, you may not use `sudo`.
Now git-clone the TensorFlow repository Now git-clone the TensorFlow repository
(`https://github.com/tensorflow/tensorflow`)—if you're using the TensorFlow (https://github.com/tensorflow/tensorflow)—if you're using the TensorFlow Docker
Docker image, the repo is already provided in `/tensorflow_src/`—and then run image, the repo is already provided in `/tensorflow_src/`—and then run this
this script at the root of the TensorFlow repository to download all the script at the root of the TensorFlow repository to download all the build
build dependencies: dependencies:
```bash ```bash
./tensorflow/lite/tools/make/download_dependencies.sh ./tensorflow/lite/tools/make/download_dependencies.sh
@ -59,8 +59,8 @@ sudo apt-get install build-essential
``` ```
Now git-clone the TensorFlow repository Now git-clone the TensorFlow repository
(`https://github.com/tensorflow/tensorflow`) and run this at the root of (https://github.com/tensorflow/tensorflow) and run this at the root of the
the repository: repository:
```bash ```bash
./tensorflow/lite/tools/make/download_dependencies.sh ./tensorflow/lite/tools/make/download_dependencies.sh