Skip to main content

unsloth-cli-guide

Explain how to use unsloth-cli — the agent-first CLI and its fine-tuning verbs. Covers the two faces of the tool (GPU-free introspection verbs: whoami / learn / explain / overview / doctor / cli; and the LoRA/QLoRA fine-tuning verbs: train / eval / export that orchestrate the NGC container), the agent-first output contract (results→stdout, errors→stderr, `--json`, exit codes 0/1/2, the `error:`/`hint:` shape), the dataset schemas + TOML run-config, and the DGX Spark prerequisites. Surfaces the CLI's *own* live teaching output via `scripts/guide.sh` (a thin wrapper over `sloth learn` / `overview` / `explain` / `cli overview`). Use when the user asks "how do I use unsloth-cli", "how does sloth work", "what can this CLI do", "how do I fine-tune with this", "explain the CLI", "how do I get started", or is new to the repo. For *running* the fine-tuning loop use the sibling `/finetune` skill; this skill TEACHES, it does not train. First-party to unsloth-cli; not vendored from guildmaster.

설치로 이동

소스 정보

저장소
agentculture/unsloth-cli
최근 소스 활동
2026년 6월 27일 05:18
감지된 SKILL.md 언어
영어
스타
1
포크
0

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.