train.py [314:321]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                    ft_model,
                    val_loader,
                    accelerator.device,
                    global_step,
                    args.max_val_item_count,
                    weight_dtype=weight_dtype,
                    disable_pbar=not accelerator.is_local_main_process,
                )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



train.py [333:340]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            ft_model,
            val_loader,
            accelerator.device,
            global_step,
            args.max_val_item_count,
            weight_dtype=weight_dtype,
            disable_pbar=not accelerator.is_local_main_process,
        )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



