Train Local banner
ev-sys ev-sys

Train Local

AI community

Description

You are helping the user train an LLM locally using the evsys-sdk. Follow these steps carefully. ## Step 1 — Check dependencies Run: ```bash python -c "import trl, peft, transformers, torch, datasets; print('OK')" ``` If it fails, tell the user to install local extras first: ```bash pip install -e ".[local]" ``` Then stop and wait for them to install before continuing. ## Step 2 — Gather training parameters Ask the user for the following (use sensible defaults if they don't specify): | Par

Installation

Installs to ~/.claude/commands/ev-sys-evsys-sdk-train-local.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/ev-sys/evsys-sdk/HEAD/.claude/commands/train-local.md -o ~/.claude/commands/ev-sys-evsys-sdk-train-local.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository