We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31e8da0 commit 8f2b99dCopy full SHA for 8f2b99d
axlearn/cloud/gcp/measurement.py
@@ -1,6 +1,20 @@
1
# Copyright © 2024 Apple Inc.
2
3
-"""Measurement utils for GCP."""
+"""Measurement utils for GCP.
4
+
5
+ Example:
6
7
+ # Enable GoodPut when launching an AXLearn training job
8
+ axlearn gcp gke start --instance_type=tpu-v5litepod-16 \
9
+ --bundler_type=artifactregistry --bundler_spec=image=tpu \
10
+ --bundler_spec=dockerfile=Dockerfile \
11
+ -- python3 -m my_training_job \
12
+ --recorder_type=axlearn.cloud.gcp.measurement:goodput \
13
+ --recorder_spec=name=my-run-with-goodput \
14
+ --recorder_spec=upload_dir=my-output-directory/summaries \
15
+ --recorder_spec=upload_interval=30
16
17
+"""
18
19
import jax
20
from absl import flags, logging
0 commit comments