I use Python 3.11 + PyTorch 2.6.0 + CUDA 12.4. I install the deepspeed using "pip install deepspeed --no-deps".
when I use LLama factory to SFT(LoRA) the Qwen3.5 9B model with 4*H100, there is error:
TypeError: output tensor must have the same type as input tensor
How can I fix it?
I use Python 3.11 + PyTorch 2.6.0 + CUDA 12.4. I install the deepspeed using "pip install deepspeed --no-deps".
when I use LLama factory to SFT(LoRA) the Qwen3.5 9B model with 4*H100, there is error:
TypeError: output tensor must have the same type as input tensor
How can I fix it?