From c303f05ce90540a45dcf0e9527f2c1ccc6d1d163 Mon Sep 17 00:00:00 2001 From: Aaron Markham Date: Tue, 2 Jul 2019 09:15:13 -0700 Subject: [PATCH 1/2] remove comments --- docs/install/install-jetson.md | 58 ---------------------------------- 1 file changed, 58 deletions(-) diff --git a/docs/install/install-jetson.md b/docs/install/install-jetson.md index a93f930a8182..a875db316526 100644 --- a/docs/install/install-jetson.md +++ b/docs/install/install-jetson.md @@ -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: From 91fed4f41e338936a27673c8ca4c84a8ad5b5af2 Mon Sep 17 00:00:00 2001 From: Aaron Markham Date: Tue, 2 Jul 2019 16:19:28 -0700 Subject: [PATCH 2/2] remove java references --- docs/install/install-jetson.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install/install-jetson.md b/docs/install/install-jetson.md index a875db316526..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.