refactor export, fix #1190

This commit is contained in:
hiyouga
2023-10-15 16:01:48 +08:00
parent 273745f9b9
commit ea82f8a82a
9 changed files with 52 additions and 49 deletions

View File

@@ -371,7 +371,7 @@ python src/export_model.py \
--template default \
--finetuning_type lora \
--checkpoint_dir path_to_checkpoint \
--output_dir path_to_export \
--export_dir path_to_export \
--fp16
```