11
11
> > @MrRexy-Ling , 就是把微调训练的指令放到 shell脚本里,用bash来启动 run.py, 因为需要开启多个进程,所以一般用 .sh文件来执行模型的训练启动,截图上面就是我的 run.sh的内容, > > 多谢,问题解决了 你好,我现在复现一个程序,原程序用bash启动,原来的程序用8个GPU,我用一个,好像也出现了这个问题
> 原来是运行地方错了,需要在根目录下进行微调运行 sh 文件 必须要在根目录下运行对吗
> > I've met same error log, and solved it by adding the version key-value in the config file as below > > > test_dataloader = dict( > > >...
Hey! Great work. I would like to know when are you going to update this repository? THank You!
> @Linqingh as soon as possible, I am incorporating functions from another repository. thanks