add RUNMLPERF=1 to bert dev_run.sh (#6775)

already set in run_and_time.sh, need RUNMLPERF=1 for it to load real data
This commit is contained in:
chenyu 2024-09-26 11:00:49 -04:00 committed by GitHub
parent c178dc1071
commit bea7ed5986
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -10,4 +10,4 @@ export BASEDIR="/raid/datasets/wiki"
export WANDB=1
python3 examples/mlperf/model_train.py
RUNMLPERF=1 python3 examples/mlperf/model_train.py

View File

@ -10,4 +10,4 @@ export BASEDIR="/raid/datasets/wiki"
export WANDB=1
python3 examples/mlperf/model_train.py
RUNMLPERF=1 python3 examples/mlperf/model_train.py