Files
Hy-MT2-7B-GGUF/train/deepspeed_support/merge_lora_weight.sh
ModelHub XC 5212a98298 初始化项目,由ModelHub XC社区提供模型
Model: Tencent-Hunyuan/Hy-MT2-7B-GGUF
Source: Original Platform
2026-08-08 21:25:13 +08:00

6 lines
269 B
Bash

SCRIPT_DIR=$(dirname "$0")
python3 ${SCRIPT_DIR}/merge_lora_weight.py \
--base_model_path /xxx/hy_l_train/checkpoint-200 \
--adapter_model_path /xxx/runs/hy_l_lora_train/checkpoint-200 \
--output_path /xxx/ckpts/merged_hy_lora_weight \
--save_dtype bf16