Skip to content

Commit 6024e1d

Browse files
committed
remove FLAGS_use_stride_compute_kernel
1 parent 63f042f commit 6024e1d

File tree

6 files changed

+2
-7
lines changed

6 files changed

+2
-7
lines changed

ci/integration_test/glm45.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ unset http_proxy https_proxy
6060
# run_pretrain.py $config_json \
6161
# --output_dir ./checkpoint 2>&1 | tee ./glm45.log
6262

63-
FLAGS_use_stride_compute_kernel=False NNODES=1 MASTER_ADDR=$master MASTER_PORT=$port CUDA_VISIBLE_DEVICES=0,1,2,3,4,5,6,7 coverage run $(which paddleformers-cli) train $cur_dir/glm45.yaml 2>&1 | tee ./glm45.log
63+
NNODES=1 MASTER_ADDR=$master MASTER_PORT=$port CUDA_VISIBLE_DEVICES=0,1,2,3,4,5,6,7 coverage run $(which paddleformers-cli) train $cur_dir/glm45.yaml 2>&1 | tee ./glm45.log
6464

6565
echo "
6666
10 11.60683823

ci/integration_test/glm45_a100.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ unset http_proxy https_proxy
6767
# run_pretrain.py $config_json \
6868
# --output_dir ./checkpoint | tee ./glm45_a100.log
6969

70-
FLAGS_use_stride_compute_kernel=False NNODES=1 MASTER_ADDR=$master MASTER_PORT=$port CUDA_VISIBLE_DEVICES=0,1,2,3,4,5,6,7 coverage run $(which paddleformers-cli) train $cur_dir/glm45.yaml 2>&1 | tee ./glm45_a100.log
70+
NNODES=1 MASTER_ADDR=$master MASTER_PORT=$port CUDA_VISIBLE_DEVICES=0,1,2,3,4,5,6,7 coverage run $(which paddleformers-cli) train $cur_dir/glm45.yaml 2>&1 | tee ./glm45_a100.log

ci/integration_test/glm45_fp8.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ port=36677
4444

4545
export FLAGS_embedding_deterministic=1
4646
export FLAGS_cudnn_deterministic=1
47-
export FLAGS_use_stride_compute_kernel=False
4847

4948
unset http_proxy https_proxy
5049
rm -rf checkpoint/

ci/integration_test/glm45_single_card.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ port=36677
3636

3737
export FLAGS_embedding_deterministic=1
3838
export FLAGS_cudnn_deterministic=1
39-
export FLAGS_use_stride_compute_kernel=False
4039
unset http_proxy https_proxy
4140
coverage run run_pretrain.py $config_json 2>&1 | tee ./glm45_single_card.log
4241

@@ -56,7 +55,6 @@ echo "
5655

5756

5857

59-
export FLAGS_use_stride_compute_kernel=False
6058

6159
python $root_dir/PaddleFleet/ci/integration_test/check_loss.py \
6260
--log_file ./glm45_single_card.log \

ci/integration_test/preprocess.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ sed -i '/trainer.save_model()/s/^/# /' run_pretrain.py
4242
# sed -i 's/num_layers: int = 10/num_layers: int = 5/' glm45_provider.py
4343

4444

45-
export FLAGS_use_stride_compute_kernel=False
4645

4746
python -c "
4847
infile = '$root_dir/PaddleFormers/paddleformers/trainer/training_args.py'

ci/integration_test/qwen3_single_card.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ port=36677
3838

3939
export FLAGS_embedding_deterministic=1
4040
export FLAGS_cudnn_deterministic=1
41-
export FLAGS_use_stride_compute_kernel=False
4241

4342
unset http_proxy https_proxy
4443
coverage run run_pretrain.py $config_json 2>&1 | tee ./qwen3_single_card.log

0 commit comments

Comments
 (0)