6 lines
278 B
Bash
6 lines
278 B
Bash
# Since `output/vx-xxx/checkpoint-xxx` is trained by swift and contains an `args.json` file,
|
|
# there is no need to explicitly set `--model`, `--system`, etc., as they will be automatically read.
|
|
swift export \
|
|
--adapters output/vx-xxx/checkpoint-xxx \
|
|
--merge_lora true
|