U
unsloth
Apache-2.0PythonUnsloth is a local UI for training and running Kimi K3, Gemma 4, Qwen3.6, DeepSeek-V4, GLM and other models.
★ 69kFork 6k更新于 2026-08-02
Unsloth is a local UI for training and running Kimi K3, Gemma 4, Qwen3.6, DeepSeek-V4, GLM and other models.
Unsloth Studio 是一个本地化的 Web 用户界面,用于训练和运行 Gemma 4、Qwen3.6、DeepSeek、gpt-oss 等开源模型。它提供推理、训练、强化学习等功能,支持多模态(文本、音频、视觉),并针对 NVIDIA、AMD、macOS 等平台优化,训练速度最高提升 2 倍,显存占用减少 70%。
docker run -d -e JUPYTER_PASSWORD="mypassword" -p 8888:8888 -p 8000:8000 -p 2222:22 -v $(pwd)/work:/workspace/work --gpus all unsloth/unsloth
支持 Windows、Linux、macOS。NVIDIA GPU(RTX 30/40/50、Blackwell 等)训练可用;macOS 支持训练、MLX 和 GGUF 推理;AMD 目前支持聊天和数据配方,训练需使用 Unsloth Core,Studio 支持即将推出。
macOS/Linux/WSL 运行 `curl -fsSL https://unsloth.ai/install.sh | sh`,Windows PowerShell 运行 `irm https://unsloth.ai/install.ps1 | iex`。安装后使用 `unsloth studio -p 8888` 启动。
可以。支持将模型导出为 GGUF、16-bit safetensors 等格式。
支持多 GPU 训练,目前可用,并计划进行重大升级。