mirror of https://github.com/commaai/tinygrad.git
add IGNORE_JIT_FIRST_BEAM to bert scripts (#6769)
* update bert BEAM params copied from resnet to start with * just IGNORE_JIT_FIRST_BEAM
This commit is contained in:
parent
15cd42cfb9
commit
12de203a43
|
@ -5,6 +5,7 @@ export MODEL="bert"
|
|||
export DEFAULT_FLOAT="HALF" GPUS=6 BS=54 EVAL_BS=6
|
||||
|
||||
export BEAM=4
|
||||
export IGNORE_JIT_FIRST_BEAM=1
|
||||
export BASEDIR="/raid/datasets/wiki"
|
||||
|
||||
export BENCHMARK=10 DEBUG=2
|
||||
|
|
|
@ -5,6 +5,7 @@ export MODEL="bert"
|
|||
export DEFAULT_FLOAT="HALF" GPUS=6 BS=54 EVAL_BS=6
|
||||
|
||||
export BEAM=4
|
||||
export IGNORE_JIT_FIRST_BEAM=1
|
||||
export BASEDIR="/raid/datasets/wiki"
|
||||
|
||||
export WANDB=1
|
||||
|
|
|
@ -6,6 +6,7 @@ export SUBMISSION_PLATFORM="tinybox_green"
|
|||
export DEFAULT_FLOAT="HALF" GPUS=6 BS=54 EVAL_BS=6
|
||||
|
||||
export BEAM=4
|
||||
export IGNORE_JIT_FIRST_BEAM=1
|
||||
export BASEDIR="/raid/datasets/wiki"
|
||||
|
||||
# pip install -e ".[mlperf]"
|
||||
|
|
|
@ -5,6 +5,7 @@ export MODEL="bert"
|
|||
export DEFAULT_FLOAT="HALF" GPUS=6 BS=54 EVAL_BS=6
|
||||
|
||||
export BEAM=4
|
||||
export IGNORE_JIT_FIRST_BEAM=1
|
||||
export BASEDIR="/raid/datasets/wiki"
|
||||
|
||||
export BENCHMARK=10 DEBUG=2
|
||||
|
|
|
@ -5,6 +5,7 @@ export MODEL="bert"
|
|||
export DEFAULT_FLOAT="HALF" GPUS=6 BS=54 EVAL_BS=6
|
||||
|
||||
export BEAM=4
|
||||
export IGNORE_JIT_FIRST_BEAM=1
|
||||
export BASEDIR="/raid/datasets/wiki"
|
||||
|
||||
export WANDB=1
|
||||
|
|
|
@ -6,6 +6,7 @@ export SUBMISSION_PLATFORM="tinybox_red"
|
|||
export DEFAULT_FLOAT="HALF" GPUS=6 BS=54 EVAL_BS=6
|
||||
|
||||
export BEAM=4
|
||||
export IGNORE_JIT_FIRST_BEAM=1
|
||||
export BASEDIR="/raid/datasets/wiki"
|
||||
|
||||
# pip install -e ".[mlperf]"
|
||||
|
|
Loading…
Reference in New Issue