unsloth/studio/backend/core/training
Daniel Han df1ecee819 Train tab: epochs run length + stop dialog wrap fix
- num_epochs on the diffusion train request and config: > 0 overrides
  train_steps with epochs x ceil(N / (batch x grad_accum)) optimizer steps,
  resolved against the dataset size in both the DiT and SDXL trainers
- Train settings: run length control with a Steps / Epochs unit select
- Stop dialog: flex-wrap footer so Stop and save wraps instead of clipping
  out of frame at narrow window widths
2026-07-03 13:25:16 +00:00
..
__init__.py Reduce and tighten code comments and docstrings repo-wide (#6095) 2026-06-08 23:09:51 -07:00
diffusion_dit_trainer.py Train tab: epochs run length + stop dialog wrap fix 2026-07-03 13:25:16 +00:00
diffusion_lora_trainer.py Train tab: epochs run length + stop dialog wrap fix 2026-07-03 13:25:16 +00:00
diffusion_train_common.py Train tab: epochs run length + stop dialog wrap fix 2026-07-03 13:25:16 +00:00
diffusion_training_service.py [pre-commit.ci] auto fixes from pre-commit.com hooks 2026-07-03 11:58:28 +00:00
resume.py feat(studio): implement S3 dataset loading (completes #5951) (#6222) 2026-06-12 14:52:04 +02:00
s3_dataset.py feat(studio): implement S3 dataset loading (completes #5951) (#6222) 2026-06-12 14:52:04 +02:00
trainer.py Fix Windows Studio UTF-8 startup handling (#6614) 2026-07-01 13:47:33 +01:00
training.py (feat) Add project names to studio training runs (#6512) 2026-06-29 16:06:36 +02:00
worker.py (feat) Add project names to studio training runs (#6512) 2026-06-29 16:06:36 +02:00