This file contains hidden or 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
| #!/usr/bin/env python3 | |
| # ============================================================================== | |
| # Cloud TPU - Cross-Platform General Diagnostic & Quota Verification Utility | |
| # ============================================================================== | |
| # Run this script in Google Cloud Shell or in any terminal authenticated with gcloud. | |
| # Compatible with Linux, macOS, and Windows. Requires only Python 3.6+. | |
| # ============================================================================== | |
| import os | |
| import sys |