remove FUSE_ARANGE (#12511)

it was the default already
This commit is contained in:
chenyu
2025-10-08 16:54:07 +08:00
committed by GitHub
parent 291a19650b
commit e701106a64
12 changed files with 38 additions and 74 deletions

View File

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