SwanLabCallback isn't initialized correctly when transformers==4.50.0
#7600
Labels
solved
This problem has been already solved
transformers==4.50.0
#7600
Reminder
System Info
[2025-04-03 06:02:20,328] [INFO] [real_accelerator.py:239:get_accelerator] Setting ds_accelerator to cuda (auto detect)
INFO 04-03 06:02:21 [init.py:256] Automatically detected platform cuda.
llamafactory
version: 0.9.3.dev0Reproduction
When I used
transformers==4.50.0
, and specifiedswanlab_run_name
andswanlab_project
like:I couldn't get correct project and runname on swanlab cloud. The project name and runname weren't correct. But it did receive those 2 arguments in finetuning_args.
But when I just downgraded
transformers==4.49.0
, it could init project and runname correctly. Like this:I guess this is a bug. But I'm wondering who should be the main fault of this issue, swanlab or llamafactory?
Others
No response
The text was updated successfully, but these errors were encountered: