Roland Tannous
91dd7fc762
merge nightly, resolve conflict in use-chat-model-runtime
2026-03-09 13:19:17 +00:00
Roland Tannous
c719f1ba54
training: restore YAML fallback for trust_remote_code (no UI toggle)
2026-03-09 13:10:24 +00:00
imagineer99
d1c544b705
style: remove playground sidebar right border
2026-03-09 13:08:59 +00:00
Roland Tannous
7989cd4567
respect trust_remote_code toggle, return helpful error when required
2026-03-09 13:06:55 +00:00
Shine1i
95f9e0ba41
feat(studio): add support for code block actions including copy and download options in markdown blocks
2026-03-09 13:07:54 +01:00
Roland Tannous
4858204c62
backend: resolve trust_remote_code from YAML when not set by frontend
2026-03-09 11:58:23 +00:00
imagineer99
e188a7b067
style: improve navbar spacing and icon rendering
2026-03-09 11:37:19 +00:00
Roland Tannous
1ddd138da8
add trust_remote_code to BackendTrainingDefaults type
2026-03-09 10:51:28 +00:00
Roland Tannous
a1105d8ef3
wire trust_remote_code from YAML configs to frontend toggles
2026-03-09 10:15:15 +00:00
Roland Tannous
5e36ae2629
add trust_remote_code defaults to all model configs
2026-03-09 09:54:52 +00:00
Roland Tannous
e1b6798a4e
Merge pull request #329 from unslothai/fix/add-title
...
modified the title
2026-03-09 13:10:17 +04:00
Manan17
a08b73e385
remove file size limit
2026-03-09 07:04:02 +00:00
Manan17
d132730f6b
CLI fix for backend changes
2026-03-09 07:00:06 +00:00
Manan17
a49638c504
dataset upload
2026-03-09 05:50:18 +00:00
Wasim Yousef Said
91e81227bd
Merge pull request #273 from unslothai/feature/data-reciper-enchansments
...
UX + layout polish & WIP data-reciper client & backend finalization p2
2026-03-09 02:57:32 +01:00
Shine1i
f41a552c29
feat(recipe-studio): enforce run name validation for full runs and refine validation UI
2026-03-09 02:53:59 +01:00
Shine1i
3b1663b1e9
feat(recipe-studio, datasets): improve dataset handling and update metadata logic
2026-03-09 02:47:32 +01:00
Shine1i
84f005fb25
feat(recipe-studio, studio): dataset logic, refine run settings, and improve validation UI
2026-03-09 02:06:12 +01:00
samit
2db36c0b30
added auth to audio generate endpoint
2026-03-08 17:46:54 -07:00
Roland Tannous
254f10e37a
Merge pull request #328 from unslothai/fix/chat-unloading-model
...
fixed model unload before load without validation
2026-03-09 04:40:05 +04:00
Shine1i
e00d7c6745
feat(studio): refine dataset selection logic with Hugging Face and local dataset support
2026-03-09 01:16:45 +01:00
samit
662cb1c440
Adding trust_remote_code to the orchestrator and worker
2026-03-08 16:44:41 -07:00
Shine1i
a2dde15367
merge nightly
2026-03-09 00:32:33 +01:00
samit
86e94b5844
exposed trust_remote_code through the UI
2026-03-08 16:28:56 -07:00
Roland Tannous
2c879bf4a4
Merge pull request #320 from unslothai/fix/stale-dataset-split-on-switch
...
Fix/stale dataset split on switch
2026-03-09 00:14:09 +04:00
Roland Tannous
1bf0d39f3d
Merge pull request #323 from unslothai/fix/vision-dataset-search-filter
...
fixing update model type
2026-03-09 00:13:50 +04:00
Roland Tannous
d98d4da6c8
Merge pull request #223 from unslothai/feature/support-for-audio-models
...
Adding support for audio llms
2026-03-09 00:09:59 +04:00
Roland Tannous
7b76fccb9b
fix: loosen executorch pin for python 3.13 compat
2026-03-08 19:56:09 +00:00
Roland Tannous
a1778d6655
fix: replace is_dataset_multimodal with is_dataset_image/is_dataset_audio in training orchestrator
2026-03-08 19:40:00 +00:00
Roland Tannous
d10012d9fb
silence pip check output
2026-03-08 19:22:31 +00:00
Roland Tannous
0f11415c22
make pip check non-fatal for known third-party conflicts
2026-03-08 19:21:28 +00:00
Manan17
80b704d7b7
Audio_VLM bug fix
2026-03-08 19:14:07 +00:00
Roland Tannous
5a52a0131a
add extras-no-deps install step for audio model support
2026-03-08 18:49:55 +00:00
imagineer99
cc0aa43d5d
fix: replace favicon with branded sloth icon
2026-03-08 18:46:42 +00:00
Roland Tannous
7ee81dd7df
feat: route audio inference (TTS, ASR, Whisper) through orchestrator/worker subprocess
2026-03-08 18:25:27 +00:00
Roland Tannous
f4393ed3e5
fix: pin streamdown package versions to avoid type mismatch
2026-03-08 16:29:28 +00:00
Wasim Yousef Said
efaae9dc4c
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
2001abfb26
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
1e39e7d05f
fix: handle structured audio part type in chat adapter
2026-03-08 14:18:16 +00:00
Daniel Han
1fe8f9061b
Bug fixed version
2026-03-08 06:39:19 -07:00
DoubleMathew
c3b7614bd5
Fix gpt temporary patch for grpo to happen after compile ( #4180 )
...
* Fix gpt temporary patch for grpo to happen after compile
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2026-03-08 06:14:38 -07:00
pluesclues
f7baf6cc02
Completion mask fix ( #4140 )
...
* Refactor loss computation to include completion_mask
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2026-03-08 06:05:47 -07:00
Roland Tannous
1435dbaf59
merge nightly into audio branch (mock test)
2026-03-08 10:23:44 +00:00
imagineer99
075bfe961b
fix: track live slider values for uncontrolled mode and scope fill to horizontal
2026-03-08 10:06:17 +00:00
Manan17
ef714f010e
adding export support
2026-03-08 04:18:20 +00:00
Roland Tannous
ff56a5f785
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
Roland Tannous
aab35f2ed3
Merge pull request #324 from unslothai/feature/subprocess-isolation-version-switching
...
Subprocess isolation for training, inference, and export with automatic transformers version switching
2026-03-08 03:34:12 +04:00
Roland Tannous
a7c34b42be
fix: clear stale model state on failed inference subprocess reload
2026-03-07 23:32:53 +00:00
Roland Tannous
4f766bbe25
fix: reset checkpoint metadata on failed export checkpoint reload
2026-03-07 23:29:34 +00:00
Roland Tannous
1dab9f57b6
fix: validate pip exit codes for .venv_t5 installs in setup.ps1
2026-03-07 23:25:13 +00:00