Roland Tannous
ff828c2d2c
Merge pull request #223 from unslothai/feature/support-for-audio-models
...
Adding support for audio llms
2026-03-09 00:09:59 +04:00
Wasim Yousef Said
2fa03b2f7c
Merge pull request #308 from unslothai/fix/browser-autofill-hf-token
...
Prevent browser credential autofill in HF token fields
2026-03-08 16:51:11 +01:00
Roland Tannous
d846b31dff
fix: handle structured audio part type in chat adapter
2026-03-08 14:18:16 +00:00
Roland Tannous
7db2c90cc6
merge nightly into audio branch (mock test)
2026-03-08 10:23:44 +00:00
Roland Tannous
c1bed702e6
Merge pull request #318 from unslothai/fix/recharts-dimension-warning
...
Fix Recharts -1 dimension warning on chart mount
2026-03-08 03:34:58 +04:00
Manan17
4faa6e9152
fixing sesame model
2026-03-07 19:06:00 +00:00
Roland Tannous
527db4ffff
feat: add OpenAI-compatible /v1/chat/completions endpoint
2026-03-06 07:48:09 +00:00
imagineer99
4c634c4d2a
fix: guard recharts ResponsiveContainer behind measured container dimensions
2026-03-05 21:54:27 +00:00
Manan17
8203637d89
resolved merge conflicts
2026-03-05 07:59:43 +00:00
Roland Tannous
37bff450d5
Merge pull request #314 from unslothai/fix/vlm-dataset-conversion-error-handling-local
...
Fix VLM training abort on URL-based dataset conversion failure
2026-03-05 10:10:58 +04:00
Roland Tannous
b38df21bb5
fix: clear dataset slice state when switching to uploaded file
...
Prevents stale slice values from silently truncating uploaded datasets.
2026-03-04 23:42:23 +00:00
Roland Tannous
e04b9d53d6
feat: parallel URL image probe with time estimate and progress reporting
...
- Add 200-sample parallel probe using ThreadPoolExecutor + safe_num_proc
to estimate download speed and failure rate before full conversion
- Abort with clear error if >=30% of probe images fail to download
- Show estimated download time in the training overlay modal
- Parallel batch conversion for URL-based datasets (vs sequential for local)
- Add warning field to /check-format response for URL-based image datasets
- Display URL warning in dataset preview dialog (amber banner)
- Thread progress_callback from trainer through format_and_template_dataset
to convert_to_vlm_format for real-time status updates
2026-03-04 23:40:38 +00:00
Roland Tannous
945cfa9460
fix: remove unnecessary tooltip copy from train split start
2026-03-04 23:24:09 +00:00
Roland Tannous
263cd19c44
refactor: move train split slice controls back to Advanced section
...
Place Train Split Start / End inputs inside the Advanced collapsible
with descriptive tooltips clarifying they slice the training split.
Revert the selectors component to its original eval-split-only layout.
2026-03-04 23:24:09 +00:00
Roland Tannous
44905e9216
refactor: move index range fields next to eval split in 3-col grid
...
Place Slice Start and Slice End inputs alongside the Eval Split
selector in a single row (grid-cols-3) so the dataset card stays
compact. Remove the duplicate controls from the Advanced section.
2026-03-04 23:24:09 +00:00
Roland Tannous
64889cd5fc
feat: add index range dataset slicing to studio training page
...
Add Start/End index inputs under Advanced in the dataset card,
allowing users to slice a dataset by row range before training.
Wired end-to-end: frontend store, API payload, backend Pydantic
model, and trainer dataset loading (inclusive on both ends).
2026-03-04 23:24:09 +00:00
Roland Tannous
9333f99dd3
Revert "Add index range dataset slicing to Studio training page"
2026-03-05 03:21:07 +04:00
Roland Tannous
40113f2f9c
Merge pull request #310 from unslothai/feature/index-range-dataset-slicing
...
Add index range dataset slicing to Studio training page
2026-03-05 03:20:31 +04:00
Roland Tannous
43feb6c2e2
fix: remove unnecessary tooltip copy from train split start
2026-03-04 23:15:49 +00:00
Roland Tannous
ed702b4850
refactor: move train split slice controls back to Advanced section
...
Place Train Split Start / End inputs inside the Advanced collapsible
with descriptive tooltips clarifying they slice the training split.
Revert the selectors component to its original eval-split-only layout.
2026-03-04 23:07:36 +00:00
Roland Tannous
8d9f195ec0
refactor: move index range fields next to eval split in 3-col grid
...
Place Slice Start and Slice End inputs alongside the Eval Split
selector in a single row (grid-cols-3) so the dataset card stays
compact. Remove the duplicate controls from the Advanced section.
2026-03-04 22:35:17 +00:00
Roland Tannous
02b17ec6d9
feat: add index range dataset slicing to studio training page
...
Add Start/End index inputs under Advanced in the dataset card,
allowing users to slice a dataset by row range before training.
Wired end-to-end: frontend store, API payload, backend Pydantic
model, and trainer dataset loading (inclusive on both ends).
2026-03-04 21:48:40 +00:00
imagineer99
d0427dc242
fix: prevent browser credential autofill in HF token fields
2026-03-04 08:49:17 +00:00
Roland Tannous
874e321fdf
Merge pull request #306 from unslothai/fix/hf-dataset-error-message
...
Sanitize dataset script errors and persist training start error
2026-03-04 10:14:26 +04:00
Roland Tannous
e8dfa8446d
Merge pull request #289 from unslothai/fix/datasets-auth
...
Added auth to dataset endpoints
2026-03-04 08:21:42 +04:00
imagineer99
7bc5bc26f6
fix: sanitize dataset script errors and persist training start error
2026-03-03 20:15:23 +00:00
Manan17
6fd1dd2c0a
variable changes and some cleanup
2026-03-03 09:35:11 +00:00
Roland Tannous
da00f5ed1d
Merge branch 'nightly' into feature/support-for-audio-models
2026-03-02 15:55:25 +04:00
Manan17
8cdeb006b6
code cleanup
2026-03-01 08:04:38 +00:00
Manan17
9e89f31bc7
revamping up the code and adding inference
2026-03-01 02:30:31 +00:00
Manan17
90332924de
Changes with audio training
2026-03-01 02:27:45 +00:00
Manan17
2c5621dd8c
merging with nightly
2026-03-01 02:27:45 +00:00
imagineer99
03f8411d12
fix: standardize OOM/TIGHT model status indicators across model dropdowns
2026-03-01 00:02:15 +00:00
samit
39a2fef4d9
updated fetch to auth fetch in the frontend
2026-02-28 02:10:12 -08:00
Wasim Yousef Said
d90ada2af2
Merge pull request #268 from unslothai/fix/delete-custom-config
...
Updated the delete custom preset in chat tab (filters)
2026-02-27 01:38:01 -08:00
Shine1i
c24bd48deb
keep checkpoint on preset apply
2026-02-27 10:36:07 +01:00
Shine1i
e8f832710c
merge nightly
2026-02-27 10:31:37 +01:00
Roland Tannous
d0231abfea
Merge pull request #267 from unslothai/fix/config-switch
...
Preserving model name during configuration type switch in chat page
2026-02-27 13:23:29 +04:00
Roland Tannous
f6bb12ccc1
Merge pull request #266 from unslothai/fix/dataset-search-remove-size-download-badges
...
Remove dataset metadata badges from HF dataset dropdowns
2026-02-27 13:22:49 +04:00
Manan17
b4311cca82
Aggregating sharded models, showing fit/oom for quantizations
2026-02-27 08:23:15 +00:00
Shine1i
46046cd118
refactor(data-recipe): centralize json+stage constants, tighten parser/errors, sync seed ui
2026-02-26 14:06:53 +01:00
Shine1i
c0165a1d83
feat(recipe-studio): add jinja ref validation UI for llm/expression fields
2026-02-26 13:35:07 +01:00
Shine1i
a472c6ee5b
feat(recipe-studio): add block sheet search + clearer icons in sheet
2026-02-26 12:55:09 +01:00
Shine1i
039eeadac4
chore: simplify recipe drag payload parsing
2026-02-26 12:48:04 +01:00
Shine1i
09b62c7b45
feat(recipe-studio): add sidebar drag-drop block creation + spawn sheet added blocks at viewport center
2026-02-26 12:45:38 +01:00
Shine1i
36e258d82c
feat(recipe-studio): sanitize shared seed payload + add inline seed UX with HF search
2026-02-26 12:23:05 +01:00
Shine1i
1757958f3d
feat(recipe-studio): polish import/llm editors, refs preview, copy toast, and note layout behavior
2026-02-26 11:44:57 +01:00
Shine1i
540c22a9b2
fix(recipe-studio): preserve note positions during auto-layout and fit workflow only
2026-02-26 11:30:24 +01:00
Shine1i
46445a3dc8
feat(recipe-studio): optimize model infra auto-layout handles and centering
2026-02-26 11:07:07 +01:00
Shine1i
8cdc710275
refactor(recipe-studio): simplify aux node graph logic and remove dead handle/sync code
2026-02-26 10:43:26 +01:00