Roland Tannous
965be3f5dc
add easydict and addict to setup file
2026-02-13 16:19:55 +00:00
Shine1i
c9c4463d5d
feat: integrate LoRA model management with UI and runtime synchronization
2026-02-13 17:14:49 +01:00
Shine1i
23d2cfd09d
feat: refactor chat runtime with modular APIs, state management, and runtime synchronization
2026-02-13 16:45:00 +01:00
Wasim Yousef Said
a7c6432ffd
Merge pull request #61 from unslothai/feature/training-frontend-integration
...
training frontend integration + backend sync v2
2026-02-13 05:06:17 -08:00
Shine1i
d58fa17c81
feat: add support for serialized previews in dataset API and improve training initialization logging
2026-02-13 13:47:17 +01:00
Shine1i
b0062535a7
feat: add image previews in dataset dialog, enable popularity sorting in model search, refine training config serialization
2026-02-13 13:17:20 +01:00
Shine1i
b0cb7a7305
Merge remote-tracking branch 'origin/nightly' into feature/training-frontend-integration
2026-02-13 12:41:09 +01:00
Shine1i
a4a997eee6
feat: add training feature with state management, API integration, and runtime synchronization
2026-02-13 12:26:28 +01:00
Shine1i
4e0596c395
wip p1
2026-02-13 11:42:19 +01:00
Roland Tannous
8fdbd05cc2
Merge pull request #51 from unslothai/feature/print-outbound-interface-address
...
Show External IP in Startup Banner
2026-02-13 14:32:39 +04:00
Roland Tannous
5f155010f6
read external ips with fallback to standard notation 0.0.0.0
2026-02-13 10:28:20 +00:00
Roland Tannous
837596a9e7
feat: show external IP in startup banner
2026-02-13 10:23:12 +00:00
Roland Tannous
b10b303f4e
Merge pull request #50 from unslothai/fix/auth-setup-rollback
...
Auth Setup Failure: `auth.db` Created Before Token Generation
2026-02-13 14:14:34 +04:00
Roland Tannous
5602f7ccb4
fix: rollback auth.db user row if token generation fails during setup
2026-02-13 10:11:07 +00:00
Roland Tannous
d201935dae
Merge pull request #49 from unslothai/fix/replace-jwt-with-pyjwt
...
add pyjwt as dependency. remove jwt. fix AttributeError: module 'jwt'…
2026-02-13 14:00:52 +04:00
Roland Tannous
b86503af3f
add pyjwt as dependency. remove jwt. fix AttributeError: module 'jwt' has no attribute 'encode'
2026-02-13 09:58:50 +00:00
Roland Tannous
1ab41f67d8
Merge pull request #48 from unslothai/feature/shorten-setup-alias
...
shorten unsloth-ui alias. auto append frontend dist folder location
2026-02-13 13:57:33 +04:00
Roland Tannous
44cc46bfec
shorten unsloth-ui alias. auto append frontend dist folder location
2026-02-13 09:45:47 +00:00
Roland Tannous
0f61fbff6a
Merge pull request #47 from unslothai/fix/add-jwt-dependency
...
add jwt dependency to setup.sh
2026-02-13 13:40:19 +04:00
Roland Tannous
14c5560ace
add jwt dependency to setup.sh
2026-02-13 09:39:36 +00:00
Roland Tannous
8a2a9030f6
Merge pull request #46 from unslothai/feature/update-setup-file
...
Feature/update setup file
2026-02-13 13:33:05 +04:00
Roland Tannous
d68a2ddd67
chore: suppress verbose output in setup.sh, show errors only
2026-02-13 09:32:17 +00:00
Roland Tannous
8db52c7649
Merge pull request #44 from unslothai/fix/remove-gradio-training
...
refactor: remove gradio dependency from training backend
2026-02-13 13:26:40 +04:00
Roland Tannous
f52bddc23f
refactor: remove gradio dependency from training backend
2026-02-13 09:25:49 +00:00
Roland Tannous
cec51ad6d2
Merge pull request #43 from unslothai/feature/setup-file
...
Add `setup.sh` for automated environment setup
2026-02-13 13:13:38 +04:00
Roland Tannous
96c827020b
chore: add setup.sh for automated environment and frontend build
2026-02-13 09:11:07 +00:00
Roland Tannous
2df07aa224
Merge pull request #42 from unslothai/fix/epoch-type-float
...
Fix: Change `epoch` type from `int` to `float`
2026-02-13 10:53:51 +04:00
Roland Tannous
75f775d088
fix: change epoch type from int to float to match TrainerState
2026-02-13 06:51:55 +00:00
Roland Tannous
c065b05179
Merge pull request #38 from unslothai/fix/model-config-directory
...
Changed the directory for default configs
2026-02-13 09:20:40 +04:00
Wasim Yousef Said
37e8d43cd5
Merge pull request #35 from unslothai/feature/dataset-preview-table
...
feat: add dataset viewer using /check-format endpoint
2026-02-12 21:18:36 -08:00
imagineer99
bc9645cbbf
feat: add dataset preview dialog using /check-format endpoint
2026-02-13 05:04:11 +00:00
sshah229
82be5b237f
fixed the script directory
2026-02-12 21:55:36 -07:00
Roland Tannous
363ffb7d1a
Merge pull request #34 from unslothai/feature/openai-chat-completions
...
PR: OpenAI-Compatible Chat Completions Endpoint
2026-02-12 23:20:52 +04:00
Roland Tannous
8403190cdd
feat: add OpenAI-compatible POST /chat/completions endpoint with streaming and non-streaming support
2026-02-12 19:00:05 +00:00
Roland Tannous
78d2fe5ee3
Merge pull request #33 from unslothai/feature/sse-connection-resilience
...
feat: SSE Connection Resilience
2026-02-12 22:03:20 +04:00
Roland Tannous
509659ba97
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
c6a1e9ca4b
Merge pull request #32 from unslothai/feature/datasets-endpoint-preview-samples
...
Return Raw Preview Samples on Format Detection Failure
2026-02-12 19:53:13 +04:00
Roland Tannous
0dbce96700
untrack package-lock.json and add to gitignore
2026-02-12 15:41:20 +00:00
Roland Tannous
dd71b0f18a
return raw preview samples on format detection failure for manual column mapping
2026-02-12 15:39:56 +00:00
Roland Tannous
e0623cae6c
Merge pull request #31 from unslothai/feature/datasets-endpoint-return-top-10
...
Optimize `/check-format` to return preview samples
2026-02-12 15:26:13 +04:00
Roland Tannous
4c791bd5aa
feat(datasets): check-format to return preview samples
2026-02-12 11:25:47 +00:00
Daniel Han
08bb85fcda
Create CODEOWNERS ( #4039 )
2026-02-12 02:56:13 -08:00
Shine1i
e145a72adb
feat: add builders and components for LLM configuration in Recipe Studio and refactor for readability, preparing for draft
2026-02-12 04:25:15 +01:00
sshah229
ee703dd6c6
added router in main
2026-02-11 18:51:53 -07:00
sshah229
40bfe42974
added the pydantic models and routes for export
2026-02-11 18:34:12 -07:00
Shine1i
30cc509197
feat: implement Data Recipes page feature subfolders for workflow management and saving logic
2026-02-12 02:07:53 +01:00
Shine1i
390e9ed9d2
feat: add Recipe Studio utilities and components for configuring synthetic data pipelines
2026-02-12 01:03:47 +01:00
Shine1i
93f45ffd07
chore: rename Canvas Lab components and utilities
2026-02-12 00:39:08 +01:00
Shine1i
0ed6c141b0
feat: add interactive viewport controls and refactor floating button styles
...
- Introduced `ViewportControls` for zoom, fit view, and interactive toggle in canvas lab.
- Extracted and reused `CANVAS_FLOATING_ICON_BUTTON_CLASS` for consistent button styling.
- Updated API base paths and server proxy settings.
- Enabled dynamic interaction states for nodes and connections in canvas lab.
2026-02-12 00:18:56 +01:00
shine1i
e39d03c21e
Merge remote-tracking branch 'origin/nightly' into feature/canvas-lab
...
# Conflicts:
# .gitignore
# studio/frontend/.gitignore
# studio/frontend/bun.lock
# studio/frontend/src/app/router.tsx
2026-02-11 22:36:34 +01:00