Files
myLightningOPD/scripts/merge_poe_lora.sh
ModelHub XC d4e0a1af66 初始化项目,由ModelHub XC社区提供模型
Model: ayh015/myLightningOPD
Source: Original Platform
2026-08-27 23:50:14 +08:00

5 lines
317 B
Bash

python tools/merge_poe_lora.py \
--base-model checkpoints/qwen3-4b-base-sft-qwen3-8b \
--adapter checkpoints/qwen3-4b-poe-distill-lora-opd-ppo-clip-locking-b-5-self-distill/checkpoint-100 \
--output-dir checkpoints/qwen3-4b-poe-distill-lora-opd-ppo-clip-locking-b-5-self-distill-100 \
--dtype bfloat16