refactor export, fix #1190

Former-commit-id: ea82f8a82a
This commit is contained in:
hiyouga
2023-10-15 16:01:48 +08:00
parent 0503d45782
commit f3fa47fa7d
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
```