Skip to content

Commit

Permalink
fixing test
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenghh04 committed Feb 6, 2025
1 parent 58c220e commit 0c86f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dlio_benchmark_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ def test_checkpoint_epoch(framework, model_size, optimizers, num_layers, layer_p
comm.Barrier()
benchmark = run_benchmark(cfg)
output = pathlib.Path("./checkpoints")
load_bin = list(output.glob("*"))
load_bin = list(output.glob("*/*.pt"))
n = 0
if len(layer_params) > 0:
n = num_layers
Expand Down

0 comments on commit 0c86f71

Please sign in to comment.