Closed d223302 closed 2 months ago
please update the code to the latest version
Thank you for your quick reply! I updated it to the latest version, and the issue was resolved perfectly. I also observed that the data preprocessing and training are much faster in the latest version. Thanks!
Reminder
System Info
Reproduction
When fine-tuning Qwen2-VL using LoRA (not Q-LoRA) on a machine with two GPUs using the following command
I got the following error, which appears to be some errors during the evaluation loop.
I changed the
eval_steps
in the YAML file to2
.Full error:
Expected behavior
Expect the code to execute without error when running using multiple GPUs. When I use a single GPU to run the same code, I get no error, and the code finishes normally.
Others
No response