Steve Lannister
Steve Lannister
> I noticed another gay had the same problem as me, he resolved it by reinstalling the lib, but he didn't show which lib should be reinstalled. How can I...
I got this bug, too. Could you tell me how to fix this bug.
> **🤖 AI-generated response by [Steercode](https://steercode.com/) - chat with Langchain codebase** _Disclaimer: SteerCode Chat may provide inaccurate information about the Langchain codebase._ > > To make the input for "addresses"...
I got this problem too.
> --resume_only_model false 就是从原来断开的地方开始继续训练,为true就仅使用上次的ckpt model,从0开始重新训练 所以我这里断点续训失败了吗?还是从最原始的Qwen2-7B-Instruct模型参数开始训练?
> > > --resume_only_model false 就是从原来断开的地方开始继续训练,为true就仅使用上次的ckpt model,从0开始重新训练 > > > > > > 所以我这里断点续训失败了吗?还是从最原始的Qwen2-7B-Instruct模型参数开始训练? > > --resume_only_model false 会读入steps数, optim, 随机种子, 模型. > > --resume_only_model true 只读入模型. --resume_from_checkpoint output/Qwen/checkpoint-12270 \...
same issue
swift 2.0可以使用多个节点跑起来,更新到2.4版本后就无法用多个节点了