You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/jetstream-maxtext-deployment/README.md
+16-4
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@ Assure the following environment variables are set:
6
6
- MODEL_NAME: The name of your LLM (as of the writing of this README valid options are "gemma-7b", "llama2-7b", "llama2-13b")
7
7
- PARAMETERS_PATH: Where to find the parameters for your LLM (if using the checkpoint-converter it will be "gs:\/\/$BUCKET_NAME\/final\/unscanned\/gemma_7b-it\/0\/checkpoints\/0\/items" where $BUCKET_NAME is the same one used in the checkpoint-converter)
8
8
- (optional) METRICS_PORT: Port to emit custom metrics on
9
+
- (optional) SERVER_METRICS_SCRAPE_INTERVAL: How often to scrape Jetstream server metrics
10
+
- (optional) SYSTEM_METRICS_SCRAPE_INTERVAL: How often to scrape TPU system metrics
9
11
- (optional) TPU_TOPOLOGY: Topology of TPU chips used by jetstream (default: "2x4")
10
12
- (optional) TPU_TYPE: Type of TPUs used (default: "tpu-v5-lite-podslice")
11
13
- (optional) TPU_CHIP_COUNT: Number of TPU chips requested, can be obtained by algebraically evaluating TPU_TOPOLOGY
Copy file name to clipboardExpand all lines: tutorials-and-examples/inference-servers/jetstream/maxtext/single-host-inference/terraform/sample-terraform.tfvars
0 commit comments