Albert

Results 1 comments of Albert

谢谢作者,我查看了一下,CPU 的 RAM是足够的(256GB剩余247GB可用)。现在我解决了微调的报错,解决办法是在脚本文件run_finetune_with_lora.sh中加入CUDA_VISIBLE_DEVICES=0 \(我使用的服务器上有3块3090,我也不知道为什么指定其中一块代码就不报错了) --- Thank you for your reply, I have checked CPU memory and I think it is available for this script. I tired to fix the ``run_finetune_with_lora.sh``...