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 147805a commit 8e0fc8cCopy full SHA for 8e0fc8c
examples/models/phi-4-mini/convert_weights.py
@@ -67,12 +67,11 @@ def main():
67
checkpointer = FullModelHFCheckpointer(
68
checkpoint_dir=args.input_dir,
69
checkpoint_files=[
70
- "model-00001-of-00003.safetensors",
71
- "model-00002-of-00003.safetensors",
72
- "model-00003-of-00003.safetensors",
+ "model-00001-of-00002.safetensors",
+ "model-00002-of-00002.safetensors",
73
],
74
output_dir=".",
75
- model_type="PHI4_MINI",
+ model_type="PHI3_MINI",
76
)
77
78
print("Loading checkpoint...")
0 commit comments