Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 712 Bytes

cloud-support.md

File metadata and controls

21 lines (17 loc) · 712 Bytes
title order snippet summary-home featured-home
Cloud Support
8
```sh export IMAGE_FAMILY="pytorch-latest-cpu" export ZONE="us-west1-b" export INSTANCE_NAME="my-instance" gcloud compute instances create $INSTANCE_NAME \ --zone=$ZONE \ --image-family=$IMAGE_FAMILY \ --image-project=deeplearning-platform-release ```
PyTorch is well supported on major cloud platforms, providing frictionless development and easy scaling.
true

PyTorch is well supported on major cloud platforms, providing frictionless development and easy scaling through prebuilt images, large scale training on GPUs, ability to run models in a production scale environment, and more.