We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ae4823 commit 8f2cf0cCopy full SHA for 8f2cf0c
tests/integration_tests.py
@@ -118,6 +118,21 @@ def build_test_list():
118
"Checkpoint Integration Test - Save Load Full Checkpoint",
119
"full_checkpoint",
120
),
121
+ OverrideDefinitions(
122
+ [
123
124
+ "--checkpoint.enable_checkpoint",
125
+ "--checkpoint.enable_hf_safetensors_format",
126
+ ],
127
128
129
130
+ "--training.steps 20",
131
132
133
+ "Checkpoint Integration Test - Save Load Full Checkpoint",
134
+ "full_checkpoint_hf_safetensors",
135
+ ),
136
OverrideDefinitions(
137
[
138
0 commit comments