mirror of https://github.com/commaai/tinygrad.git
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:
parent
c178dc1071
commit
bea7ed5986
|
@ -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
|
|
@ -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
|
Loading…
Reference in New Issue