Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ axlearn gcp config activate

Set the environment variables to match your environment:
```
export CLUSTER=${CLUSTER:-$USER-axlearn}
export CLUSTER=$(axlearn gcp config | grep gke_cluster | \
awk '{ print $3 }' | tr -d '"')
export BASTION_TIER=disabled
export PROJECT_ID=$(gcloud config get project)
```
Expand Down Expand Up @@ -224,4 +225,4 @@ axlearn gcp launch run --cluster=$CLUSTER \
--jax_backend=proxy \
--mesh_selector=tpu-v6e-16 \
--trace_at_steps=3
```
```