File tree Expand file tree Collapse file tree 2 files changed +854
-0
lines changed Expand file tree Collapse file tree 2 files changed +854
-0
lines changed Original file line number Diff line number Diff line change 7676 export TEST_WITH_ROCM=$([[ "${{ matrix.gpu-arch-type }}" == "rocm" ]] && echo 1 || echo 0)
7777 python -m tests.integration_tests.run_tests --test_suite features $RUNNER_TEMP/artifacts-to-be-uploaded --ngpu 8
7878
79+ # Verify the accuracy.
80+ export baseline_options='--parallelism.data_parallel_replicate_degree=1'
81+ export test_options='--parallelism.data_parallel_replicate_degree=4'
82+ python3 scripts/loss_compare.py . . --baseline-options=${baseline_options} --test-options=${test_options} --steps=10
83+
84+ # Cleanup the checkpoints so that we don't waste network bandwidth and time.
7985 rm -rf $RUNNER_TEMP/artifacts-to-be-uploaded/*/checkpoint
8086 rm -rf artifacts-to-be-uploaded/*/checkpoint
You can’t perform that action at this time.
0 commit comments