unsloth/studio/frontend/src
Roland Tannous 3ee4f1359a Use llama-server -hf mode, add GGUF variant selector, fix vision detection
Replace Python-side GGUF download with llama-server's native -hf flag for
HuggingFace repos. Add frontend variant picker so users can choose
quantization (Q4_K_M, Q8_0, BF16, etc.) with file sizes. Fix vision
detection via mmproj files instead of hardcoding is_vision=False.
2026-02-24 19:03:06 +04:00
..
app feat: add index route with auth guard and redirect logic 2026-02-16 09:57:41 +01:00
assets add studio root folder 2026-02-02 09:14:35 +00:00
components Use llama-server -hf mode, add GGUF variant selector, fix vision detection 2026-02-24 19:03:06 +04:00
config added lr_scheduler type to the frontend 2026-02-19 23:31:46 -08:00
features Use llama-server -hf mode, add GGUF variant selector, fix vision detection 2026-02-24 19:03:06 +04:00
hooks Add GGUF model inference via llama-server backend 2026-02-24 17:40:05 +04:00
lib added the copy on mac 2026-02-20 00:49:38 -08:00
stores feat: add training feature with state management, API integration, and runtime synchronization 2026-02-13 12:26:28 +01:00
types cfg->subset 2026-02-15 21:09:45 +01:00
utils add studio root folder 2026-02-02 09:14:35 +00:00
index.css rm shine + perf 2026-02-15 19:41:15 +01:00
main.tsx refactor: create utilities for dataset manual mapping and improve UI logic consistency in dataset preview dialog 2026-02-16 01:54:09 +01:00
speech-recognition.d.ts added SpeechRecognition declarations and missing type packages 2026-02-21 01:00:08 -08:00