Manan17
|
a5825f8d44
|
dynamic detection of audio models and fixing autoencoder issues
|
2026-03-04 10:44:44 +00:00 |
|
imagineer99
|
6c7d61d70e
|
fix: prevent browser credential autofill in HF token fields
|
2026-03-04 08:49:17 +00:00 |
|
Roland Tannous
|
5ee9479e37
|
fix: add early probe to fail fast on datasets with too many broken image URLs
|
2026-03-04 08:05:40 +00:00 |
|
Roland Tannous
|
722744cf04
|
fix: use fsspec for URL image downloads with per-sample error handling
|
2026-03-04 07:50:55 +00:00 |
|
Roland Tannous
|
6ba669c8eb
|
test: add URL image loading comparison script
|
2026-03-04 07:39:35 +00:00 |
|
Roland Tannous
|
645d7d357a
|
fix: abort training pipeline on dataset conversion failure
|
2026-03-04 06:42:48 +00:00 |
|
Roland Tannous
|
34fb9ec973
|
fix: cast URL image columns to HF Image() type in VLM conversion
|
2026-03-04 06:42:37 +00:00 |
|
Roland Tannous
|
2575b9e37d
|
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
|
12a4350a61
|
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
|
43bf599b33
|
Remove overly broad .py check from dataset error normalization
|
2026-03-04 06:13:47 +00:00 |
|
Roland Tannous
|
2d7d3cd27e
|
Merge pull request #287 from unslothai/fix/duplicate-def-inference
Deleted duplicate definitions for load_for_eval, load_adapter, and load_model_simple in core Inference
|
2026-03-04 10:06:04 +04:00 |
|
Roland Tannous
|
46550ecf24
|
Merge pull request #289 from unslothai/fix/datasets-auth
Added auth to dataset endpoints
|
2026-03-04 08:21:42 +04:00 |
|
Shine1i
|
29299d73b8
|
merge: nightly into feature/data-reciper-enchansments
resolve setup.sh conflict by keeping nightly installer flow and preserving local data-designer plugin install via install_python_stack.py
|
2026-03-03 22:21:04 +01:00 |
|
Shine1i
|
2473043fe1
|
feat(recipe-studio): enhance edge synchronization logic with layout direction support
|
2026-03-03 22:17:50 +01:00 |
|
Shine1i
|
6997919c65
|
feat(recipe-studio): add support for naming full runs, enhance empty states, and refine UI components
|
2026-03-03 21:56:37 +01:00 |
|
Shine1i
|
df553fc955
|
feat(recipe-studio): add authentication to API requests and backend routes
|
2026-03-03 21:32:39 +01:00 |
|
imagineer99
|
a0f4566173
|
fix: sanitize dataset script errors and persist training start error
|
2026-03-03 20:15:23 +00:00 |
|
Shine1i
|
1334b24bea
|
refactor(recipe-studio): update UI components with consistent styling and improved hierarchy
|
2026-03-03 21:02:57 +01:00 |
|
imagineer99
|
84bb57f208
|
fix: prevent select scroll-lock margin from shifting layout
|
2026-03-03 18:37:46 +00:00 |
|
Roland Tannous
|
7bc235bed2
|
Merge branch 'nightly' into feature/windows-native-support
|
2026-03-03 22:23:18 +04:00 |
|
Roland Tannous
|
a4d2853fbc
|
fix: align llama-server binary discovery with upstream unsloth-zoo paths
|
2026-03-03 17:03:01 +00:00 |
|
Shine1i
|
0166cb6d38
|
feat(recipe-studio): add HF repo ID inference and reset logic for HF state
|
2026-03-03 11:37:49 +01:00 |
|
Shine1i
|
c88cce8185
|
refactor(seed): package unstructured seed reader as local Data Designer plugin
|
2026-03-03 11:22:04 +01:00 |
|
Shine1i
|
95dd202ab3
|
merge nightly into feature/data-reciper-enchansments
|
2026-03-03 11:14:18 +01:00 |
|
Shine1i
|
bdc825298d
|
feat(seed): backend unstructured seed reader + server-side chunking, remove client chunk splitter
|
2026-03-03 11:11:26 +01:00 |
|
Manan17
|
f04c684d8a
|
variable changes and some cleanup
|
2026-03-03 09:35:11 +00:00 |
|
Shine1i
|
7d35463abc
|
feat(recipe-studio): add execution progress island and collapsible advanced options for validators
|
2026-03-03 10:34:32 +01:00 |
|
Roland Tannous
|
87f2b2a9db
|
Merge branch 'nightly' into feature/support-for-audio-models
|
2026-03-02 15:55:25 +04:00 |
|
Roland Tannous
|
e280e457d1
|
Move llama.cpp clone/build from in-tree to ~/.unsloth/llama.cpp
- setup.sh: builds at ~/.unsloth/llama.cpp instead of ./llama.cpp
- setup.ps1: builds at %USERPROFILE%/.unsloth/llama.cpp
- inference llama_cpp.py: searches ~/.unsloth/ first, in-tree as legacy
- export.py: updated comments (unsloth-zoo handles path natively)
|
2026-03-02 04:04:41 +00:00 |
|
Wasim Yousef Said
|
dc7976c534
|
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 |
|
Wasim Yousef Said
|
2df2d671ce
|
Merge pull request #290 from unslothai/fix/model-dropdown-visual-consistency
Standard OOM/TIGHT model status indicators across model dropdowns
|
2026-03-01 15:41:39 +01:00 |
|
Roland Tannous
|
6e5a3d1744
|
Download GGUF via huggingface_hub instead of llama-server -hf (fixes HTTPS not supported on Windows)
|
2026-03-01 13:05:10 +00:00 |
|
Roland Tannous
|
12867f701b
|
Auto-add CUDA DLLs to PATH when launching llama-server on Windows
|
2026-03-01 13:05:10 +00:00 |
|
Roland Tannous
|
3521de7040
|
Build llama.cpp in-tree, auto-detect driver CUDA version for compatible toolkit
|
2026-03-01 13:05:10 +00:00 |
|
Roland Tannous
|
f036a70681
|
Fix llama-server binary lookup for Windows (.exe, Release dir, ~/.unsloth)
|
2026-03-01 13:05:10 +00:00 |
|
Roland Tannous
|
7e021886c8
|
Force num_proc=1 on Windows to avoid slow spawn overhead
|
2026-03-01 13:05:10 +00:00 |
|
Roland Tannous
|
ff93c97024
|
fix: support mmproj for local vision GGUF models + fix Windows pipe deadlock
|
2026-03-01 12:58:38 +00:00 |
|
Shine1i
|
761c84f92b
|
feat(recipe-studio): introduce validator blocks for code validation with Python and SQL engines
|
2026-03-01 13:01:00 +01:00 |
|
Shine1i
|
891739a56a
|
feat(recipe-studio): add LLM trace modes and reasoning content extraction support
|
2026-03-01 12:01:48 +01:00 |
|
Shine1i
|
b7ee065ffd
|
refactor(recipe-studio): add image preview support for dataset and LLM configurations p2
|
2026-03-01 11:21:10 +01:00 |
|
Shine1i
|
c3c65cded8
|
feat(recipe-studio): add image preview support for dataset and LLM configurations p1
|
2026-03-01 10:57:51 +01:00 |
|
Shine1i
|
4d718db5a0
|
feat(recipe-studio): auto-fit editor viewport on tab switch, track manual viewport adjustments
|
2026-03-01 10:21:02 +01:00 |
|
Manan17
|
c636fd5a42
|
code cleanup
|
2026-03-01 08:04:38 +00:00 |
|
imagineer99
|
471fc8fd90
|
fix: prevent navbar tab shift when navigating across pages
|
2026-03-01 03:02:49 +00:00 |
|
Manan17
|
c48437848d
|
revamping up the code and adding inference
|
2026-03-01 02:30:31 +00:00 |
|
Manan17
|
ab2ac39017
|
Changes with audio training
|
2026-03-01 02:27:45 +00:00 |
|
Manan17
|
ac27edde35
|
merging with nightly
|
2026-03-01 02:27:45 +00:00 |
|
imagineer99
|
42f5ba5fcc
|
fix: standardize OOM/TIGHT model status indicators across model dropdowns
|
2026-03-01 00:02:15 +00:00 |
|
samit
|
ece51dca13
|
updated fetch to auth fetch in the frontend
|
2026-02-28 02:10:12 -08:00 |
|
samit
|
d07397c81e
|
added auth to dataset endpopints
|
2026-02-28 01:17:43 -08:00 |
|