Former-commit-id: ff18f327a3dc96d9677ef32841e8f29ab2eeb7ef
This commit is contained in:
hiyouga
2023-12-28 18:47:19 +08:00
parent e25016cc6b
commit 512a086221
4 changed files with 8 additions and 4 deletions

View File

@@ -479,7 +479,9 @@ python src/export_model.py \
--adapter_name_or_path path_to_checkpoint \
--template default \
--finetuning_type lora \
--export_dir path_to_export
--export_dir path_to_export \
--export_size 2 \
--export_legacy_format False
```
> [!WARNING]