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 |
|
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
|
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 |
|
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
|
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 |
|
sshah229
|
6e5cd50c34
|
fixed the errors- renamed jwt to authentication, used raw jwt, and removed search route
|
2026-02-07 03:14:30 -07:00 |
|
sshah229
|
f9f5dd4dcb
|
refactored the code for username/password and added pydantic models and routes for the same
|
2026-02-06 03:15:30 -07:00 |
|
sshah229
|
fc673227b7
|
Refactored the training and model routes and added the jwt authentication
|
2026-02-06 03:15:30 -07:00 |
|
Roland Tannous
|
996b16f9ee
|
Add datasets check-format endpoint
|
2026-02-03 20:42:25 +00:00 |
|
Roland Tannous
|
5b07c51eb8
|
add grad_norm and num_tokens to TrainingProgress response object
|
2026-02-03 10:35:58 +00:00 |
|
Roland Tannous
|
d7d3a5a9a5
|
update pydantic models for Models and Training routes
|
2026-02-02 20:00:04 +00:00 |
|
Roland Tannous
|
3463311bca
|
fix: restore models directory files deleted during restructure
|
2026-02-02 19:36:30 +00:00 |
|