Shine1i
f3296b1953
feat: add dataset pagination support for recipe executions
...
- Introduced backend changes to handle dataset pagination with limit, offset, and total row support.
- Updated frontend execution view with dataset pagination controls, including "Next" and "Prev" buttons.
- Extended recipe execution logic to manage dataset pagination details like page number, page size, and total records.
2026-02-20 12:12:02 +01:00
Shine1i
1259b75d15
feat: add support for full recipe executions with detailed progress and analysis
...
- Introduced "Full Run" support in execution logic, including progress tracking, cancellation, and job status updates.
- Extended backend to manage full execution jobs, handle dataset previews, and return detailed analysis and artifacts.
- Updated frontend components to support full runs, with execution sorting, live updates, and detailed execution views.
- Enhanced `ExecutionsView` with progress indicators, status filtering, and dataset preview capabilities.
- Added IndexedDB schema migration to track additional execution metadata.
2026-02-20 12:05:42 +01:00
Shine1i
d378e48c2a
feat: introduce execution tracking and analysis for recipe preview
...
- Added `ExecutionsView` with execution history tracking, live updates, and detailed data analysis.
- Implemented IndexedDB support via Dexie to persist execution records locally.
- Enhanced backend preview logic to return execution analysis and artifacts.
- Updated studio header with view toggling between "Editor" and "Executions."
2026-02-20 11:34:25 +01:00
Wasim Yousef Said
6dd0e11439
Merge branch 'nightly' into feature/canvas-lab
2026-02-20 01:23:44 -08:00
Roland Tannous
18c41c2b08
Simplify dataset check to 2-tier, improve multimodal detection, auto-set trainOnCompletions, recheck dataset on reload
2026-02-19 11:25:54 +00:00
Roland Tannous
d2f7eaf085
Merge pull request #145 from unslothai/fix/check-format-sample
...
fix: stream HF datasets in check-format endpoint to avoid full d…
2026-02-18 10:49:17 +04:00
Roland Tannous
5864dece26
fix: fix: stream HF datasets in check-format endpoint to avoid full downloads; add info logging to model config endpoints
2026-02-17 22:53:29 +00:00
Shine1i
dc0cec772d
feat: enhance training stop and reset flow with detailed checks
2026-02-17 23:32:22 +01:00
Shine1i
972cde7971
feat: add schemas for local model discovery and listing
2026-02-17 21:53:42 +01:00
Shine1i
0be3e6f525
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
Manan17
c7b7ecab4f
Adding metadata for checkpoints
2026-02-16 23:46:17 +00:00
Roland Tannous
ff0aec180a
Merge branch 'nightly' into feature/eval-split-auto-detection
2026-02-17 01:11:30 +04:00
Roland Tannous
fa0ca59215
feat: auto-detect model+dataset compatibility to select VLM vs LLM training path
2026-02-16 19:18:49 +00:00
Roland Tannous
5df3a0b250
feat: add eval_enabled flag and format-first-then-split for eval dataset
2026-02-16 14:13:55 +00:00
Roland Tannous
37452d56cf
feat: add eval split auto-detection, eval_steps hyperparam, and eval_loss chart integration
2026-02-16 13:38:54 +00:00
Roland Tannous
a0ebd9183a
feat: add live GPU monitor with nvidia-smi polling during training
2026-02-16 11:47:43 +00:00
Roland Tannous
fd49c56481
feat: include training loss per checkpoint in /api/models/checkpoints response
2026-02-16 09:50:28 +00:00
Roland Tannous
f0298edeb8
refactor: move checkpoint scanning to utils/models and /checkpoints endpoint to models router
2026-02-16 09:32:11 +00:00
Roland Tannous
6ecc03485d
Merge pull request #97 from unslothai/fix/progress-metics
...
Resolved the progress metrics
2026-02-16 11:55:01 +04:00
Roland Tannous
909955767b
feat: add min_p sampling parameter to /chat/completions generation pipeline
2026-02-16 06:33:17 +00:00
Manan17
19276ae60b
Fixing the get checkpoint api
2026-02-16 04:47:28 +00:00
Roland Tannous
d0964652af
feat: thread dataset subset/split params from API routes through to load_dataset calls
2026-02-16 03:56:22 +00:00
Shine1i
571959e383
feat: add cancelation support for chat generation and streaming tasks
2026-02-15 18:23:27 +01:00
Shine1i
43c66da783
merge nightly
2026-02-15 14:52:07 +01:00
Shine1i
485f174202
feat: add support for event replay and resume in job events API, improve SSE handling, and fix regex patterns in log parsers
2026-02-15 14:49:04 +01:00
Shine1i
85653237ea
feat: add Data Recipe core functionality with job manager, API routes, and validation services
2026-02-15 13:43:46 +01:00
sshah229
0b1c635b43
resolved the prgress metrics
2026-02-15 05:35:32 -07:00
sshah229
9e50e167d9
added the inference fetching from model mappers
2026-02-15 02:48:53 -07:00
Roland Tannous
f453791916
Merge pull request #29 from unslothai/feature/export
...
Added the export routes and pydantic models
2026-02-15 12:42:01 +04:00
Manan17
97c6a09b84
feat: add cancel or save and stop training
2026-02-15 00:00:22 +00:00
Roland Tannous
b334e49498
decouple reliance of backend on frontend for is_lora
2026-02-14 20:13:50 +00:00
Roland Tannous
f67ee58347
feat(inference): add use_adapter field for per-request adapter toggling in compare mode
2026-02-14 14:52:13 +00:00
Roland Tannous
9de38cb773
feat(inference): accept OpenAI multimodal content parts (image_url) in /chat/completions
2026-02-14 09:06:25 +00:00
Roland Tannous
4f0fad2156
fix: increase SSE progress timeout to 30min and allow step-0 updates
2026-02-14 05:47:22 +00:00
Roland Tannous
67edebfeb3
feat: wire custom_format_mapping through training pipeline to format_and_template_dataset
2026-02-13 21:07:36 +00:00
Roland Tannous
adf1ef5ea5
fix: auto-detect multimodal datasets in /check-format without requiring is_vlm flag
2026-02-13 17:29:39 +00:00
Shine1i
d58fa17c81
feat: add support for serialized previews in dataset API and improve training initialization logging
2026-02-13 13:47:17 +01:00
Roland Tannous
5602f7ccb4
fix: rollback auth.db user row if token generation fails during setup
2026-02-13 10:11:07 +00:00
Roland Tannous
75f775d088
fix: change epoch type from int to float to match TrainerState
2026-02-13 06:51:55 +00:00
Roland Tannous
8403190cdd
feat: add OpenAI-compatible POST /chat/completions endpoint with streaming and non-streaming support
2026-02-12 19:00:05 +00:00
Roland Tannous
509659ba97
feat: add SSE reconnection resilience with spec-compliant event fields, Last-Event-ID resume, and metric_history fallback in /status
2026-02-12 17:58:48 +00:00
Roland Tannous
dd71b0f18a
return raw preview samples on format detection failure for manual column mapping
2026-02-12 15:39:56 +00:00
Roland Tannous
4c791bd5aa
feat(datasets): check-format to return preview samples
2026-02-12 11:25:47 +00:00
sshah229
40bfe42974
added the pydantic models and routes for export
2026-02-11 18:34:12 -07:00
Roland Tannous
7ee4381936
move inline pydantic models - fix existing models routes integration
2026-02-11 12:39:58 +00:00
Roland Tannous
01fcb4f713
authentication refactor - added setup token and token refresh mechanism
2026-02-11 12:09:47 +00:00
sshah229
0082627801
fixed the errors- renamed jwt to authentication, used raw jwt, and removed search route
2026-02-07 03:14:30 -07:00
sshah229
50ff5626f1
refactored the code for username/password and added pydantic models and routes for the same
2026-02-06 03:15:30 -07:00
sshah229
009e93f079
Refactored the training and model routes and added the jwt authentication
2026-02-06 03:15:30 -07:00
Roland Tannous
75bb6c08a5
Add datasets check-format endpoint
2026-02-03 20:42:25 +00:00