# dtensor-gcp-examples **Repository Path**: mirrors_tensorflow/dtensor-gcp-examples ## Basic Information - **Project Name**: dtensor-gcp-examples - **Description**: Using DTensor on Google Cloud - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-06-16 - **Last Updated**: 2026-02-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # DTensor GCP Examples This project contains examples of using multi-client DTensor on GCP with a cluster of GPUs or TPUs. ## Prerequisites 1. gcloud environment on the local console: ``` gcloud auth login ... gcloud config set project ... ``` 2. A GCS bucket that the GCE service account can write into. The bucket is used to demo checkpointing. Set the prefix paths name with ``` export GCS_BUCKET= ``` or edit bootstrap.sh. # For maintainers Since this requires tf-nightly, periodically update requirements.txt in each directory to known 'good' versions for these examples.