Shine1i
19ec27c4d7
refactor: enhance seed source handling with new source types and streamlined inspection flows
2026-02-23 18:46:02 +01:00
Shine1i
ffdb8cecad
refactor: extract reusable helpers and streamline seed inspection flow
2026-02-22 03:41:59 +01:00
Shine1i
6784a244c9
feat: enhance dataset seed handling with inspection and UI improvements
2026-02-22 03:39:34 +01:00
Shine1i
f84454ecb8
feat: refactor and extend recipe execution logic
...
- Extracted shared execution utilities into `execution-helpers.ts` for reusability across features.
- Replaced deprecated `/preview` endpoint and its logic with unified job execution handling.
- Consolidated job execution flows ("Preview" and "Full Run") into shared `runJobExecution` logic.
- Enhanced execution progress tracking with support for column-level progress reporting.
- Added support for handling execution job events and improved error reporting from the backend.
- Updated backend to better manage dataset access errors and provide more informative error messages.
- Cleaned up redundant code in `use-recipe-studio-actions` and streamlined execution APIs.
2026-02-20 12:47:51 +01:00
Shine1i
8edd8ba95b
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
d703059f0d
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
ac776c5aad
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
a5ad6ff12f
Merge branch 'nightly' into feature/canvas-lab
2026-02-20 01:23:44 -08:00
Roland Tannous
11b3029dc6
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
38e577ef26
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
4d0c6d20b3
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
b31461790f
feat: enhance training stop and reset flow with detailed checks
2026-02-17 23:32:22 +01:00
Shine1i
a2cf89214e
feat: add schemas for local model discovery and listing
2026-02-17 21:53:42 +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
Manan17
8f1db03c15
Adding metadata for checkpoints
2026-02-16 23:46:17 +00: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
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
d49506b7b1
feat: add live GPU monitor with nvidia-smi polling during training
2026-02-16 11:47:43 +00:00
Roland Tannous
1109839d2c
feat: include training loss per checkpoint in /api/models/checkpoints response
2026-02-16 09:50:28 +00:00
Roland Tannous
8a239dc83e
refactor: move checkpoint scanning to utils/models and /checkpoints endpoint to models router
2026-02-16 09:32:11 +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
Roland Tannous
6b839a1481
feat: add min_p sampling parameter to /chat/completions generation pipeline
2026-02-16 06:33:17 +00:00
Manan17
eae183504e
Fixing the get checkpoint api
2026-02-16 04:47:28 +00: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
Shine1i
f6397bf1ac
feat: add cancelation support for chat generation and streaming tasks
2026-02-15 18:23:27 +01:00
Shine1i
ba09bbfaba
merge nightly
2026-02-15 14:52:07 +01:00
Shine1i
3a18ab4e23
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
265f6350c8
feat: add Data Recipe core functionality with job manager, API routes, and validation services
2026-02-15 13:43:46 +01:00
sshah229
7fd55ce14f
resolved the prgress metrics
2026-02-15 05:35:32 -07:00
sshah229
2483b98985
added the inference fetching from model mappers
2026-02-15 02:48:53 -07:00
Roland Tannous
c866656502
Merge pull request #29 from unslothai/feature/export
...
Added the export routes and pydantic models
2026-02-15 12:42:01 +04:00
Manan17
354b7d0aca
feat: add cancel or save and stop training
2026-02-15 00:00:22 +00:00
Roland Tannous
ac8128519d
decouple reliance of backend on frontend for is_lora
2026-02-14 20:13:50 +00:00
Roland Tannous
8403bac48d
feat(inference): add use_adapter field for per-request adapter toggling in compare mode
2026-02-14 14:52:13 +00:00
Roland Tannous
480418b595
feat(inference): accept OpenAI multimodal content parts (image_url) in /chat/completions
2026-02-14 09:06:25 +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
4e4fc367b6
fix: auto-detect multimodal datasets in /check-format without requiring is_vlm flag
2026-02-13 17:29:39 +00:00
Shine1i
0ebfb5be76
feat: add support for serialized previews in dataset API and improve training initialization logging
2026-02-13 13:47:17 +01:00
Roland Tannous
45973a09e9
fix: rollback auth.db user row if token generation fails during setup
2026-02-13 10:11:07 +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
c78cb11f81
feat: add OpenAI-compatible POST /chat/completions endpoint with streaming and non-streaming support
2026-02-12 19:00:05 +00:00
Roland Tannous
d17c1b99d8
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
a2c7f1b1b8
return raw preview samples on format detection failure for manual column mapping
2026-02-12 15:39:56 +00:00
Roland Tannous
f780b0db43
feat(datasets): check-format to return preview samples
2026-02-12 11:25:47 +00:00
sshah229
46cc71f310
added the pydantic models and routes for export
2026-02-11 18:34:12 -07:00
Roland Tannous
5ae20f6099
move inline pydantic models - fix existing models routes integration
2026-02-11 12:39:58 +00:00
Roland Tannous
528d2e27f0
authentication refactor - added setup token and token refresh mechanism
2026-02-11 12:09:47 +00:00