Skip to content

Commit 41a4d8a

Browse files
committed
Fix
1 parent 3e677c9 commit 41a4d8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/transformers/models/mllama/convert_mllama_weights_to_hf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ def write_model(
400400
del model.config._name_or_path
401401

402402
print("Saving the model.")
403-
# model.save_pretrained(model_path, safe_serialization=safe_serialization)
403+
model.save_pretrained(model_path, safe_serialization=safe_serialization)
404404
del state_dict, model
405405

406406
# Safety check: reload the converted model

0 commit comments

Comments
 (0)