You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the recent commit, I am getting ERROR - An error occurred during training: 'AcceleratedScheduler' object has no attribute 'get_lr_scheduler_state' - finetrainers/utils/state_checkpoint.py", line 65, when running examples/training/sft/ltx_video/crush_smol_lora/train.sh. It seems no AcceleratedScheduler is available in finetrainers at all. Any idea how to resolve the issue?
Thanks.
Information / 问题信息
The official example scripts / 官方的示例脚本
My own modified scripts / 我自己修改的脚本和任务
Reproduction / 复现过程
Run examples/training/sft/ltx_video/crush_smol_lora/train.sh.
Expected behavior / 期待表现
The training should start successfully.
The text was updated successfully, but these errors were encountered:
System Info / 系統信息
Hi,
With the recent commit, I am getting ERROR - An error occurred during training: 'AcceleratedScheduler' object has no attribute 'get_lr_scheduler_state' - finetrainers/utils/state_checkpoint.py", line 65, when running
examples/training/sft/ltx_video/crush_smol_lora/train.sh
. It seems no AcceleratedScheduler is available in finetrainers at all. Any idea how to resolve the issue?Thanks.
Information / 问题信息
Reproduction / 复现过程
Run
examples/training/sft/ltx_video/crush_smol_lora/train.sh
.Expected behavior / 期待表现
The training should start successfully.
The text was updated successfully, but these errors were encountered: