Unsloth is a local UI for training and running Gemma 4, Qwen3.6, DeepSeek, Kimi, GLM and other models. https://unsloth.ai/docs
  • Python 71.5%
  • TypeScript 22.7%
  • Shell 1.9%
  • PowerShell 1.6%
  • Rust 1.5%
  • Other 0.7%
Find a file
Roland Tannous dd12f9013a Merge pull request #5 from unslothai/feature/backend-core-restructuring
backend restructuring and housekeeping
Changes made:

- Moved all files from backend/backend/ → backend/core/ with nested subdirectories
- Created init.py for each submodule with proper exports
- Updated all imports in routes (routes/training.py, routes/models.py)
- Updated internal relative imports to use .. for parent references
- Deleted old backend/backend/ directory
- Moved shared modules (path_utils.py , model_config.py) to utils/ subfolder
2026-02-02 09:56:59 +04:00
backend Merge branch 'nightly' into feature/backend-core-restructuring 2026-02-02 09:56:19 +04:00
frontend feat: track and display reasoning duration, enhance runtime with adapter for copying during inference and edit and UI integration 2026-02-01 09:08:23 +01:00
.gitignore fix .gitignore merge conflict 2026-02-02 05:51:25 +00:00
__init__.py git repo skeleton structure 2026-01-31 08:27:01 +00:00
README.md first commit 2026-01-27 21:19:48 +04:00

new-ui-prototype