We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
我在尝试全参微调,发现显存不够用。排查后发现llama-factory会强制把精度设置在fp32。由于我使用了deepspeed,所以无法使用pure bf16参数。
想问一下这个步骤的必要性是什么?能否在使用deepspeed的情况下也支持bf16和fp16?
Activity