Skip to content

Commit 9ff653a

Browse files
committed
Fix THROUGHPUT_START_STEP
1 parent 97d43bc commit 9ff653a

File tree

1 file changed

+1
-2
lines changed
  • tests/functional_tests/test_cases/gpt/gpt_grpo_tp4_pp1_dp2_8b_cudagraphs_throughput

1 file changed

+1
-2
lines changed

tests/functional_tests/test_cases/gpt/gpt_grpo_tp4_pp1_dp2_8b_cudagraphs_throughput/model_config.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
ENV_VARS:
22
CUDA_DEVICE_MAX_CONNECTIONS: 1
3+
THROUGHPUT_START_STEP: 10
34
NVTE_ALLOW_NONDETERMINISTIC_ALGO: 0
45
NCCL_ALGO: Ring
56
CUBLAS_WORKSPACE_CONFIG: :4096:8
@@ -100,5 +101,3 @@ METRICS:
100101
- "mem-allocated-bytes"
101102
- "mem-max-allocated-bytes"
102103
- "iteration-time"
103-
THROUGHPUT_TEST_PARAMS:
104-
--start_step: 10

0 commit comments

Comments
 (0)