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
Wasim Yousef Said
49bcf46cb6
Merge pull request #331 from unslothai/fix/slider-fill-alignment
...
Align slider fill bar with thumb across value range
2026-03-08 16:50:38 +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
imagineer99
f249fb3f00
fix: track live slider values for uncontrolled mode and scope fill to horizontal
2026-03-08 10:06:17 +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
e0e4619ee2
fix: harden chart container sizing with legacy event rechecks
2026-03-06 07:16:36 +00:00
imagineer99
e231f366ea
fix: preserve chart sizing updates without ResizeObserver
2026-03-06 06:06:50 +00:00
imagineer99
6f13185379
fix: align slider fill bar with thumb across value range
2026-03-06 05:21:44 +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
aa921dee76
Merge pull request #305 from unslothai/fix/dropdown-layout-shift
...
Prevent select dropdowns from shifting layout when opened
2026-03-04 10:19:27 +04: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
84ad61bfa2
Remove overly broad .py check from dataset error normalization
2026-03-04 06:13:47 +00: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
imagineer99
981b618c1c
fix: prevent select scroll-lock margin from shifting layout
2026-03-03 18:37:46 +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
Wasim Yousef Said
e5b69b7063
Merge pull request #294 from unslothai/fix/navbar-center-tabs-shift
...
Prevent navbar tab shift when navigating across pages
2026-03-01 15:42:19 +01:00
Manan17
8cdeb006b6
code cleanup
2026-03-01 08:04:38 +00:00
imagineer99
95ef5b348a
fix: prevent navbar tab shift when navigating across pages
2026-03-01 03:02:49 +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
Shine1i
50385c1eae
feat(markdown): fix Mermaid integration with error handling and copy button
2026-02-27 20:02:40 +01:00
Roland Tannous
ed97809873
Merge pull request #284 from unslothai/fix/drop-model-task-hard-filter
...
Apply HF task filtering only for empty model queries
2026-02-27 15:46:17 +04:00
imagineer99
7682760581
fix: only apply HF task filter for empty model search queries
2026-02-27 11:31:53 +00: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
Wasim Yousef Said
673f951234
Merge pull request #269 from unslothai/fix/fine-tuned-model-tooltip
...
Added tooltip for the fine tuned models in chat page
2026-02-27 01:34:49 -08:00