Roland Tannous
a661784d41
Merge pull request #232 from unslothai/fix/disable-eval-by-default
...
# fix/disable eval by default
2026-02-24 13:35:11 +04:00
Roland Tannous
a15082acfe
skip eval split and HF split detection when eval_steps is disabled
2026-02-24 09:26:54 +00:00
Leo Borcherding
86388a0242
fix: disable eval by default, set eval_steps to 0.0
...
- Changed default eval_steps from 0.01 to 0.0 across backend and frontend
- Fixed UI to allow eval_steps=0 (removed min=0.001 constraint)
- Added conditional eval logic with helpful console messages
- Updated tooltip to explain how to disable evaluation
- Tested: confirmed eval disabled by default with eval_steps=0.0
2026-02-23 13:07:47 -06:00
Roland Tannous
834013aae5
Cap dataset.map num_proc on multi-GPU machines to prevent fork deadlocks
2026-02-23 14:25:31 +00:00
Roland Tannous
d94f842158
fix: error on >30% sample drop after train_on_responses_only instead of silent DataLoader crash
2026-02-23 12:21:06 +00:00
Roland Tannous
198433363a
feat: clear unsloth_compiled_cache on startup, shutdown, and between model loads
2026-02-23 07:26:22 +00:00
Roland Tannous
e666442b6e
fix: pass full Processor as processing_class for VLM SFTTrainer
2026-02-22 14:11:12 +00:00
Manan17
bd0cee8c15
Setting it to total cpu_count // 4
2026-02-20 06:32:01 +00:00
Roland Tannous
c876b38780
reduce dataset_num_proc to 1/4 of cpu_count
2026-02-18 20:53:32 +00:00
Roland Tannous
23214c41c0
fix: unwrap ProcessorMixin to raw tokenizer for text-only SFTTrainer on VLM-architecture models
2026-02-18 19:13:20 +00:00
Roland Tannous
9840864662
Merge remote-tracking branch 'origin/nightly' into fix/dataset-mapping-vlm-text-datasets
2026-02-18 18:11:45 +04:00
Manan17
949e57c334
fixing the hangup of training after multiple back to back training processes
2026-02-18 08:18:13 +00:00
Manan17
db0fa1a270
Dividing the total cpu_count // 3
2026-02-18 07:59:57 +00:00
Manan17
c832c903b4
fix the linear path on backend
2026-02-18 07:08:32 +00:00
Roland Tannous
9d737559a5
debug statements
2026-02-18 00:37:09 +00:00
Roland Tannous
d94a1e0289
fix: normalize target_modules [all-linear] list to string for Unsloth/PEFT compatibility
2026-02-18 00:32:21 +00:00
Roland Tannous
f0613f5d07
fix: defensively rename VLM chat column to match model's forward() signature
2026-02-17 23:49:13 +00:00
Shine1i
b31461790f
feat: enhance training stop and reset flow with detailed checks
2026-02-17 23:32:22 +01:00
Shine1i
f47c424be3
feat: integrate gradient norm tracking in training runtime and metrics
...
- Enhanced chart logic to filter and visualize finite gradient norm values.
2026-02-17 18:26:59 +01:00
Roland Tannous
108ec254cb
Merge branch 'nightly' into feature/eval-split-auto-detection
2026-02-17 01:11:30 +04:00
Roland Tannous
18879a521b
feat: auto-detect model+dataset compatibility to select VLM vs LLM training path
2026-02-16 19:18:49 +00:00
Roland Tannous
3b117189c5
feat: add eval_enabled flag and format-first-then-split for eval dataset
2026-02-16 14:13:55 +00:00
Roland Tannous
5962bec41a
feat: add eval split auto-detection, eval_steps hyperparam, and eval_loss chart integration
2026-02-16 13:51:10 +00:00
Roland Tannous
90c3561adb
feat: add eval split auto-detection, eval_steps hyperparam, and eval_loss chart integration
2026-02-16 13:38:54 +00:00
Roland Tannous
be584ccfa7
Merge pull request #97 from unslothai/fix/progress-metics
...
Resolved the progress metrics
2026-02-16 11:55:01 +04:00
sshah229
5bf2472af9
modified the num_tokens logic
2026-02-16 00:38:40 -07:00
Roland Tannous
38cb5c9496
feat: thread dataset subset/split params from API routes through to load_dataset calls
2026-02-16 03:56:22 +00:00
sshah229
7fd55ce14f
resolved the prgress metrics
2026-02-15 05:35:32 -07:00
Manan17
e672458821
Adding save-steps to the SFTConfig
2026-02-15 09:37:54 +00:00
Manan17
df5f45058f
Fixing stuck training processes
2026-02-15 05:38:06 +00:00
Manan17
354b7d0aca
feat: add cancel or save and stop training
2026-02-15 00:00:22 +00:00
Roland Tannous
8304060b9f
fix: increase SSE progress timeout to 30min and allow step-0 updates
2026-02-14 05:47:22 +00:00
Roland Tannous
286d5ff0a7
feat: wire custom_format_mapping through training pipeline to format_and_template_dataset
2026-02-13 21:07:36 +00:00
Roland Tannous
88f68eaadf
refactor: remove gradio dependency from training backend
2026-02-13 09:25:49 +00:00
Roland Tannous
6beddf9f9e
fix: change epoch type from int to float to match TrainerState
2026-02-13 06:51:55 +00:00
Roland Tannous
a6ee9ee957
use get_device() for device selection and clear_gpu_cache() for GPU memory cleanup in inference, trainer, and export
2026-02-11 16:56:52 +00:00
Roland Tannous
47ead076cf
Refactor [dataset_utils.py](cci:7://file:///home/support/new-ui-prototype/studio/backend/utils/datasets/dataset_utils.py:0:0-0:0) into focused modules
2026-02-03 14:38:02 +00:00
Roland Tannous
75d8dcc824
root studio folder
2026-02-02 09:13:49 +00:00