diff --git a/docs/install/install-jetson.md b/docs/install/install-jetson.md index a93f930a8182..6b0d65060342 100644 --- a/docs/install/install-jetson.md +++ b/docs/install/install-jetson.md @@ -19,7 +19,7 @@ MXNet supports the Ubuntu Arch64 based operating system so you can run MXNet on NVIDIA Jetson Devices, such as the [TX2](http://www.nvidia.com/object/embedded-systems-dev-kits-modules.html) or [Nano](https://developer.nvidia.com/embedded/learn/get-started-jetson-nano-devkit). -These instructions will walk through how to build MXNet and install the corresponding language bindings. Python is the default binding, but you may also try out one of the many language bindings MXNet has to offer. These instructions also cover how to setup MXNet's Java Inference API. +These instructions will walk through how to build MXNet and install MXNet's Python language binding. For the purposes of this install guide we will assume that CUDA is already installed on your Jetson device. The disk image provided by NVIDIA's getting started guides will have the Jetson toolkit preinstalled, and this also includes CUDA. You should double check what versions are installed and which version you plan to use. @@ -61,22 +61,6 @@ sudo pip install \ If you plan to cross-compile you will need to install these dependencies on that computer as well. - - ### Configure CUDA You can check to see what version of CUDA is running with `nvcc`. @@ -132,48 +116,6 @@ install the dependencies in the prerequisites section, then run the pip wheel. sudo pip install mxnet-1.4.0-cp36-cp36m-linux_aarch64.whl ``` - - ## Use a Pre-compiled MXNet Binary If you want to just use a pre-compiled binary you can download it from S3: