Notice Reimplement a model in the model zoo using the provided configs. Checklist I have searched for related issues but cannot get the expected help. The issue has not been fixed in the latest version. Describe
use_cpu: false peft_config: peft_type: LORA task_type: CAUSAL_LM r: 8 lora_alpha: 32 lora_dropout: 0.1 控制台命令: cd /root/onethingai-tmp/ChatGLM3/finetune_demo python finetune_hf.py /root/onethingai-tmp /root/onethingai-tmp/ZhipuAI/chatglm3-6b configs/lora.yaml 控制台输出(...