forked from aws-neuron/aws-neuron-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Neuron SDK Release 1.19.1 * Installation instructions and Tutorial aupdates
- Loading branch information
1 parent
bd7a487
commit 3a90b89
Showing
23 changed files
with
1,718 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
.. important :: | ||
For successful installation or update to Neuron 1.16.0 and newer from previous releases: | ||
* Stop Neuron Runtime 1.x daemon (``neuron-rtd``) by running: ``sudo systemctl stop neuron-rtd`` | ||
* Uninstall ``neuron-rtd`` by running: ``sudo apt remove aws-neuron-runtime`` or ``sudo yum remove aws-neuron-runtime`` | ||
* Install or upgrade to latest Neuron driver (``aws-neuron-dkms``) by following the "Setup Guide" instructions. | ||
* Visit :ref:`introduce-libnrt` for more information. | ||
For successful installation or update to next releases (Neuron 1.20.0 and newer): | ||
* Uninstall ``aws-neuron-dkms`` by running: ``sudo apt remove aws-neuron-dkms`` or ``sudo yum remove aws-neuron-dkms`` | ||
* Install or upgrade to latest Neuron driver (``aws-neuron-dkms``) by following the "Setup Guide" instructions. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
222 changes: 222 additions & 0 deletions
222
neuron-intro/mxnet-setup/prev-releases/neuron-1.19.0-mxnet-install.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,222 @@ | ||
.. _install-neuron-1.19.0-mxnet: | ||
|
||
Install Neuron MXNet | ||
===================== | ||
|
||
.. include:: /neuron-intro/install-templates/note-setup-cntr.rst | ||
|
||
|
||
.. contents:: | ||
:local: | ||
:depth: 2 | ||
|
||
|
||
|
||
Develop on AWS ML accelerator instance | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
.. include:: /neuron-intro/install-templates/develop_mode.rst | ||
|
||
|
||
|
||
.. tabs:: | ||
|
||
.. group-tab:: MXNet 1.8.0 | ||
|
||
.. tabs:: | ||
|
||
.. group-tab:: Ubuntu AMI | ||
|
||
.. include :: /neuron-intro/install-templates/note-setup-general.rst | ||
.. program-output:: python3 src/helperscripts/neuronsetuphelper.py --file src/helperscripts/neuron-releases-manifest.json --install mxnet --mode=develop --ami=non-dlami --os=ubuntu --neuron-version=1.19.0 | ||
|
||
.. group-tab:: Amazon Linux AMI | ||
|
||
.. include :: /neuron-intro/install-templates/note-setup-general.rst | ||
.. program-output:: python3 src/helperscripts/neuronsetuphelper.py --file src/helperscripts/neuron-releases-manifest.json --install mxnet --mode=develop --ami=non-dlami --os=amazonlinux --neuron-version=1.19.0 | ||
|
||
.. group-tab:: Ubuntu DLAMI | ||
|
||
.. include :: /neuron-intro/install-templates/note-setup-general.rst | ||
.. program-output:: python3 src/helperscripts/neuronsetuphelper.py --file src/helperscripts/neuron-releases-manifest.json --install mxnet --mode=develop --ami=dlami --os=ubuntu --neuron-version=1.19.0 | ||
|
||
.. group-tab:: Amazon Linux DLAMI | ||
|
||
.. include :: /neuron-intro/install-templates/note-setup-general.rst | ||
.. program-output:: python3 src/helperscripts/neuronsetuphelper.py --file src/helperscripts/neuron-releases-manifest.json --install mxnet --mode=develop --ami=dlami --os=amazonlinux --neuron-version=1.19.0 | ||
|
||
|
||
|
||
.. group-tab:: MXNet 1.5.1 | ||
|
||
.. tabs:: | ||
|
||
.. group-tab:: Ubuntu AMI | ||
|
||
.. include :: /neuron-intro/install-templates/note-setup-general.rst | ||
.. program-output:: python3 src/helperscripts/neuronsetuphelper.py --file src/helperscripts/neuron-releases-manifest.json --install mxnet --mode=develop --ami=non-dlami --os=ubuntu --neuron-version=1.19.0 --framework-version=mxnet-1.5.1 | ||
|
||
.. group-tab:: Amazon Linux AMI | ||
|
||
.. include :: /neuron-intro/install-templates/note-setup-general.rst | ||
.. program-output:: python3 src/helperscripts/neuronsetuphelper.py --file src/helperscripts/neuron-releases-manifest.json --install mxnet --mode=develop --ami=non-dlami --os=amazonlinux --neuron-version=1.19.0 --framework-version=mxnet-1.5.1 | ||
|
||
.. group-tab:: Ubuntu DLAMI | ||
|
||
.. include :: /neuron-intro/install-templates/note-setup-general.rst | ||
.. program-output:: python3 src/helperscripts/neuronsetuphelper.py --file src/helperscripts/neuron-releases-manifest.json --install mxnet --mode=develop --ami=dlami --os=ubuntu --neuron-version=1.19.0 --framework-version=mxnet-1.5.1 | ||
|
||
.. group-tab:: Amazon Linux DLAMI | ||
|
||
.. include :: /neuron-intro/install-templates/note-setup-general.rst | ||
.. program-output:: python3 src/helperscripts/neuronsetuphelper.py --file src/helperscripts/neuron-releases-manifest.json --install mxnet --mode=develop --ami=dlami --os=amazonlinux --neuron-version=1.19.0 --framework-version=mxnet-1.5.1 | ||
|
||
|
||
|
||
|
||
|
||
Compile on compute instance | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
.. include:: /neuron-intro/install-templates/compile_mode.rst | ||
|
||
|
||
|
||
.. tabs:: | ||
|
||
.. group-tab:: MXNet 1.8.0 | ||
|
||
.. tabs:: | ||
|
||
.. group-tab:: Ubuntu AMI | ||
|
||
.. include :: /neuron-intro/install-templates/note-setup-general.rst | ||
.. program-output:: python3 src/helperscripts/neuronsetuphelper.py --file src/helperscripts/neuron-releases-manifest.json --install mxnet --mode=compile --ami=non-dlami --os=ubuntu --neuron-version=1.19.0 | ||
|
||
.. group-tab:: Amazon Linux AMI | ||
|
||
.. include :: /neuron-intro/install-templates/note-setup-general.rst | ||
.. program-output:: python3 src/helperscripts/neuronsetuphelper.py --file src/helperscripts/neuron-releases-manifest.json --install mxnet --mode=compile --ami=non-dlami --os=amazonlinux --neuron-version=1.19.0 | ||
|
||
.. group-tab:: Ubuntu DLAMI | ||
|
||
.. include :: /neuron-intro/install-templates/note-setup-general.rst | ||
.. program-output:: python3 src/helperscripts/neuronsetuphelper.py --file src/helperscripts/neuron-releases-manifest.json --install mxnet --mode=compile --ami=dlami --os=ubuntu --neuron-version=1.19.0 | ||
|
||
.. group-tab:: Amazon Linux DLAMI | ||
|
||
.. include :: /neuron-intro/install-templates/note-setup-general.rst | ||
.. program-output:: python3 src/helperscripts/neuronsetuphelper.py --file src/helperscripts/neuron-releases-manifest.json --install mxnet --mode=compile --ami=dlami --os=amazonlinux --neuron-version=1.19.0 | ||
|
||
|
||
|
||
.. group-tab:: MXNet 1.5.1 | ||
|
||
.. tabs:: | ||
|
||
.. group-tab:: Ubuntu AMI | ||
|
||
.. include :: /neuron-intro/install-templates/note-setup-general.rst | ||
.. program-output:: python3 src/helperscripts/neuronsetuphelper.py --file src/helperscripts/neuron-releases-manifest.json --install mxnet --mode=compile --ami=non-dlami --os=ubuntu --neuron-version=1.19.0 --framework-version=mxnet-1.5.1 | ||
|
||
.. group-tab:: Amazon Linux AMI | ||
|
||
.. include :: /neuron-intro/install-templates/note-setup-general.rst | ||
.. program-output:: python3 src/helperscripts/neuronsetuphelper.py --file src/helperscripts/neuron-releases-manifest.json --install mxnet --mode=compile --ami=non-dlami --os=amazonlinux --neuron-version=1.19.0 --framework-version=mxnet-1.5.1 | ||
|
||
.. group-tab:: Ubuntu DLAMI | ||
|
||
.. include :: /neuron-intro/install-templates/note-setup-general.rst | ||
.. program-output:: python3 src/helperscripts/neuronsetuphelper.py --file src/helperscripts/neuron-releases-manifest.json --install mxnet --mode=compile --ami=dlami --os=ubuntu --neuron-version=1.19.0 --framework-version=mxnet-1.5.1 | ||
|
||
.. group-tab:: Amazon Linux DLAMI | ||
|
||
.. include :: /neuron-intro/install-templates/note-setup-general.rst | ||
.. program-output:: python3 src/helperscripts/neuronsetuphelper.py --file src/helperscripts/neuron-releases-manifest.json --install mxnet --mode=compile --ami=dlami --os=amazonlinux --neuron-version=1.19.0 --framework-version=mxnet-1.5.1 | ||
|
||
|
||
|
||
Deploy on AWS ML accelerator instance | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
.. include:: /neuron-intro/install-templates/deploy_mode.rst | ||
|
||
|
||
|
||
.. tabs:: | ||
|
||
.. group-tab:: MXNet 1.8.0 | ||
|
||
.. tabs:: | ||
|
||
.. group-tab:: Ubuntu AMI | ||
|
||
.. include :: /neuron-intro/install-templates/note-setup-general.rst | ||
.. program-output:: python3 src/helperscripts/neuronsetuphelper.py --file src/helperscripts/neuron-releases-manifest.json --install mxnet --mode=deploy --ami=non-dlami --os=ubuntu --neuron-version=1.19.0 | ||
|
||
.. group-tab:: Amazon Linux AMI | ||
|
||
.. include :: /neuron-intro/install-templates/note-setup-general.rst | ||
.. program-output:: python3 src/helperscripts/neuronsetuphelper.py --file src/helperscripts/neuron-releases-manifest.json --install mxnet --mode=deploy --ami=non-dlami --os=amazonlinux --neuron-version=1.19.0 | ||
|
||
.. group-tab:: Ubuntu DLAMI | ||
|
||
.. include :: /neuron-intro/install-templates/note-setup-general.rst | ||
.. program-output:: python3 src/helperscripts/neuronsetuphelper.py --file src/helperscripts/neuron-releases-manifest.json --install mxnet --mode=deploy --ami=dlami --os=ubuntu --neuron-version=1.19.0 | ||
|
||
.. group-tab:: Amazon Linux DLAMI | ||
|
||
.. include :: /neuron-intro/install-templates/note-setup-general.rst | ||
.. program-output:: python3 src/helperscripts/neuronsetuphelper.py --file src/helperscripts/neuron-releases-manifest.json --install mxnet --mode=deploy --ami=dlami --os=amazonlinux --neuron-version=1.19.0 | ||
|
||
|
||
|
||
|
||
.. group-tab:: MXNet 1.5.1 | ||
|
||
.. tabs:: | ||
|
||
.. group-tab:: Ubuntu AMI | ||
|
||
.. include :: /neuron-intro/install-templates/note-setup-general.rst | ||
.. program-output:: python3 src/helperscripts/neuronsetuphelper.py --file src/helperscripts/neuron-releases-manifest.json --install mxnet --mode=deploy --ami=non-dlami --os=ubuntu --neuron-version=1.19.0 --framework-version=mxnet-1.5.1 | ||
|
||
.. group-tab:: Amazon Linux AMI | ||
|
||
.. include :: /neuron-intro/install-templates/note-setup-general.rst | ||
.. program-output:: python3 src/helperscripts/neuronsetuphelper.py --file src/helperscripts/neuron-releases-manifest.json --install mxnet --mode=deploy --ami=non-dlami --os=amazonlinux --neuron-version=1.19.0 --framework-version=mxnet-1.5.1 | ||
|
||
.. group-tab:: Ubuntu DLAMI | ||
|
||
.. include :: /neuron-intro/install-templates/note-setup-general.rst | ||
.. program-output:: python3 src/helperscripts/neuronsetuphelper.py --file src/helperscripts/neuron-releases-manifest.json --install mxnet --mode=deploy --ami=dlami --os=ubuntu --neuron-version=1.19.0 --framework-version=mxnet-1.5.1 | ||
|
||
.. group-tab:: Amazon Linux DLAMI | ||
|
||
.. include :: /neuron-intro/install-templates/note-setup-general.rst | ||
.. program-output:: python3 src/helperscripts/neuronsetuphelper.py --file src/helperscripts/neuron-releases-manifest.json --install mxnet --mode=deploy --ami=dlami --os=amazonlinux --neuron-version=1.19.0 --framework-version=mxnet-1.5.1 | ||
|
Oops, something went wrong.