Li Junjie
Li Junjie
In fact, there is only one element in the tuple returned by the autograd.grad function, [0] just removes the tuple container and takes out the internal tensor information. This is...
I did not generate a meta list, but I moved all files to a directory to match the meta list with the following command: `find ./churches -name '*.*' | xargs...
> Simply changing `if model.peft_config is None:` to `if not hasattr(model, 'peft_config') or model.peft_config is None:` can resolve this issue, and no anomalies were found during the subsequent fine-tuning process....
我还找不到直连设置在哪里,旧UI我应该是找到过相关设置的。 更新后,直连就失效了,必须挂梯子才能使用,但又找不到可能的设置在哪。 不知道其他人有没有这情况,又或者有没有解决方法