remove FUSE_ARANGE_UINT (#11567)

also add IGNORE_OOB=1 to bert runs. lowered BS on tinybox to 90 since 96 oom during eval without reset
This commit is contained in:
chenyu
2025-08-07 13:49:06 -07:00
committed by GitHub
parent 6ed2dfd187
commit 702e38dc19
12 changed files with 24 additions and 17 deletions

View File

@@ -8,7 +8,6 @@ bert_train_params = {
"BS": 96,
"EVAL_BS": 96,
"FUSE_ARANGE": 1,
"FUSE_ARANGE_UINT": 0,
"BASEDIR": "/raid/datasets/wiki",
}