Skip to content

Commit 8f2cf0c

Browse files
committed
test
1 parent 5ae4823 commit 8f2cf0c

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

tests/integration_tests.py

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,21 @@ def build_test_list():
118118
"Checkpoint Integration Test - Save Load Full Checkpoint",
119119
"full_checkpoint",
120120
),
121+
OverrideDefinitions(
122+
[
123+
[
124+
"--checkpoint.enable_checkpoint",
125+
"--checkpoint.enable_hf_safetensors_format",
126+
],
127+
[
128+
"--checkpoint.enable_checkpoint",
129+
"--checkpoint.enable_hf_safetensors_format",
130+
"--training.steps 20",
131+
],
132+
],
133+
"Checkpoint Integration Test - Save Load Full Checkpoint",
134+
"full_checkpoint_hf_safetensors",
135+
),
121136
OverrideDefinitions(
122137
[
123138
[

0 commit comments

Comments
 (0)