Skip to content

Commit

Permalink
Removes test flag
Browse files Browse the repository at this point in the history
  • Loading branch information
patemotter committed Dec 6, 2024
1 parent ec2091c commit d1a1ac1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dags/inference/maxtext_inference_offline_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,7 @@ def maxtext_inference_offline_benchmark_config(
"export DATA_DISK_DIR=/tmp",
"export CHECKPOINT=gs://inference-benchmarks/models/llama2-70b-chat/quant/int8_",
"export TOKENIZER_PATH=/home/ml-auto-solutions/maxtext/assets/tokenizer.llama2",
"export LOGLEVEL=WARNING",
"export test_run=true",
"export LOGLEVEL=WARNING", # the logging at the INFO level was too much and hit some quotas
"cd maxtext/MaxText/inference_mlperf/trillium",
"bash benchmarks_llama2-70b-trillium_2x4.sh -x -s -t -b performance",
'cp "$(ls -t /tmp/logs/*performance*/mlperf_log_detail.txt | head -n1)" ./perf_log.txt',
Expand Down

0 comments on commit d1a1ac1

Please sign in to comment.