unsloth/studio/frontend
Roland Tannous a7fe8a388c Filter GGUF models from training page model selectors
GGUF models can't be fine-tuned, so hide them from the training/studio
page while keeping them available for inference on the chat page.

- Add "gguf" to EXCLUDED_TAGS in HF model search hook
- Filter local models with .gguf extension or -GGUF in ID
2026-02-25 15:47:45 +04:00
..
public cleanup 2026-02-04 13:28:39 +01:00
src Filter GGUF models from training page model selectors 2026-02-25 15:47:45 +04:00
.gitignore auth ui flow 2026-02-07 16:14:02 +01:00
.gitkeep add studio root folder 2026-02-02 09:14:35 +00:00
biome.json add studio root folder 2026-02-02 09:14:35 +00:00
bun.lock rm vitest 2026-02-15 21:13:15 +01:00
CLAUDE.md cleanup 2026-02-04 13:28:39 +01:00
components.json add studio root folder 2026-02-02 09:14:35 +00:00
eslint.config.js add studio root folder 2026-02-02 09:14:35 +00:00
index.html cleanup 2026-02-04 13:28:39 +01:00
package.json rm vitest 2026-02-15 21:13:15 +01:00
README.md cleanup 2026-02-04 13:28:39 +01:00
tsconfig.app.json cleanup 2026-02-04 13:28:39 +01:00
tsconfig.json cleanup 2026-02-04 13:28:39 +01:00
tsconfig.node.json cleanup 2026-02-04 13:28:39 +01:00
vite.config.ts feat: add training feature with state management, API integration, and runtime synchronization 2026-02-13 12:26:28 +01:00

React + TypeScript + Vite + shadcn/ui

This is a template for a new Vite project with React, TypeScript, and shadcn/ui.