From 78870c0d6b72a0af74c187bdd7c84a534a3d11b2 Mon Sep 17 00:00:00 2001 From: Aaron Markham Date: Mon, 4 Feb 2019 21:39:25 -0800 Subject: [PATCH] add new cloud providers to install page (#14039) * add new cloud providers * fix colon --- docs/install/index.md | 34 ++++++++++++++++++++++++++++++---- 1 file changed, 30 insertions(+), 4 deletions(-) diff --git a/docs/install/index.md b/docs/install/index.md index f509f7da664d..ad3d083a7d02 100644 --- a/docs/install/index.md +++ b/docs/install/index.md @@ -65,8 +65,8 @@ Indicate your preferred configuration. Then, follow the customized commands to i
- - + +
@@ -1134,11 +1134,36 @@ For more installation options, refer to the MXNet W
+
+ +MXNet is available on several cloud providers with GPU support. You can also find GPU/CPU-hybrid support for use cases like scalable inference, or even fractional GPU support with AWS Elastic Inference. -AWS Marketplace distributes Deep Learning AMIs (Amazon Machine Image) with MXNet pre-installed. You can launch one of these Deep Learning AMIs by following instructions in the [AWS Deep Learning AMI Developer Guide](http://docs.aws.amazon.com/dlami/latest/devguide/what-is-dlami.html). +* **Alibaba** + - [NVIDIA VM](https://docs.nvidia.com/ngc/ngc-alibaba-setup-guide/launching-nv-cloud-vm-console.html#launching-nv-cloud-vm-console) +* **Amazon Web Services** + - [Amazon SageMaker](https://aws.amazon.com/sagemaker/) - Managed training and deployment of MXNet models + - [AWS Deep Learning AMI](https://aws.amazon.com/machine-learning/amis/) - Preinstalled Conda environments for Python 2 or 3 with MXNet, CUDA, cuDNN, MKL-DNN, and AWS Elastic Inference + - [Dynamic Training on AWS](https://github.com/awslabs/dynamic-training-with-apache-mxnet-on-aws) - experimental manual EC2 setup or semi-automated CloudFormation setup + - [NVIDIA VM](https://aws.amazon.com/marketplace/pp/B076K31M1S) +* **Google Cloud Platform** + - [NVIDIA VM](https://console.cloud.google.com/marketplace/details/nvidia-ngc-public/nvidia_gpu_cloud_image) +* **Microsoft Azure** + - [NVIDIA VM](https://azuremarketplace.microsoft.com/en-us/marketplace/apps/nvidia.ngc_azure_17_11?tab=Overview) +* **Oracle Cloud** + - [NVIDIA VM](https://docs.cloud.oracle.com/iaas/Content/Compute/References/ngcimage.htm) -You can also run distributed deep learning with *MXNet* on AWS using [Cloudformation Template](https://github.com/awslabs/deeplearning-cfn/blob/master/README.md). +All NVIDIA VMs use the [NVIDIA MXNet Docker container](https://ngc.nvidia.com/catalog/containers/nvidia:mxnet). +Follow the [container usage instructions](https://ngc.nvidia.com/catalog/containers/nvidia:mxnet) found in [NVIDIA's container repository](https://ngc.nvidia.com/). +
+ +
+MXNet should work on any cloud provider's CPU-only instances. Follow the Python pip install instructions, Docker instructions, or try the following preinstalled option. + +* **Amazon Web Services** + - [AWS Deep Learning AMI](https://aws.amazon.com/machine-learning/amis/) - Preinstalled Conda environments for Python 2 or 3 with MXNet and MKL-DNN. + +
@@ -1375,6 +1400,7 @@ You are now ready to run MXNet on your NVIDIA Jetson TX2 device.
+ # Source Download
Download your required version of MXNet and build from source.