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 |
|
Wasim Yousef Said
|
7b8220598e
|
Merge pull request #124 from unslothai/feature/bug-fixes
feat: support disabling top-k sampling with -1 and standardize normalization
|
2026-02-16 13:21:12 -08:00 |
|
Roland Tannous
|
ff0aec180a
|
Merge branch 'nightly' into feature/eval-split-auto-detection
|
2026-02-17 01:11:30 +04:00 |
|
Shine1i
|
0db7da96cc
|
feat: support disabling top-k sampling with -1 and standardize normalization logic
- Updated top-k parameter range to accept -1 in models and frontend.
- Added utility to normalize top-k for backend compatibility.
|
2026-02-16 21:33:24 +01: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
|
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
|
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 |
|
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 |
|
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
|
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 |
|
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
|
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 |
|
Roland Tannous
|
7bb0aeb756
|
add grad_norm and num_tokens to TrainingProgress response object
|
2026-02-03 10:35:58 +00:00 |
|
Roland Tannous
|
4fc9bbf0f1
|
update pydantic models for Models and Training routes
|
2026-02-02 20:00:04 +00:00 |
|
Roland Tannous
|
95fe3bed83
|
fix: restore models directory files deleted during restructure
|
2026-02-02 19:36:30 +00:00 |
|