Skip to content

Commit

Permalink
Add link to prebuilt wheel files.
Browse files Browse the repository at this point in the history
  • Loading branch information
jetsonhacks authored Sep 21, 2017
1 parent 10b0224 commit 2043bf8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,12 @@ Jetson TX2 is flashed with JetPack 3.1 which installs:
* CUDA 8.0
* cuDNN 6.0

### Installation
### Pre-built installation

If you are only interested in installing Tensorflow on the TX2, not building from source, pre-built wheel files are available here: https://github.com/jetsonhacks/installTensorFlowJetsonTX

If you are interested in building from source, read on.
### Preparation
Before installing TensorFlow, a swap file should be created (minimum of 8GB recommended). The Jetson TX2 does not have enough physical memory to compile TensorFlow. The swap file may be located on the internal eMMC, and may be removed after the build.

There is a convenience script for building a swap file. To build a 8GB swapfile on the eMMC in the home directory:
Expand Down

0 comments on commit 2043bf8

Please sign in to comment.