Open xiaoweiweixiao opened 1 year ago
CUDA必须大于11.6吗? 我的环境是CUDA11.2,微调的时候报错:ImportError: cannot import name 'skip_init' from 'torch.nn.utils' skip_init函数是不是只有在torch 2.0上才能用? 哪位大佬帮忙给解答一下?十分感谢!!!
还有requirements.txt文件下的git+https://github.com/mymusise/peft.git@54b6ce2c0e19eed7fbba1f101c278adde64952ab安装不了,@54b6ce2c0e19eed7fbba1f101c278adde64952ab这个是必须要带的吗?有什么作用?不带这个可以安装,不过进行后面步骤的时候会报peft文件下找不到文件的错,得需要手动去改
换成:pip install git+https://github.com/mymusise/peft.git@chatglm
CUDA必须大于11.6吗? 我的环境是CUDA11.2,微调的时候报错:ImportError: cannot import name 'skip_init' from 'torch.nn.utils' skip_init函数是不是只有在torch 2.0上才能用? 哪位大佬帮忙给解答一下?十分感谢!!!